Re: onException vs. doTry...doCatch

2011-07-18 Thread alberto.zigoni
Claus, thanks for the info. I have tried using the AggregationStrategy to handle errors, as suggested in the book, but with the onException configuration the route exits before calling the aggregate(). I will stick to the doTry...doCatch syntax for the moment. Thanks Alberto Il giorno 16/l

Re: onException vs. doTry...doCatch

2011-07-16 Thread Claus Ibsen
On Fri, Jul 15, 2011 at 1:41 PM, alberto.zigoni wrote: > I am trying to properly configure error handler with onException on this > route: > > >         > >         >                org.apache.cxf.interceptor.Fault >                true >                 >                 >         > >         >

Re: onException vs. doTry...doCatch

2011-07-16 Thread Claus Ibsen
On Fri, Jul 15, 2011 at 1:41 PM, alberto.zigoni wrote: > I am trying to properly configure error handler with onException on this > route: > > >         > >         >                org.apache.cxf.interceptor.Fault >                true >                 >                 >         > >         >