Can "useAdviceWith" raise problems with errorhandling?

2013-12-10 Thread Stephan Burkard
Hi Camel users My Camel is currently a bit wrong-headed and so I am riding down another path than the one I am expecting. I have attached a small example project that is based on Camel 2.9.8 and the problem occurs with errorhandling and adviceWith. I have a route with a default errorhandler with

Re: Can "useAdviceWith" raise problems with errorhandling?

2013-12-11 Thread Stephan Burkard
OK, I add some probably helpful details I found out about this: - If I just remove the "isUseAdviceWith()" method that returns true, to inform Camel about my Advices, the test runs fine. - If I left the "isUseAdviceWith()" method in place and just start the Camel context before doing the route man