You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@camel.apache.org by "Christian Schneider (JIRA)" <ji...@apache.org> on 2012/04/25 16:52:18 UTC

[jira] [Assigned] (CAMEL-5122) RMI endpoint doesn't handle nested exception and raise CamelRuntimeException instead of RemoteException

     [ https://issues.apache.org/jira/browse/CAMEL-5122?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Christian Schneider reassigned CAMEL-5122:
------------------------------------------

    Assignee: Christian Schneider  (was: Jean-Baptiste Onofré)
    
> RMI endpoint doesn't handle nested exception and raise CamelRuntimeException instead of RemoteException
> -------------------------------------------------------------------------------------------------------
>
>                 Key: CAMEL-5122
>                 URL: https://issues.apache.org/jira/browse/CAMEL-5122
>             Project: Camel
>          Issue Type: Bug
>          Components: camel-rmi
>    Affects Versions: 2.7.3
>            Reporter: Jean-Baptiste Onofré
>            Assignee: Christian Schneider
>
> When we have a route looking like:
> <from uri="rmi:..."/>
> <to uri="myBean"/>
> if an exception is raised on myBean, the RMI endpoint ignores the exception described in the RemoteInterface and always raises a RuntimeCamelException nesting the original exceptions.
> More over, RuntimeCamalException should not be raised by the RMI endpoint. It would make more sense to raise a RemoteException, as we are on a RMI endpoint.

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators: https://issues.apache.org/jira/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira