Re: Camel OnException handling

2011-12-12 Thread Claus Ibsen
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

Re: Camel OnException handling

2011-12-12 Thread jackkirsten
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

Re: Camel OnException handling

2011-12-11 Thread Claus Ibsen
 .log("* Some Checked Exceptions Occured. *") >       .inOut("direct:exceptionHandling") >       .end() > * >        .transacted("TestTXPolicy") >                .inOut("bean:OrderProcessor?method=processStep1") >                .inOut("bean

Camel OnException handling

2011-12-11 Thread jackkirsten
.inOut("direct:exceptionHandling") .end() * .transacted("TestTXPolicy") .inOut("bean:OrderProcessor?method=processStep1") .inOut("bean:OrderProcessor?method=processStep2") Thanks, Jack -- View this message in context: