[esb-issues] [JBoss JIRA] Resolved: (JBESB-2965) HttpRouter action does not propagate exceptions

David Ward (JIRA) jira-events at lists.jboss.org
Mon Nov 9 16:59:05 EST 2009


     [ https://jira.jboss.org/jira/browse/JBESB-2965?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

David Ward resolved JBESB-2965.
-------------------------------

    Resolution: Done


Committed revision 30080.  (trunk)

Aaron, the change was very simple, but please give it a test drive and let me know you like it and I'll change this item's status from Resolved to Closed.  Obviously you'll have to pull down / update your copy of trunk and build yourself.

> 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) 
>          Components: Web Services
>    Affects Versions: 4.6
>            Reporter: Aaron Pestel
>            Assignee: David Ward
>             Fix For: 4.7
>
>
> 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

        


More information about the esb-issues mailing list