Hi ,

How to handle target invocation exception in camel.The secnario is like this
.If the target  in the jaxwsclient throws any invocation exception .The
exception hadler shoud handle the exception and update the database table
with sme error information.What change should i need to make in this below
code.

<route>
        <from uri="cxf:bean:"/>
                      <to uri="jaxwsclient id"/>
                <onException redeliveryPolicyRef="sapRedelivery">
                    
                    <exception>java.lang.Exception</exception>
                                        <to uri="errortable"/>
                </onException>
           </route>





--
View this message in context: 
http://camel.465427.n5.nabble.com/camel-exception-handler-tp5738496.html
Sent from the Camel - Users mailing list archive at Nabble.com.

Reply via email to