[
https://jira.jboss.org/jira/browse/JBIDE-5652?page=com.atlassian.jira.plu...
]
Viacheslav Kabanovich commented on JBIDE-5652:
----------------------------------------------
In view of JBIDE-5627, may it be that for some of these cases
• Content Based Router (Drools)...
• Content Based Router (Drools XPath)...
• Content Based Router (Generic)...
• Content Based Router (XPath)...
• Content Based Router (Regex)...
ruleSet is still required, e.g. for Drools?
Rule Set should not be mandatory
--------------------------------
Key: JBIDE-5652
URL:
https://jira.jboss.org/jira/browse/JBIDE-5652
Project: Tools (JBoss Tools)
Issue Type: Bug
Components: esb
Affects Versions: 3.1.0.CR1
Reporter: Burr Sutter
Assignee: Viacheslav Kabanovich
Fix For: 3.1.0.CR2
Attachments: mandatory_rule_set.jpg
The following is accurate for SOA-P5, ESB 4.7
<action class="org.jboss.soa.esb.actions.ContentBasedRouter"
name="MyCBR">
<property name="cbrAlias" value="Regex"/>
<property name="ruleLanguage"/>
<property name="destinations">
<route-to expression=".*blue.*"
service-category="AsynchronousESB" service-name="Service2"/>
<route-to expression=".*red.*"
service-category="AsynchronousESB" service-name="Service3"/>
</property>
</action>
and the ruleset attribute is not required.
The wizard (see screenshot) makes the ruleset required.
--
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