[
https://jira.jboss.org/jira/browse/JBESB-2084?page=com.atlassian.jira.plu...
]
Kevin Conner commented on JBESB-2084:
-------------------------------------
Everything seems to be working correctly from what I can see, why do you think it is
failing silently?
There is an exception raised but it cannot be delivered as it is a OneWay service, details
are therefore in the log under DEBUG.
org.jboss.soa.esb.actions.ActionProcessingException: Could not locate file
[decisionTables/Priority_Rules.xls], neither as a file on the local filesystem, on the
classpath nor as a URL.
at
org.jboss.soa.esb.actions.BusinessRulesProcessor.process(BusinessRulesProcessor.java:105)
at
org.jboss.soa.esb.listeners.message.ActionProcessingPipeline.processPipeline(ActionProcessingPipeline.java:516)
at
org.jboss.soa.esb.listeners.message.ActionProcessingPipeline.process(ActionProcessingPipeline.java:392)
Do you expect something else?
Decision Tables fail silently using BusinessRuleProcessor
---------------------------------------------------------
Key: JBESB-2084
URL:
https://jira.jboss.org/jira/browse/JBESB-2084
Project: JBoss ESB
Issue Type: Bug
Security Level: Public(Everyone can see)
Components: Rosetta
Affects Versions: 4.4
Reporter: Burr Sutter
Attachments: ABusiness_rules_service.zip
See attached example/quickstart. The following in the jboss-esb.xml
<action
class="org.jboss.soa.esb.actions.BusinessRulesProcessor"
name="calculateOrderPriority">
<property name="decisionTable"
value="decisionTables/Priority_Rules.xls" />
<property name="ruleReload" value="true" />
<property name="object-paths">
<object-path esb="body.orderHeader" />
<object-path esb="body.customer" />
</property>
</action>
Does nothing.
--
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