Re: Re throwing exception

2017-05-08 Thread las
camel.465427.n5.nabble.com/Re-throwing-exception-tp5798653p5799110.html Sent from the Camel - Users mailing list archive at Nabble.com.

Re: Re throwing exception

2017-05-08 Thread Claus Ibsen
You need to handle the exception with handled(true) On Mon, May 8, 2017 at 4:31 PM, las wrote: > Can I get a response? > > > > -- > View this message in context: > http://camel.465427.n5.nabble.com/Re-throwing-exception-tp5798653p5799108.html > Sent from the Camel - Us

Re: Re throwing exception

2017-05-08 Thread las
Can I get a response? -- View this message in context: http://camel.465427.n5.nabble.com/Re-throwing-exception-tp5798653p5799108.html Sent from the Camel - Users mailing list archive at Nabble.com.

Re: Re throwing exception

2017-05-05 Thread las
or failure. -- View this message in context: http://camel.465427.n5.nabble.com/Re-throwing-exception-tp5798653p5798771.html Sent from the Camel - Users mailing list archive at Nabble.com.

Re: Re throwing exception

2017-05-05 Thread las
NoErrorHandler is not working either. onMessage processor throws an error and it's not getting propagated. The exception/error gets added to the exchange and the route is always successful. -- View this message in context: http://camel.465427.n5.nabble.com/Re-throwing-exce

Re: Re throwing exception

2017-05-04 Thread Quinn Stevenson
onException(Exception.class).to("anotherProcessor"); > >from("queue:a").bean("someBean").to("processor"); >} >}; > > The exception or error gets trapped by fatalfallbackerrorhandler and the > route ends successfully. > > >

Re throwing exception

2017-05-04 Thread las
oute ends successfully. -- View this message in context: http://camel.465427.n5.nabble.com/Re-throwing-exception-tp5798653.html Sent from the Camel - Users mailing list archive at Nabble.com.

Re: Throwing exception in a "loop"

2015-07-31 Thread Claus Ibsen
Yeah we fixed this recently so the loop will break out sooner now. Will be in the next release. On Thu, Jul 30, 2015 at 2:17 PM, clinton wrote: > I'm using Spring DSL > I coded a "loop", to handle a retry situation. > Once the function is complete, I wanted to break out, so I setup an > exception