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

Jean-Baptiste Onofré updated CAMEL-5122:
----------------------------------------

    Fix Version/s: 2.10.0
    
> 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.2.0, 2.3.0, 2.4.0, 2.5.0, 2.6.0, 2.7.0, 2.7.3, 2.8.5, 
> 2.9.2
>            Reporter: Jean-Baptiste Onofré
>            Assignee: Jean-Baptiste Onofré
>             Fix For: 2.9.3, 2.10.0
>
>
> 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


Reply via email to