Re: Custom error handler around one endpoint

2011-06-03 Thread Alan Camillo
The doTry can be used too: http://camel.apache.org/try-catch-finally.html Alan Camillo On Thursday, June 2, 2011, Greg McFall wrote: > Hi, > As best I can tell, there is just one error handler for the entire context. > Is there a way to create a custom error handler that can be applied > around

Re: Custom error handler around one endpoint

2011-06-02 Thread boday
just use route scoped exception handling...see http://camel.apache.org/exception-clause.html - Ben O'Day IT Consultant -http://benoday.blogspot.com -- View this message in context: http://camel.465427.n5.nabble.com/Custom-error-handler-around-one-endpoint-tp4449301p4449367.html Sent

Custom error handler around one endpoint

2011-06-02 Thread Greg McFall
Hi, As best I can tell, there is just one error handler for the entire context. Is there a way to create a custom error handler that can be applied around a single endpoint? ~ Greg McFall