Author: boisvert
Date: Mon Sep 14 19:03:10 2009
New Revision: 814777

URL: http://svn.apache.org/viewvc?rev=814777&view=rev
Log:
ODE-662: Process-to-process invocation does not go into activity recovery if no 
reply is sent from child process

Modified:
    
ode/branches/APACHE_ODE_1.X/bpel-runtime/src/main/java/org/apache/ode/bpel/engine/BpelRuntimeContextImpl.java

Modified: 
ode/branches/APACHE_ODE_1.X/bpel-runtime/src/main/java/org/apache/ode/bpel/engine/BpelRuntimeContextImpl.java
URL: 
http://svn.apache.org/viewvc/ode/branches/APACHE_ODE_1.X/bpel-runtime/src/main/java/org/apache/ode/bpel/engine/BpelRuntimeContextImpl.java?rev=814777&r1=814776&r2=814777&view=diff
==============================================================================
--- 
ode/branches/APACHE_ODE_1.X/bpel-runtime/src/main/java/org/apache/ode/bpel/engine/BpelRuntimeContextImpl.java
 (original)
+++ 
ode/branches/APACHE_ODE_1.X/bpel-runtime/src/main/java/org/apache/ode/bpel/engine/BpelRuntimeContextImpl.java
 Mon Sep 14 19:03:10 2009
@@ -772,6 +772,7 @@
             myRoleMex.invoke(odeRequest);
 
             // Can't expect any sync response
+            scheduleInvokeCheck(mex, partnerLink.partnerLink);
             mex.replyAsync();
         } else {
             // If we couldn't find the endpoint, then there is no sense


Reply via email to