What version of Camel do you use? And have you tried upgrading and use latest?
On Fri, Sep 23, 2016 at 10:45 PM, ptatTransamerica <[email protected]> wrote: > Hi, > > I am looking for the option to continue the loop after catching the > exception in the route. > e.g > > <loop> > <simple>${body.size} </simple> > <doTry> > .....calling some service which can produce exception. > <doCatch> > <exception>java.lang.Exception</exception> > <log message="Excetpion occured - ${exception.message}"/> > ....after catching the exception, I need to continue the loop here. > </doCatch> > </doTry> > > Any information is appreciated. > > Thanks > > > > -- > View this message in context: > http://camel.465427.n5.nabble.com/Loop-should-continue-after-exception-caught-tp5787979.html > Sent from the Camel - Users mailing list archive at Nabble.com. -- Claus Ibsen ----------------- http://davsclaus.com @davsclaus Camel in Action 2: https://www.manning.com/ibsen2
