此内容没有您所选择的语言版本。
16.9. Rule Set Requirements
- There are three requirements when creating rule sets on the JBoss Enterprise SOA Platform.The name and action class as shown:
<action class="org.jboss.soa.esb.actions.BusinessRulesProcessor" name="OrderDiscountRuleService">One of the following is also required:- a
DRLfile:<property name="ruleSet" value="drl/OrderDiscount.drl" /> - a
DSLorDSLR( Domain Specific Language ) file:<property name="ruleSet" value="dsl/approval.dslr" /> <property name="ruleLanguage" value="dsl/acme.dsl" /> - a
decisionTableon the class-path:<property name="decisionTable" value="PolicyPricing.xls" /> - a properties file on the class-path. This tells the
rule agenthow to find the rules package. You enable it by specifying either an URL or the path to a local file:<property name="ruleAgentProperties" value="brmsdeployedrules.properties" />