Author: rr
Date: Fri May 21 06:37:32 2010
New Revision: 946901

URL: http://svn.apache.org/viewvc?rev=946901&view=rev
Log:
ActivityRecovery test fix

Modified:
    
ode/branches/APACHE_ODE_1.3.4.X/bpel-runtime/src/test/resources/recovery/failure-to-fault2.bpel

Modified: 
ode/branches/APACHE_ODE_1.3.4.X/bpel-runtime/src/test/resources/recovery/failure-to-fault2.bpel
URL: 
http://svn.apache.org/viewvc/ode/branches/APACHE_ODE_1.3.4.X/bpel-runtime/src/test/resources/recovery/failure-to-fault2.bpel?rev=946901&r1=946900&r2=946901&view=diff
==============================================================================
--- 
ode/branches/APACHE_ODE_1.3.4.X/bpel-runtime/src/test/resources/recovery/failure-to-fault2.bpel
 (original)
+++ 
ode/branches/APACHE_ODE_1.3.4.X/bpel-runtime/src/test/resources/recovery/failure-to-fault2.bpel
 Fri May 21 06:37:32 2010
@@ -49,30 +49,19 @@
              operation="instantiate"
              variable="request"
              createInstance="yes"/>
-    <flow>
-      <links>
-        <link name="successfulInvoke"/>
-      </links>
       <invoke name="invoke"
               partnerLink="failingPartnerLink"
               portType="tns:FailingPortType"
               operation="invoke"
               inputVariable="request"
               outputVariable="response">
-        <sources>
-          <source linkName="successfulInvoke"/>
-        </sources>
       </invoke>
       <invoke name="response"
               partnerLink="instantiatingPartnerLink"
               portType="tns:ResponsePortType"
               operation="respond"
               inputVariable="response">
-        <targets>
-          <target linkName="successfulInvoke"/>
-        </targets>
       </invoke>
-    </flow>
   </sequence>
 
 </process>


Reply via email to