Hi devs,

In ODE, when an invoke of the BPEL has an one-way call, if the endpoint is
not reachable, it just prints the 'Unable to sendViaPost' error in the
console and continues to execute the rest of the process without raising a
fault or halting it. As described here[1] we can set 'faultOnFailure' to
true. But it gets activated only when a TimeOut occurs or a Fault comes in
the response of a two-way message (so doesn't apply to the one-way invoke)
Am I missing something here? The requirement is to raise a fault and halt
the process flow when the back end service is unavailable or network
failure in an one-way call. Is there any other way to achieve this?

Thanks,
Keheliya

[1] http://ode.apache.org/extensions/activity-failure-and-recovery.html

-- 
Keheliya Gallaba
More about me: http://about.me/keheliya

Reply via email to