]
Tom Cunningham updated JBESB-3599:
----------------------------------
Assignee: Tom Cunningham (was: David Ward)
Fix Version/s: 4.4 CP5
(was: 4.7)
Reporter: Rick Wagner (was: Aaron Pestel)
Affects Version/s: 4.4 CP3
(was: 4.6)
HttpRouter action does not propagate exceptions (cloned)
--------------------------------------------------------
Key: JBESB-3599
URL:
https://issues.jboss.org/browse/JBESB-3599
Project: JBoss ESB
Issue Type: Bug
Security Level: Public(Everyone can see)
Components: Web Services
Affects Versions: 4.4 CP3
Reporter: Rick Wagner
Assignee: Tom Cunningham
Fix For: 4.4 CP5
In the process() method of org/jboss/soa/esb/actions/routing/http/HttpRouter.java, lines
140 and 148, it eats exceptions and logs them to stderr. This causes the action chain to
continue as if no error occurred. It seems these exceptions should get propagated up.
Here's the use case. Create ESB WS Proxy scenario. Client invokes ESB, ESB action
invokes HttpRouter action, HttpRouter action is pointing to an endpointUrl that is
invalid, instead of propagating the exception up to the ESB service, it eats the exception
and continues processing.
--
This message is automatically generated by JIRA.
For more information on JIRA, see: