HttpRouter action does not propagate exceptions
-----------------------------------------------
Key: JBESB-2965
URL:
https://jira.jboss.org/jira/browse/JBESB-2965
Project: JBoss ESB
Issue Type: Bug
Security Level: Public (Everyone can see)
Affects Versions: 4.6
Reporter: Aaron Pestel
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.
-
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