[
https://jira.jboss.org/jira/browse/JBIDE-5003?page=com.atlassian.jira.plu...
]
Jeff DeLong commented on JBIDE-5003:
------------------------------------
ESB 4.6 supports the following example:
<action class="org.jboss.soa.esb.actions.BusinessRulesProcessor"
name="KioskEventCEP">
<property name="ruleSet" value="KioskEventRules.drl"/>
<property name="ruleReload" value="true"/>
<property name="stateful" value="true"/>
<property name="object-paths">
<object-path entry-point="kiosk-event"
esb="body.kioskEventPayload.kioskStatusEvent"/>
<object-path esb="body.kioskEventPayload.kiosk"/>
</property>
</action>
Notice there is a stateful property (that was in SOA-P 4.3) as well as the addition of an
"entry-point" on the object-path.
Further properties are under consideration for ESB 4.7 / SOA-P 5.0,
Add configuration support for ESB BusinessRulesProcess action
-------------------------------------------------------------
Key: JBIDE-5003
URL:
https://jira.jboss.org/jira/browse/JBIDE-5003
Project: Tools (JBoss Tools)
Issue Type: Feature Request
Components: esb
Reporter: Jeff DeLong
Assignee: Viacheslav Kabanovich
Fix For: 3.1.0.M4
Add support for ESB BusinessRulesProcessor action. Examples include:
<action class="org.jboss.soa.esb.actions.BusinessRulesProcessor"
name="CalculateQuote">
<property name="ruleSet"
value="policyquotecalculation.drl"/>
<property name="object-paths">
<object-path esb="body.policyPayload.policy"/>
<object-path esb="body.policyPayload.driver"/>
</property>
</action>
Currently a BusinessRulesProcessor action must be configured using Generic Action. The
specification of the object-paths is particularly tricky. Note this is not a complete list
of BusinessRulesProcessor properties, which are being updated for ESB 4.7 / SOA-P 5.0.
--
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