Author: mriou
Date: Mon Apr  2 15:07:11 2007
New Revision: 524944

URL: http://svn.apache.org/viewvc?view=rev&rev=524944
Log:
Wrong wsdl file name.

Modified:
    
incubator/ode/trunk/bpel-test/src/test/resources/bpel/2.0/TestCorrelation1/TestCorrelation1.bpel

Modified: 
incubator/ode/trunk/bpel-test/src/test/resources/bpel/2.0/TestCorrelation1/TestCorrelation1.bpel
URL: 
http://svn.apache.org/viewvc/incubator/ode/trunk/bpel-test/src/test/resources/bpel/2.0/TestCorrelation1/TestCorrelation1.bpel?view=diff&rev=524944&r1=524943&r2=524944
==============================================================================
--- 
incubator/ode/trunk/bpel-test/src/test/resources/bpel/2.0/TestCorrelation1/TestCorrelation1.bpel
 (original)
+++ 
incubator/ode/trunk/bpel-test/src/test/resources/bpel/2.0/TestCorrelation1/TestCorrelation1.bpel
 Mon Apr  2 15:07:11 2007
@@ -17,19 +17,19 @@
   ~ under the License.
 -->
 
-<bpel:process xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance";
- xsi:schemaLocation="http://schemas.xmlsoap.org/ws/2004/03/business-process/ 
../../../../../../../bpel-schemas/src/main/resources/wsbpel_main-draft-Apr-29-2006.xsd"
+<bpel:process xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance";
+ xsi:schemaLocation="http://schemas.xmlsoap.org/ws/2004/03/business-process/ 
../../../../../../../bpel-schemas/src/main/resources/wsbpel_main-draft-Apr-29-2006.xsd"
   xmlns:tns="http://ode/bpel/unit-test/testCorrelation1";
   targetNamespace="http://ode/bpel/unit-test/testCorrelation1";
-  xmlns:wns="http://ode/bpel/unit-test/testCorrelation1.wsdl";
- xmlns:ns0="http://www.w3schools.com";
- xmlns:bpel="http://schemas.xmlsoap.org/ws/2004/03/business-process/";
- name="TestCorrelation1"
+  xmlns:wns="http://ode/bpel/unit-test/testCorrelation1.wsdl";
+ xmlns:ns0="http://www.w3schools.com";
+ xmlns:bpel="http://schemas.xmlsoap.org/ws/2004/03/business-process/";
+ name="TestCorrelation1"
   queryLanguage="urn:oasis:names:tc:wsbpel:2.0:sublang:xpath2.0"
   expressionLanguage="urn:oasis:names:tc:wsbpel:2.0:sublang:xpath2.0"
   suppressJoinFailure="yes">
   
-  <bpel:import location="testCorrelation1.wsdl"
+  <bpel:import location="TestCorrelation1.wsdl"
     namespace="http://ode/bpel/unit-test/testCorrelation1.wsdl";
     importType="http://schemas.xmlsoap.org/wsdl/"; />
   
@@ -43,15 +43,15 @@
       <bpel:variable messageType="wns:operation3Request" name="input3"/>
       <bpel:variable messageType="wns:operation3Response" name="output3"/>
     </bpel:variables>
-    <bpel:correlationSets>
+    <bpel:correlationSets>
       <bpel:correlationSet name="correlationSet1" 
properties="wns:testCorrelation1Variable1"/>
     </bpel:correlationSets>
     <bpel:flow>
       <bpel:sequence>
-        <bpel:receive name="receive1" createInstance="yes" 
operation="operation1" partnerLink="testCorrelation1PL" 
portType="wns:testCorrelation1PT" variable="input1">
-          <bpel:correlations>
-            <bpel:correlation set="correlationSet1" 
initiate="yes"></bpel:correlation>
-          </bpel:correlations>
+        <bpel:receive name="receive1" createInstance="yes" 
operation="operation1" partnerLink="testCorrelation1PL" 
portType="wns:testCorrelation1PT" variable="input1">
+          <bpel:correlations>
+            <bpel:correlation set="correlationSet1" 
initiate="yes"></bpel:correlation>
+          </bpel:correlations>
         </bpel:receive>
         <bpel:scope name="scope2">
           <bpel:correlationSets>


Reply via email to