RE: CXF + Camel + JMS Endpoint exception handling

2011-06-14 Thread Sven Zethelius
Zethelius; users@camel.apache.org Subject: Re: CXF + Camel + JMS Endpoint exception handling Current Camel transport for CXF just provides a transport tunnel for use to use. It can't handle the exception that comes from the service implementation. If you want the camel to handle the applicat

Re: CXF + Camel + JMS Endpoint exception handling

2011-06-08 Thread Willem Jiang
Current Camel transport for CXF just provides a transport tunnel for use to use. It can't handle the exception that comes from the service implementation. If you want the camel to handle the application exception, you may consider to use camel CXFBean[1] components. BTW you had to marshal the