I don't get exactly your point!

Using the loop() DSL if at the iteration N an exception is thrown then that
iteration is already bail out because of the onException clause being
running and as you do continued(true) at the end of onException() then you
would continue on the iteration N+1.

And regarding the exception you mentioned: While running on the onException
clause it seems there is still *another* exception being caused there, so
why FatalFallbackErrorHandler being triggered here, like when you would do
catch in Java and cause another exception inside the catch block while
processing the original catched exception. Please send the whole log as
there's should be lines like:


\\--> Previous exception on exchangeId: .... 
...
\\--> New exception on exchangeId: ....
...

Maybe also provide your complete Camel route(s) here so I can get your
point. And what version of Camel do you use?

Babak

--
View this message in context: 
http://camel.465427.n5.nabble.com/Dynamic-router-EIP-and-Eceptions-tp5526894p5528455.html
Sent from the Camel - Users mailing list archive at Nabble.com.

Reply via email to