I have been trying to implement the retryFor and retryDelay in my BPEL. But the ODE Engine (1.2) does not seem to pick up the values I provide in the BPEL. A default behaviour is observed which performs a fixed number (3) of retries without any delay and then fails.
My tags look like these:- <ext:failureHandling xmlns:ext="http://ode.apache.org/activityRecovery"> <ext:faultOnFailure>true</ext:faultOnFailure> <ext:retryFor>5</ext:retryFor> <ext:retryDelay>60</ext:retryDelay> </ext:failureHandling> I happened to notice a constant being used (MAX_RETRIES = 3) in the class BpelEngineImpl.java. Just wondering if this is the culprit. Please enlighten me on this. -- View this message in context: http://www.nabble.com/ODE-Retry-Failure-tp22211099p22211099.html Sent from the Apache Ode Dev mailing list archive at Nabble.com.