Re: Exception in the bean after onException

2014-11-05 Thread Vadim Vararu
Solved, it was an issue on the Throwable object, not a Camel one. Thanks. On Tue, Nov 4, 2014 at 9:27 AM, Vadim Vararu wrote: > Yes, that works, but as i've observed, i get this way only the cause > message, and not the whole stacktrace. > > On Mon, Nov 3, 2014 at 6:55 PM, C

Re: Exception in the bean after onException

2014-11-03 Thread Vadim Vararu
e and Camel will provide the caused exception in > the parameter. > > On Mon, Nov 3, 2014 at 4:53 PM, Vadim Vararu > wrote: > > Hi, > > > > I have a global error handler that passes the exchange to a processor. > > I wonder why the exception attribute of the inject

Exception in the bean after onException

2014-11-03 Thread Vadim Vararu
Hi, I have a global error handler that passes the exchange to a processor. I wonder why the exception attribute of the injected Exchange is null in this case? //GLOBAL ERROR MANAGEMENT onException(Throwable.class) .process(new GlobalLoggerProcessor()); I can find the message