Author: lwaterman
Date: Tue Sep 26 16:09:22 2006
New Revision: 450252

URL: http://svn.apache.org/viewvc?view=rev&rev=450252
Log:
Account for bug where process name needs to match BPEL file name.

Modified:
    
incubator/ode/trunk/bpel-test/src/test/resources/bpel/2.0/TestFlowActivity/TestActivityFlow.bpel
    
incubator/ode/trunk/bpel-test/src/test/resources/bpel/2.0/TestFlowActivity/deploy.xml

Modified: 
incubator/ode/trunk/bpel-test/src/test/resources/bpel/2.0/TestFlowActivity/TestActivityFlow.bpel
URL: 
http://svn.apache.org/viewvc/incubator/ode/trunk/bpel-test/src/test/resources/bpel/2.0/TestFlowActivity/TestActivityFlow.bpel?view=diff&rev=450252&r1=450251&r2=450252
==============================================================================
--- 
incubator/ode/trunk/bpel-test/src/test/resources/bpel/2.0/TestFlowActivity/TestActivityFlow.bpel
 (original)
+++ 
incubator/ode/trunk/bpel-test/src/test/resources/bpel/2.0/TestFlowActivity/TestActivityFlow.bpel
 Tue Sep 26 16:09:22 2006
@@ -5,7 +5,7 @@
        xmlns:prb="http://ode/bpel/unit-test/ProbeService.wsdl";
  xmlns="http://schemas.xmlsoap.org/ws/2004/03/business-process/";
        xmlns:bpws="http://schemas.xmlsoap.org/ws/2004/03/business-process/";
- name="TestFlowActivityProcess"
+ name="TestActivityFlow"
        targetNamespace="http://ode/bpel/unit-test/testFlowActivity";
  suppressJoinFailure="yes"
        queryLanguage="urn:oasis:names:tc:wsbpel:2.0:sublang:xpath2.0"

Modified: 
incubator/ode/trunk/bpel-test/src/test/resources/bpel/2.0/TestFlowActivity/deploy.xml
URL: 
http://svn.apache.org/viewvc/incubator/ode/trunk/bpel-test/src/test/resources/bpel/2.0/TestFlowActivity/deploy.xml?view=diff&rev=450252&r1=450251&r2=450252
==============================================================================
--- 
incubator/ode/trunk/bpel-test/src/test/resources/bpel/2.0/TestFlowActivity/deploy.xml
 (original)
+++ 
incubator/ode/trunk/bpel-test/src/test/resources/bpel/2.0/TestFlowActivity/deploy.xml
 Tue Sep 26 16:09:22 2006
@@ -3,7 +3,7 @@
        xmlns:wns="http://ode/bpel/unit-test/testFlowActivity.wsdl";>
 
 
-       <process name="pns:TestFlowActivityProcess">
+       <process name="pns:TestActivityFlow">
                <active>true</active>
                <provide partnerLink="request">
                        <service name="wns:TestFlowActivityService" 
port="wns:TestFlowActivityPort"/>


Reply via email to