Re: Declarative Exception Handling in ServiceMix

2006-10-05 Thread Guillaume Nodet
On 10/5/06, Ralf Wunsch <[EMAIL PROTECTED]> wrote: gnodet wrote: > > A few questions: > * How are the errorHandler and errorHandlerConfig related ? > * If I want to handle a given exception specifically, i guess > I need to implement a custom errorHandler, right ? > * how does the errorH

Re: Declarative Exception Handling in ServiceMix

2006-10-05 Thread Ralf Wunsch
gnodet wrote: > > A few questions: > * How are the errorHandler and errorHandlerConfig related ? > * If I want to handle a given exception specifically, i guess > I need to implement a custom errorHandler, right ? > * how does the errorHandler plug into the jbi container ? > * If i have

Re: Declarative Exception Handling in ServiceMix

2006-10-05 Thread Guillaume Nodet
Sounds good. Nice work ! A few questions: * How are the errorHandler and errorHandlerConfig related ? * If I want to handle a given exception specifically, i guess I need to implement a custom errorHandler, right ? * how does the errorHandler plug into the jbi container ? If you want to donat

Re: Declarative Exception Handling in ServiceMix

2006-08-25 Thread Philip Dodds
I Agree that I'm not sure you should build in exception routing when it is better placed as another component that handles the Call and return of an exception. It would seem that when building up services you should be handling exceptions and returning faults/exceptions in a clean fashion and tha