of RuntimeException.class block. After fixing that, it worked
> fine.
>
> Thanks again.
>
> --
> View this message in context:
> http://camel.465427.n5.nabble.com/Camel-OnException-handling-tp5066566p5068125.html
> Sent from the Camel Development mailing list archive at Nabb
me checked exception so it was going into Exception.class
block instead of RuntimeException.class block. After fixing that, it worked
fine.
Thanks again.
--
View this message in context:
http://camel.465427.n5.nabble.com/Camel-OnException-handling-tp5066566p5068125.html
Sent from the Camel D
.log("* Some Checked Exceptions Occured. *")
> .inOut("direct:exceptionHandling")
> .end()
> *
> .transacted("TestTXPolicy")
> .inOut("bean:OrderProcessor?method=processStep1")
> .inOut("bean
.inOut("direct:exceptionHandling")
.end()
*
.transacted("TestTXPolicy")
.inOut("bean:OrderProcessor?method=processStep1")
.inOut("bean:OrderProcessor?method=processStep2")
Thanks, Jack
--
View this message in context: