Re: how to handle exceptions in camel

2011-01-11 Thread Claus Ibsen
an 11, 2011 at 1:02 PM, wrote: > Hi, >  i am new to apache-camel. >  how to handle exceptions in camel. >  Both my consumer and provider are CXF-bc components. > -- Claus Ibsen - FuseSource Email: cib...@fusesource.com Web: http://fusesource.com Twitter:

Re: how to handle exceptions in camel

2011-01-10 Thread Richard Kettelerij
@Ramesh. Take a look at http://camel.apache.org/exception-clause.html. Using the onException() DSL you can catch some or all exceptions that are thrown in your route an handle them accordingly. -- View this message in context: http://camel.465427.n5.nabble.com/how-to-handle-exceptions-in-camel