Moving to .error from

2022-08-30 Thread Jozef Bouda
Hi, I have this issue. I have in my from uri basic moveFailed=.error as one of the argument. But when I throw exception from process handling file, catch it in blueprint , process some simple logging in basic processor, than my file ends up in .done file. I think it is due to exchange.isFailed()

Re: Moving to .error from

2022-08-30 Thread Claus Ibsen
Are you using handled = true in the onException? If so then change it to false On Tue, Aug 30, 2022 at 2:25 PM Jozef Bouda wrote: > Hi, I have this issue. I have in my from uri basic moveFailed=.error as > one of the argument. But when I throw exception from process handling file, > catch it in