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)
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)
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
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