Hi,

I'm seeing an issue where a long running invoke (the service behind it does
a Thread.sleep() for 30 seconds but does not hit a 25 second alarm.
Issue is decribed here https://issues.jboss.org/browse/ENTESB-5167

The invoke here :

https://github.com/apache/ode/blob/APACHE_ODE_1.3.5/bpel-runtime/src/main/java/org/apache/ode/bpel/runtime/INVOKE.java#L100

waits for the full 30 seconds, and returns a successful response, rather
than timing out and hitting the alarm.

What I'm seeing looks a lot like
https://issues.apache.org/jira/browse/ODE-263 and this :
https://mail-archives.apache.org/mod_mbox/ode-user/201105.mbox/%3Cvmime.4dd2574c.4405.2e079b14f5563e0c@noriswww%3E

Wondering if there's workaround here or if this is a known issue.   Should
this be redesigned as a more asynchronous <invoke/><receive/>?

Reply via email to