Hi, In the following code: https://gist.github.com/anonymous/7534990 the onError block is triggered, even when I have a doTry/doCatch in my route. Is this expected behavior of camel or a bug? I want to use an onError block to handle all unhandled exceptions, but not the ones I catch myself in the route. How to do this?
Kind regards, Michiel Borkent