Re: Camel onException behavior with Splitter

2015-12-22 Thread vlad
Hi Sundar, I appreciate your answer, but I'm afraid it's not the case. According to the Apache Camel documentation, "handled" option only defines if the exception should be propagated out of the current error handler. But the error handler body still should be executed (in my example - the //

Camel onException behavior with Splitter

2015-12-21 Thread vlad
Hi! I have a strange behavior with the onException block. If I set handled to false, then the SOME MESSAGE log isn't printed, but if I change the handled value to true - everything is logged. Could someone please explain what's happening? As far as I understand the log should be printed in both