[
https://jira.jboss.org/jira/browse/JBIDE-6118?page=com.atlassian.jira.plu...
]
Brian Fitzpatrick commented on JBIDE-6118:
------------------------------------------
Looks like in
http://www.jboss.org/file-access/default/members/jbossesb/freezone/docs/4...
on page 22 under "Configuration" the "ruleSet" must always be
specified, but the other properties vary based on the use case.
This is what the documentation says:
The action class and name is required:
<action
class="org.jboss.soa.esb.actions.BusinessRulesProcessor"
name="OrderDiscountRuleService">
This configures the action class and its name. The name is user defined.
One of the following is also required
<property name="ruleSet" value="drl/OrderDiscount.drl" />
for specifying a drl file, or
<property name="ruleSet" value="dsl/approval.dslr" />
<property name="ruleLanguage" value="dsl/acme.dsl" />
for specifying a dsl and dslr (domain specific language) files , or
<property name="decisionTable" value="PolicyPricing.xls" />
for specifying a decisionTable on the classpath, or
<property name="ruleAgentProperties"
value="brmsdeployedrules.properties" />
for specifying a properties file on the classpath that tells the rule agent how to find
the rule package. This could specify a url or a local file system.
jboss-esb.xml editor and BusinessRuleProcessor action
-----------------------------------------------------
Key: JBIDE-6118
URL:
https://jira.jboss.org/jira/browse/JBIDE-6118
Project: Tools (JBoss Tools)
Issue Type: Bug
Components: esb
Reporter: Burr Sutter
Assignee: Viacheslav Kabanovich
Fix For: 3.1.x, 3.2.next
Attachments: brmsPriorityRules.properties, jboss-esb.xml,
ruleAgentProperties_Source.png, ruleAgentProperties_Tree.png,
ruleAgentProperties_Wizard.png
The BRP Action configuration does not account for rule agent deployment.
quickstart\business_ruleservice_ruleAgent demonstrates this capability.
Attached are images and a sample jboss-esb.xml
--
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators:
https://jira.jboss.org/jira/secure/Administrators.jspa
-
For more information on JIRA, see:
http://www.atlassian.com/software/jira