I am using Camel version 2.0M1.  When I call unmarshal() using the Jaxb
format I want to handle any exceptions thrown by the unmarshal() call.  I
use an onException() statement and the Exception is being caught.  However,
when I later try to handle the exception by setting the Message body to my
own error string, this always fails.  The output is always the same stack
trace that I would have gotten if I had not handled the exception.

-- 
View this message in context: 
http://www.nabble.com/Handling-Exception-from-marshal-unmarshal-tp23494097p23494097.html
Sent from the Camel Development mailing list archive at Nabble.com.

Reply via email to