You can obtain the exception like this in side your ExceptionProcessor:
As far as the bean, I am unsure as to what bean you are referring to, but if I could make a guess you probably want to just get the exchange.getIn().getBody() When an exception happens the body of the currently processing message is still there. Hope this helps. -- View this message in context: http://camel.465427.n5.nabble.com/Exception-handling-in-camel-tp5796686p5796721.html Sent from the Camel - Users mailing list archive at Nabble.com.
