Hi Andrew,
I'm also hitting the same exception. If <continued> is available to use, why
is not working? This is what I have and Camel doesn't seem to be happy with
it. I want to log the error and move on with the route rather than stopping
the flow. If I set Handled = false, wouldn't it break the flow?
<onException>
<exception>java.lang.Exception</exception>
<continued><constant>true</constant></continued>
<log message="*** Message: ${exception.message}
***" />
<log message="${exception.stacktrace}" />
</onException>
How do I make the continued to work fine? I'm using Came 2.9.2.
Thanks.
--
View this message in context:
http://camel.465427.n5.nabble.com/camel-exception-handling-tp5765089p5768544.html
Sent from the Camel - Users mailing list archive at Nabble.com.