So how about calling this new attribute "cbrAlias", with supported values of
"Drools" (default) and "XPath".
Something like:
<action class="org.jboss.soa.esb.actions.ContentBasedRouter"
name="ContentBasedRouter">
| <property name="cbrAlias" value="XPath"/>
| <property name="ruleSet" value="..."/>
| <property name="ruleLanguage" value="..."/>
| <property name="ruleReload" value="true"/>
| <property name="destinations">
| <route-to destination-name="blue"
service-category="BlueTeam" service-name="GoBlue" />
| <route-to destination-name="red"
service-category="RedTeam" service-name="GoRed" />
| <route-to destination-name="green"
service-category="GreenTeam" service-name="GoGreen" />
| </property>
| </action>
View the original post :
http://www.jboss.org/index.html?module=bb&op=viewtopic&p=4256460#...
Reply to the post :
http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&a...