I actually do have that.  If you look at the code the try catch only catches:
CxfOperationException.class,
UnknownHostException.class,
ConnectException.class,
SocketTimeoutException.class,
NoRouteToHostException.class,
Fault.class

When the TimeoutException happens it does not go into this portion of the
route. 
 
It is going into this portion of code which is why I included both routes as
this is in the parent route.



Do you think that the error message might be more plain and/or helpful if I
moved this onException into the seda routes?  Is the fact that the
onException is in the parent route hiding important information do you
think?



--
View this message in context: 
http://camel.465427.n5.nabble.com/Help-diagnosing-camel-exception-tp5796669p5798468.html
Sent from the Camel - Users mailing list archive at Nabble.com.

Reply via email to