I had to switch to using <pojoCommand> and handle errors from a pojo class because Synapse wasn't executing the error sequences. I've double checked the documentation and couldn't find anything wrong in my configuration. Any ideas?
spayasam wrote: > > Hi > > Any ideas? No one? > > Thanks > Shravan > > spayasam wrote: >> >> Hi All >> >> I'm trying to run a simple error handler like this >> >> <sequence name="run_ws" onError="WSFaultHanlder"> >> <callout ..> >> ... >> </callout> >> </sequence> >> >> <sequence name="WSFaultHandler"> >> handle errors here ..send email using mailto >> </sequence> >> >> When the callout fails with any error(transport error/soap fault) , the >> WSFaultHandler is not getting invoked at all. >> I can see that the error is thrown in the synapse log. Am I doing >> something wrong? >> >> Thanks >> Shravan >> > > -- View this message in context: http://old.nabble.com/Error-Sequences-not-invoked-tp33017415p33039586.html Sent from the Synapse - User mailing list archive at Nabble.com.
