Show Table of Contents
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" />

Where did the comment section go?
Red Hat's documentation publication system recently went through an upgrade to enable speedier, more mobile-friendly content. We decided to re-evaluate our commenting platform to ensure that it meets your expectations and serves as an optimal feedback mechanism. During this redesign, we invite your input on providing feedback on Red Hat documentation via the discussion platform.