Hi All, Can I catch a timeout exception in a <catch> tag or a <catchAll> tag so that in case of such a scenario I could do necessary actions for that particular request before it dies off.
e.g. ---- Say my request has lifecycle with the following conditional stages (Stage1,Stage2,Stage3,FAIL). If the request(in Stage2) is waiting for a response from another webservice but it gets timed-out. In such scenario I want to update the particular request's status in my DB as 'Fail' before the BPEL instance dies off. ---- Please do suggest if there is some workaround for this problem. Thank you, Vineesh. -- View this message in context: http://www.nabble.com/Quick-Question---Reg-timeout.-tp18756434p18756434.html Sent from the Apache Ode Dev mailing list archive at Nabble.com.
