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é


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