doTry throws NoClassDefFoundError FinallyProcessor$1

2014-07-01 Thread angryzes
Hello, I am facing a strange problem when I am trying to execute doTry doCatch blocks on exception like this: onException(Exception.class) .doTry() .to(ROUTE_ID) .doCatch(Exception.class) .convertBodyTo(String.class)

doTry problem

2014-07-01 Thread angryzes
Hello, I am facing a strange problem when I am trying to execute doTry doCatch blocks on exception like this: onException(Exception.class) .doTry() .to(ROUTE_ID) .doCatch(Exception.class) .convertBodyTo(String.class)

Re: doTry problem

2014-07-03 Thread angryzes
Exact same problem for this version too. In fact, I originally had this problem in 2.13.1 and rolled back to 2.13.0 in order to see if it was version specific bug. No luck there. -- View this message in context: http://camel.465427.n5.nabble.com/doTry-problem-tp5753169p5753264.html Sent from t

Re: doTry problem

2014-07-10 Thread angryzes
Thanks Claus, My problem here was that error is about org/apache/camel/processor/FinallyProcessor$1 Which look like internal camel class? -- View this message in context: http://camel.465427.n5.nabble.com/doTry-problem-tp5753169p5753650.html Sent from the Camel - Users mailing list archive