You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@ode.apache.org by va...@apache.org on 2010/05/27 20:10:26 UTC

svn commit: r948937 [21/33] - in /ode/trunk: ./ agents/src/main/java/org/apache/ode/agents/memory/ axis2-war/ axis2-war/src/main/assembly/ axis2-war/src/main/webapp/ axis2-war/src/main/webapp/WEB-INF/ axis2-war/src/main/webapp/WEB-INF/classes/ axis2-wa...

Modified: ode/trunk/bpel-scripts/src/main/resources/1.1/good/switch/Switch2.bpel
URL: http://svn.apache.org/viewvc/ode/trunk/bpel-scripts/src/main/resources/1.1/good/switch/Switch2.bpel?rev=948937&r1=948936&r2=948937&view=diff
==============================================================================
--- ode/trunk/bpel-scripts/src/main/resources/1.1/good/switch/Switch2.bpel (original)
+++ ode/trunk/bpel-scripts/src/main/resources/1.1/good/switch/Switch2.bpel Thu May 27 18:09:53 2010
@@ -18,26 +18,26 @@
   -->
 
 <process name="switch2"
-    targetNamespace="http://ode/bpel/unit-test" 
+    targetNamespace="http://ode/bpel/unit-test"
     xmlns:bpws="http://schemas.xmlsoap.org/ws/2003/03/business-process/"
     xmlns="http://schemas.xmlsoap.org/ws/2003/03/business-process/"
     xmlns:tns="http://ode/bpel/unit-test"
     xmlns:xsd="http://www.w3.org/2001/XMLSchema"
-    xmlns:test="http://ode/bpel/unit-test.wsdl" 
+    xmlns:test="http://ode/bpel/unit-test.wsdl"
     suppressJoinFailure="yes">
    <partnerLinks>
-      <partnerLink name="testPartnerLink" 
-         partnerLinkType="test:TestPartnerLinkType" 
+      <partnerLink name="testPartnerLink"
+         partnerLinkType="test:TestPartnerLinkType"
          myRole="me" />
    </partnerLinks>
-    
+
    <variables>
      <variable name="var1" messageType="test:TestMessage1"/>
      <variable name="var2" type="xsd:string"/>
    </variables>
-        
-   <sequence>   
-       <receive 
+
+   <sequence>
+       <receive
           createInstance="yes"
           name="startReceive"
           partnerLink="testPartnerLink"
@@ -69,8 +69,8 @@
                  <to variable="var2"/>
              </copy>
              </assign>
-          </otherwise>  
-        </switch>  
+          </otherwise>
+        </switch>
           <assign name="b">
              <copy>
                  <from variable="var2"/>
@@ -78,10 +78,10 @@
              </copy>
           </assign>
        </sequence>
-       <reply name="endReply" 
-              operation="testOperation" 
+       <reply name="endReply"
+              operation="testOperation"
               partnerLink="testPartnerLink"
-              portType="test:TestPortType" 
+              portType="test:TestPortType"
               variable="var1"/>
    </sequence>
 

Modified: ode/trunk/bpel-scripts/src/main/resources/1.1/good/switch/Switch3.bpel
URL: http://svn.apache.org/viewvc/ode/trunk/bpel-scripts/src/main/resources/1.1/good/switch/Switch3.bpel?rev=948937&r1=948936&r2=948937&view=diff
==============================================================================
--- ode/trunk/bpel-scripts/src/main/resources/1.1/good/switch/Switch3.bpel (original)
+++ ode/trunk/bpel-scripts/src/main/resources/1.1/good/switch/Switch3.bpel Thu May 27 18:09:53 2010
@@ -18,26 +18,26 @@
   -->
 
 <process name="switch3"
-    targetNamespace="http://ode/bpel/unit-test" 
+    targetNamespace="http://ode/bpel/unit-test"
     xmlns:bpws="http://schemas.xmlsoap.org/ws/2003/03/business-process/"
     xmlns="http://schemas.xmlsoap.org/ws/2003/03/business-process/"
     xmlns:tns="http://ode/bpel/unit-test"
     xmlns:xsd="http://www.w3.org/2001/XMLSchema"
-    xmlns:test="http://ode/bpel/unit-test.wsdl" 
+    xmlns:test="http://ode/bpel/unit-test.wsdl"
     suppressJoinFailure="yes">
    <partnerLinks>
-      <partnerLink name="testPartnerLink" 
-         partnerLinkType="test:TestPartnerLinkType" 
+      <partnerLink name="testPartnerLink"
+         partnerLinkType="test:TestPartnerLinkType"
          myRole="me" />
    </partnerLinks>
-    
+
    <variables>
      <variable name="var1" messageType="test:TestMessage1"/>
      <variable name="var2" type="xsd:string"/>
    </variables>
-        
-   <sequence>   
-       <receive 
+
+   <sequence>
+       <receive
           createInstance="yes"
           name="startReceive"
           partnerLink="testPartnerLink"
@@ -69,8 +69,8 @@
                  <to variable="var2"/>
              </copy>
              </assign>
-          </otherwise>  
-        </switch>  
+          </otherwise>
+        </switch>
           <assign name="b">
              <copy>
                  <from variable="var2"/>
@@ -78,10 +78,10 @@
              </copy>
           </assign>
        </sequence>
-       <reply name="endReply" 
-              operation="testOperation" 
+       <reply name="endReply"
+              operation="testOperation"
               partnerLink="testPartnerLink"
-              portType="test:TestPortType" 
+              portType="test:TestPortType"
               variable="var1"/>
    </sequence>
 

Modified: ode/trunk/bpel-scripts/src/main/resources/1.1/good/switch/test.wsdl
URL: http://svn.apache.org/viewvc/ode/trunk/bpel-scripts/src/main/resources/1.1/good/switch/test.wsdl?rev=948937&r1=948936&r2=948937&view=diff
==============================================================================
--- ode/trunk/bpel-scripts/src/main/resources/1.1/good/switch/test.wsdl (original)
+++ ode/trunk/bpel-scripts/src/main/resources/1.1/good/switch/test.wsdl Thu May 27 18:09:53 2010
@@ -23,12 +23,12 @@
     targetNamespace="http://ode/bpel/unit-test.wsdl"
     xmlns="http://schemas.xmlsoap.org/wsdl/"
     xmlns:tns="http://ode/bpel/unit-test.wsdl"
-    xmlns:wsdl="http://schemas.xmlsoap.org/wsdl/" 
+    xmlns:wsdl="http://schemas.xmlsoap.org/wsdl/"
     xmlns:xsd="http://www.w3.org/2001/XMLSchema"
     xmlns:bpws="http://schemas.xmlsoap.org/ws/2003/03/business-process/"
     xmlns:plnk="http://schemas.xmlsoap.org/ws/2003/05/partner-link/">
-   
-   
+
+
     <wsdl:message name="TestMessage1">
         <wsdl:part name="TestPart" type="xsd:string"/>
     </wsdl:message>
@@ -39,8 +39,8 @@
         <wsdl:operation name="testOperation">
             <wsdl:input message="tns:TestMessage1" name="TestIn"/>
             <wsdl:output message="tns:TestMessage1" name="TestOut"/>
-        </wsdl:operation>    
-    </wsdl:portType> 
+        </wsdl:operation>
+    </wsdl:portType>
    <bpws:property name="testProp"
                    type="xsd:string"/>
    <plnk:partnerLinkType name="TestPartnerLinkType">
@@ -51,7 +51,7 @@
            <plnk:portType name="tns:TestPortType"/>
        </plnk:role>
     </plnk:partnerLinkType>
-    
-   
+
+
 </wsdl:definitions>
 

Modified: ode/trunk/bpel-scripts/src/main/resources/1.1/good/test1.xsd
URL: http://svn.apache.org/viewvc/ode/trunk/bpel-scripts/src/main/resources/1.1/good/test1.xsd?rev=948937&r1=948936&r2=948937&view=diff
==============================================================================
--- ode/trunk/bpel-scripts/src/main/resources/1.1/good/test1.xsd (original)
+++ ode/trunk/bpel-scripts/src/main/resources/1.1/good/test1.xsd Thu May 27 18:09:53 2010
@@ -25,5 +25,5 @@
             <xsd:element name="IntElement" type="xsd:int" maxOccurs="1" minOccurs="0"/>
         </xsd:sequence>
     </xsd:complexType>
-    
+
 </xsd:schema>
\ No newline at end of file

Modified: ode/trunk/bpel-scripts/src/main/resources/1.1/good/wait/Wait1.bpel
URL: http://svn.apache.org/viewvc/ode/trunk/bpel-scripts/src/main/resources/1.1/good/wait/Wait1.bpel?rev=948937&r1=948936&r2=948937&view=diff
==============================================================================
--- ode/trunk/bpel-scripts/src/main/resources/1.1/good/wait/Wait1.bpel (original)
+++ ode/trunk/bpel-scripts/src/main/resources/1.1/good/wait/Wait1.bpel Thu May 27 18:09:53 2010
@@ -18,25 +18,25 @@
   -->
 
 <process name="SimpleWait"
-    targetNamespace="http://ode/bpel/unit-test" 
+    targetNamespace="http://ode/bpel/unit-test"
     xmlns:bpws="http://schemas.xmlsoap.org/ws/2003/03/business-process/"
     xmlns="http://schemas.xmlsoap.org/ws/2003/03/business-process/"
     xmlns:tns="http://ode/bpel/unit-test"
     xmlns:xsd="http://www.w3.org/2001/XMLSchema"
-    xmlns:test="http://ode/bpel/unit-test.wsdl" 
+    xmlns:test="http://ode/bpel/unit-test.wsdl"
     suppressJoinFailure="yes">
    <partnerLinks>
-      <partnerLink name="testPartnerLink" 
-         partnerLinkType="test:TestPartnerLinkType" 
+      <partnerLink name="testPartnerLink"
+         partnerLinkType="test:TestPartnerLinkType"
          myRole="me" />
    </partnerLinks>
-    
+
    <variables>
      <variable name="var1" messageType="test:TestMessage"/>
    </variables>
-        
-   <sequence>   
-       <receive 
+
+   <sequence>
+       <receive
           createInstance="yes"
           name="startReceive"
           partnerLink="testPartnerLink"
@@ -45,11 +45,11 @@
           variable="var1"/>
         <!-- wait 5 seconds -->
         <wait for="'PT5S'"/>
-        
-       <reply name="endReply" 
-              operation="testOperation" 
+
+       <reply name="endReply"
+              operation="testOperation"
               partnerLink="testPartnerLink"
-              portType="test:TestPortType" 
+              portType="test:TestPortType"
               variable="var1"/>
    </sequence>
 

Modified: ode/trunk/bpel-scripts/src/main/resources/1.1/good/wait/Wait1.wsdl
URL: http://svn.apache.org/viewvc/ode/trunk/bpel-scripts/src/main/resources/1.1/good/wait/Wait1.wsdl?rev=948937&r1=948936&r2=948937&view=diff
==============================================================================
--- ode/trunk/bpel-scripts/src/main/resources/1.1/good/wait/Wait1.wsdl (original)
+++ ode/trunk/bpel-scripts/src/main/resources/1.1/good/wait/Wait1.wsdl Thu May 27 18:09:53 2010
@@ -23,11 +23,11 @@
     targetNamespace="http://ode/bpel/unit-test.wsdl"
     xmlns="http://schemas.xmlsoap.org/wsdl/"
     xmlns:tns="http://ode/bpel/unit-test.wsdl"
-    xmlns:wsdl="http://schemas.xmlsoap.org/wsdl/" 
+    xmlns:wsdl="http://schemas.xmlsoap.org/wsdl/"
     xmlns:xsd="http://www.w3.org/2001/XMLSchema"
     xmlns:bpws="http://schemas.xmlsoap.org/ws/2003/03/business-process/"
     xmlns:plnk="http://schemas.xmlsoap.org/ws/2003/05/partner-link/">
-   
+
     <wsdl:message name="TestMessage">
         <wsdl:part name="TestPart" type="xsd:int"/>
     </wsdl:message>
@@ -35,14 +35,14 @@
         <wsdl:operation name="testOperation">
             <wsdl:input message="tns:TestMessage" name="TestIn"/>
             <wsdl:output message="tns:TestMessage" name="TestOut"/>
-        </wsdl:operation>    
-    </wsdl:portType> 
+        </wsdl:operation>
+    </wsdl:portType>
    <plnk:partnerLinkType name="TestPartnerLinkType">
        <plnk:role name="me">
            <plnk:portType name="tns:TestPortType"/>
        </plnk:role>
     </plnk:partnerLinkType>
-    
-   
+
+
 </wsdl:definitions>
 

Modified: ode/trunk/bpel-scripts/src/main/resources/1.1/good/while/While1.bpel
URL: http://svn.apache.org/viewvc/ode/trunk/bpel-scripts/src/main/resources/1.1/good/while/While1.bpel?rev=948937&r1=948936&r2=948937&view=diff
==============================================================================
--- ode/trunk/bpel-scripts/src/main/resources/1.1/good/while/While1.bpel (original)
+++ ode/trunk/bpel-scripts/src/main/resources/1.1/good/while/While1.bpel Thu May 27 18:09:53 2010
@@ -18,25 +18,25 @@
   -->
 
 <process name="while1"
-    targetNamespace="http://ode/bpel/unit-test" 
+    targetNamespace="http://ode/bpel/unit-test"
     xmlns:bpws="http://schemas.xmlsoap.org/ws/2003/03/business-process/"
     xmlns="http://schemas.xmlsoap.org/ws/2003/03/business-process/"
     xmlns:tns="http://ode/bpel/unit-test"
     xmlns:xsd="http://www.w3.org/2001/XMLSchema"
-    xmlns:test="http://ode/bpel/unit-test.wsdl" 
+    xmlns:test="http://ode/bpel/unit-test.wsdl"
     suppressJoinFailure="yes">
    <partnerLinks>
-      <partnerLink name="testPartnerLink" 
-         partnerLinkType="test:TestPartnerLinkType" 
+      <partnerLink name="testPartnerLink"
+         partnerLinkType="test:TestPartnerLinkType"
          myRole="me" />
    </partnerLinks>
-    
+
    <variables>
      <variable name="var1" messageType="test:TestMessage2"/>
    </variables>
-        
-   <sequence>   
-       <receive 
+
+   <sequence>
+       <receive
           createInstance="yes"
           name="startReceive"
           partnerLink="testPartnerLink"
@@ -51,10 +51,10 @@
           </copy>
         </assign>
        </while>
-       <reply name="endReply" 
-              operation="testOperation" 
+       <reply name="endReply"
+              operation="testOperation"
               partnerLink="testPartnerLink"
-              portType="test:TestPortType" 
+              portType="test:TestPortType"
               variable="var1"/>
    </sequence>
 

Modified: ode/trunk/bpel-scripts/src/main/resources/1.1/good/while/While1.wsdl
URL: http://svn.apache.org/viewvc/ode/trunk/bpel-scripts/src/main/resources/1.1/good/while/While1.wsdl?rev=948937&r1=948936&r2=948937&view=diff
==============================================================================
--- ode/trunk/bpel-scripts/src/main/resources/1.1/good/while/While1.wsdl (original)
+++ ode/trunk/bpel-scripts/src/main/resources/1.1/good/while/While1.wsdl Thu May 27 18:09:53 2010
@@ -23,12 +23,12 @@
     targetNamespace="http://ode/bpel/unit-test.wsdl"
     xmlns="http://schemas.xmlsoap.org/wsdl/"
     xmlns:tns="http://ode/bpel/unit-test.wsdl"
-    xmlns:wsdl="http://schemas.xmlsoap.org/wsdl/" 
+    xmlns:wsdl="http://schemas.xmlsoap.org/wsdl/"
     xmlns:xsd="http://www.w3.org/2001/XMLSchema"
     xmlns:bpws="http://schemas.xmlsoap.org/ws/2003/03/business-process/"
     xmlns:plnk="http://schemas.xmlsoap.org/ws/2003/05/partner-link/">
-   
-   
+
+
     <wsdl:message name="TestMessage2">
         <wsdl:part name="TestPart" type="xsd:int"/>
     </wsdl:message>
@@ -36,9 +36,9 @@
         <wsdl:operation name="testOperation">
             <wsdl:input message="tns:TestMessage2" name="TestIn"/>
             <wsdl:output message="tns:TestMessage2" name="TestOut"/>
-        </wsdl:operation>    
-    </wsdl:portType> 
-    
+        </wsdl:operation>
+    </wsdl:portType>
+
    <bpws:property name="testProp"
                    type="xsd:string"/>
    <plnk:partnerLinkType name="TestPartnerLinkType">

Modified: ode/trunk/bpel-scripts/src/main/resources/2.0/good/AsyncProcess/AsyncProcess2.bpel
URL: http://svn.apache.org/viewvc/ode/trunk/bpel-scripts/src/main/resources/2.0/good/AsyncProcess/AsyncProcess2.bpel?rev=948937&r1=948936&r2=948937&view=diff
==============================================================================
--- ode/trunk/bpel-scripts/src/main/resources/2.0/good/AsyncProcess/AsyncProcess2.bpel (original)
+++ ode/trunk/bpel-scripts/src/main/resources/2.0/good/AsyncProcess/AsyncProcess2.bpel Thu May 27 18:09:53 2010
@@ -23,16 +23,16 @@
  xmlns="http://schemas.xmlsoap.org/ws/2004/03/business-process/"
  targetNamespace="uri:com.bptest.process"
  xmlns:proc="uri:com.bptest.process"
- xmlns:xs="http://www.w3.org/2001/XMLSchema" 
+ xmlns:xs="http://www.w3.org/2001/XMLSchema"
  xmlns:typ="uri:com.bptest.types"
  xmlns:resp="uri:com.bptest.responder"
- xmlns:bpws="http://schemas.xmlsoap.org/ws/2004/03/business-process/" 
+ xmlns:bpws="http://schemas.xmlsoap.org/ws/2004/03/business-process/"
  expressionLanguage="urn:oasis:names:tc:wsbpel:2.0:sublang:xpath1.0">
 
  <import location="AsyncProcess2.wsdl"
       namespace="uri:com.bptest.process"
       importType="http://schemas.xmlsoap.org/wsdl/" />
-             
+
  <partnerLinks>
 
   <partnerLink

Modified: ode/trunk/bpel-scripts/src/main/resources/2.0/good/AsyncProcess/AsyncProcess2.wsdl
URL: http://svn.apache.org/viewvc/ode/trunk/bpel-scripts/src/main/resources/2.0/good/AsyncProcess/AsyncProcess2.wsdl?rev=948937&r1=948936&r2=948937&view=diff
==============================================================================
--- ode/trunk/bpel-scripts/src/main/resources/2.0/good/AsyncProcess/AsyncProcess2.wsdl (original)
+++ ode/trunk/bpel-scripts/src/main/resources/2.0/good/AsyncProcess/AsyncProcess2.wsdl Thu May 27 18:09:53 2010
@@ -34,7 +34,7 @@
       </schema>
    </types>
 
-   <import namespace="uri:com.bptest.responder" 
+   <import namespace="uri:com.bptest.responder"
            location="responder.wsdl"/>
 
    <message name="ProcessInputMessage">

Modified: ode/trunk/bpel-scripts/src/main/resources/2.0/good/AsyncProcess/responder.wsdl
URL: http://svn.apache.org/viewvc/ode/trunk/bpel-scripts/src/main/resources/2.0/good/AsyncProcess/responder.wsdl?rev=948937&r1=948936&r2=948937&view=diff
==============================================================================
--- ode/trunk/bpel-scripts/src/main/resources/2.0/good/AsyncProcess/responder.wsdl (original)
+++ ode/trunk/bpel-scripts/src/main/resources/2.0/good/AsyncProcess/responder.wsdl Thu May 27 18:09:53 2010
@@ -23,9 +23,9 @@
   targetNamespace="uri:com.bptest.responder"
   xmlns:resp="uri:com.bptest.responder"
   xmlns:soap="http://schemas.xmlsoap.org/wsdl/soap/"
-  xmlns:plnk="http://schemas.xmlsoap.org/ws/2004/03/partner-link/" 
+  xmlns:plnk="http://schemas.xmlsoap.org/ws/2004/03/partner-link/"
   xmlns:typ="uri:com.bptest.types"
-  xmlns:bpws="http://schemas.xmlsoap.org/ws/2004/03/business-process/" 
+  xmlns:bpws="http://schemas.xmlsoap.org/ws/2004/03/business-process/"
   xmlns="http://schemas.xmlsoap.org/wsdl/"
   xmlns:xsd="http://www.w3.org/2001/XMLSchema">
 
@@ -76,7 +76,7 @@
 
    <bpws:property name="OrderId" type="xsd:string" />
 
-   <bpws:propertyAlias 
+   <bpws:propertyAlias
       propertyName="resp:OrderId"
       messageType="resp:ResponseMessage"
       part="payload">
@@ -85,7 +85,7 @@
       </bpws:query>
     </bpws:propertyAlias>
 
-   <bpws:propertyAlias 
+   <bpws:propertyAlias
       propertyName="resp:OrderId"
       messageType="resp:AsyncRequestMessage"
       part="payload">

Modified: ode/trunk/bpel-scripts/src/main/resources/2.0/good/AsyncProcess/types.xsd
URL: http://svn.apache.org/viewvc/ode/trunk/bpel-scripts/src/main/resources/2.0/good/AsyncProcess/types.xsd?rev=948937&r1=948936&r2=948937&view=diff
==============================================================================
--- ode/trunk/bpel-scripts/src/main/resources/2.0/good/AsyncProcess/types.xsd (original)
+++ ode/trunk/bpel-scripts/src/main/resources/2.0/good/AsyncProcess/types.xsd Thu May 27 18:09:53 2010
@@ -19,10 +19,10 @@
   -->
 
 <schema
-  targetNamespace="uri:com.bptest.types" 
+  targetNamespace="uri:com.bptest.types"
   xmlns:typ="uri:com.bptest.types"
-  elementFormDefault="qualified" 
-  attributeFormDefault="qualified" 
+  elementFormDefault="qualified"
+  attributeFormDefault="qualified"
   xmlns:xs="http://www.w3.org/2001/XMLSchema"
   xmlns="http://www.w3.org/2001/XMLSchema">
 
@@ -156,7 +156,7 @@
    <!-- Datatypes for BPEL -->
    <complexType name="AllOrderCT">
       <sequence>
-         <element ref="typ:AllOrders" minOccurs="1" maxOccurs="1"/>      
+         <element ref="typ:AllOrders" minOccurs="1" maxOccurs="1"/>
     </sequence>
    </complexType>
 

Modified: ode/trunk/bpel-scripts/src/main/resources/2.0/good/assign/Assign2-2.0.bpel
URL: http://svn.apache.org/viewvc/ode/trunk/bpel-scripts/src/main/resources/2.0/good/assign/Assign2-2.0.bpel?rev=948937&r1=948936&r2=948937&view=diff
==============================================================================
--- ode/trunk/bpel-scripts/src/main/resources/2.0/good/assign/Assign2-2.0.bpel (original)
+++ ode/trunk/bpel-scripts/src/main/resources/2.0/good/assign/Assign2-2.0.bpel Thu May 27 18:09:53 2010
@@ -43,12 +43,12 @@
          partnerLinkType="test:PartnerLinkType1"
          myRole="me" />
   </partnerLinks>
-  
+
   <variables>
     <variable name="var1" messageType="test:Message1"/>
     <variable name="var2" type="xsd:string"/>
   </variables>
-  
+
   <sequence>
     <receive
       createInstance="yes"

Modified: ode/trunk/bpel-scripts/src/main/resources/2.0/good/assign/Assign3-2.0.bpel
URL: http://svn.apache.org/viewvc/ode/trunk/bpel-scripts/src/main/resources/2.0/good/assign/Assign3-2.0.bpel?rev=948937&r1=948936&r2=948937&view=diff
==============================================================================
--- ode/trunk/bpel-scripts/src/main/resources/2.0/good/assign/Assign3-2.0.bpel (original)
+++ ode/trunk/bpel-scripts/src/main/resources/2.0/good/assign/Assign3-2.0.bpel Thu May 27 18:09:53 2010
@@ -40,12 +40,12 @@
          partnerLinkType="test:PartnerLinkType1"
          myRole="me" />
   </partnerLinks>
-  
+
   <variables>
     <variable name="var1" messageType="test:Message1"/>
     <variable name="var2" type="xsd:string"/>
   </variables>
-  
+
   <sequence name="sequenceA">
     <receive createInstance="yes"
          name="startReceive"

Modified: ode/trunk/bpel-scripts/src/main/resources/2.0/good/assign/template.bpel
URL: http://svn.apache.org/viewvc/ode/trunk/bpel-scripts/src/main/resources/2.0/good/assign/template.bpel?rev=948937&r1=948936&r2=948937&view=diff
==============================================================================
--- ode/trunk/bpel-scripts/src/main/resources/2.0/good/assign/template.bpel (original)
+++ ode/trunk/bpel-scripts/src/main/resources/2.0/good/assign/template.bpel Thu May 27 18:09:53 2010
@@ -46,7 +46,7 @@ DESCRIPTION
   </variables>
 
   <sequence>
-    <receive name="startReceive"     
+    <receive name="startReceive"
          createInstance="yes"
          partnerLink="testPartnerLink"
          portType="test:PortType1"

Modified: ode/trunk/bpel-scripts/src/main/resources/2.0/good/circularReference/CircularReference.bpel
URL: http://svn.apache.org/viewvc/ode/trunk/bpel-scripts/src/main/resources/2.0/good/circularReference/CircularReference.bpel?rev=948937&r1=948936&r2=948937&view=diff
==============================================================================
--- ode/trunk/bpel-scripts/src/main/resources/2.0/good/circularReference/CircularReference.bpel (original)
+++ ode/trunk/bpel-scripts/src/main/resources/2.0/good/circularReference/CircularReference.bpel Thu May 27 18:09:53 2010
@@ -17,31 +17,31 @@
   ~ specific language governing permissions and limitations
   ~ under the License.
   -->
-<bpel:process xmlns:bpel="http://docs.oasis-open.org/wsbpel/2.0/process/executable" 
-    xmlns:vprop="http://docs.oasis-open.org/wsbpel/2.0/varprop" 
-    xmlns:pnlk="http://docs.oasis-open.org/wsbpel/2.0/plnktype" xmlns:wsdl="http://schemas.xmlsoap.org/wsdl/" 
-    xmlns:xs="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" 
-    xmlns:ode="http://www.apache.org/ode/type/extension" 
-    xmlns:this="http://example.com/CircularReference1" 
-    xmlns:xml="http://www.w3.org/XML/1998/namespace" 
-    xmlns:atomic="http://ode.apache.org/atomicScope" 
-    queryLanguage="urn:oasis:names:tc:wsbpel:2.0:sublang:xpath2.0" 
-    expressionLanguage="urn:oasis:names:tc:wsbpel:2.0:sublang:xpath2.0" 
-    name="CircularReference" 
+<bpel:process xmlns:bpel="http://docs.oasis-open.org/wsbpel/2.0/process/executable"
+    xmlns:vprop="http://docs.oasis-open.org/wsbpel/2.0/varprop"
+    xmlns:pnlk="http://docs.oasis-open.org/wsbpel/2.0/plnktype" xmlns:wsdl="http://schemas.xmlsoap.org/wsdl/"
+    xmlns:xs="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
+    xmlns:ode="http://www.apache.org/ode/type/extension"
+    xmlns:this="http://example.com/CircularReference1"
+    xmlns:xml="http://www.w3.org/XML/1998/namespace"
+    xmlns:atomic="http://ode.apache.org/atomicScope"
+    queryLanguage="urn:oasis:names:tc:wsbpel:2.0:sublang:xpath2.0"
+    expressionLanguage="urn:oasis:names:tc:wsbpel:2.0:sublang:xpath2.0"
+    name="CircularReference"
     targetNamespace="http://example.com/CircularReference">
   <bpel:import namespace="http://example.com/CircularReference1" location="CircularReference1.wsdl" importType="http://schemas.xmlsoap.org/wsdl/"/>
   <bpel:partnerLinks>
-   <bpel:partnerLink name="pnlk" 
-    partnerLinkType="this:pnlkt" 
+   <bpel:partnerLink name="pnlk"
+    partnerLinkType="this:pnlkt"
     myRole="pnlkt_role"/>
   </bpel:partnerLinks>
   <bpel:variables>
     <bpel:variable name="start" messageType="this:EventStartMessageRequest"/>
   </bpel:variables>
-  
+
   <bpel:sequence>
-    <bpel:receive portType="this:portType" 
-    operation="EventStartMessage" variable="start" 
+    <bpel:receive portType="this:portType"
+    operation="EventStartMessage" variable="start"
     createInstance="yes" name="start" partnerLink="pnlk" />
   </bpel:sequence>
 </bpel:process>

Modified: ode/trunk/bpel-scripts/src/main/resources/2.0/good/circularReference/CircularReference1.wsdl
URL: http://svn.apache.org/viewvc/ode/trunk/bpel-scripts/src/main/resources/2.0/good/circularReference/CircularReference1.wsdl?rev=948937&r1=948936&r2=948937&view=diff
==============================================================================
--- ode/trunk/bpel-scripts/src/main/resources/2.0/good/circularReference/CircularReference1.wsdl (original)
+++ ode/trunk/bpel-scripts/src/main/resources/2.0/good/circularReference/CircularReference1.wsdl Thu May 27 18:09:53 2010
@@ -17,14 +17,14 @@
   ~ specific language governing permissions and limitations
   ~ under the License.
   -->
-<wsdl:definitions xmlns:wsdl="http://schemas.xmlsoap.org/wsdl/" 
-xmlns:xs="http://www.w3.org/2001/XMLSchema" 
-xmlns:vprop="http://docs.oasis-open.org/wsbpel/2.0/varprop" 
-xmlns:pnlk="http://docs.oasis-open.org/wsbpel/2.0/plnktype" 
-xmlns:xml="http://www.w3.org/XML/1998/namespace" 
-xmlns:soap="http://schemas.xmlsoap.org/wsdl/soap/" 
-xmlns:this="http://example.com/CircularReference1" 
-xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" 
+<wsdl:definitions xmlns:wsdl="http://schemas.xmlsoap.org/wsdl/"
+xmlns:xs="http://www.w3.org/2001/XMLSchema"
+xmlns:vprop="http://docs.oasis-open.org/wsbpel/2.0/varprop"
+xmlns:pnlk="http://docs.oasis-open.org/wsbpel/2.0/plnktype"
+xmlns:xml="http://www.w3.org/XML/1998/namespace"
+xmlns:soap="http://schemas.xmlsoap.org/wsdl/soap/"
+xmlns:this="http://example.com/CircularReference1"
+xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
 targetNamespace="http://example.com/CircularReference1">
     <wsdl:types>
         <xs:schema elementFormDefault="qualified" targetNamespace="urn:targetnm">

Modified: ode/trunk/bpel-scripts/src/main/resources/2.0/good/circularReference/CircularReference2.wsdl
URL: http://svn.apache.org/viewvc/ode/trunk/bpel-scripts/src/main/resources/2.0/good/circularReference/CircularReference2.wsdl?rev=948937&r1=948936&r2=948937&view=diff
==============================================================================
--- ode/trunk/bpel-scripts/src/main/resources/2.0/good/circularReference/CircularReference2.wsdl (original)
+++ ode/trunk/bpel-scripts/src/main/resources/2.0/good/circularReference/CircularReference2.wsdl Thu May 27 18:09:53 2010
@@ -17,14 +17,14 @@
   ~ specific language governing permissions and limitations
   ~ under the License.
   -->
-<wsdl:definitions xmlns:wsdl="http://schemas.xmlsoap.org/wsdl/" 
-xmlns:xs="http://www.w3.org/2001/XMLSchema" 
-xmlns:vprop="http://docs.oasis-open.org/wsbpel/2.0/varprop" 
-xmlns:pnlk="http://docs.oasis-open.org/wsbpel/2.0/plnktype" 
-xmlns:xml="http://www.w3.org/XML/1998/namespace" 
-xmlns:soap="http://schemas.xmlsoap.org/wsdl/soap/" 
-xmlns:this="http://example.com/CircularReference2" 
-xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" 
+<wsdl:definitions xmlns:wsdl="http://schemas.xmlsoap.org/wsdl/"
+xmlns:xs="http://www.w3.org/2001/XMLSchema"
+xmlns:vprop="http://docs.oasis-open.org/wsbpel/2.0/varprop"
+xmlns:pnlk="http://docs.oasis-open.org/wsbpel/2.0/plnktype"
+xmlns:xml="http://www.w3.org/XML/1998/namespace"
+xmlns:soap="http://schemas.xmlsoap.org/wsdl/soap/"
+xmlns:this="http://example.com/CircularReference2"
+xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
 targetNamespace="http://example.com/CircularReference2">
     <wsdl:types>
         <xs:schema elementFormDefault="qualified" targetNamespace="urn:targetnm">

Modified: ode/trunk/bpel-scripts/src/main/resources/2.0/good/flow/flow4-2.0.bpel
URL: http://svn.apache.org/viewvc/ode/trunk/bpel-scripts/src/main/resources/2.0/good/flow/flow4-2.0.bpel?rev=948937&r1=948936&r2=948937&view=diff
==============================================================================
--- ode/trunk/bpel-scripts/src/main/resources/2.0/good/flow/flow4-2.0.bpel (original)
+++ ode/trunk/bpel-scripts/src/main/resources/2.0/good/flow/flow4-2.0.bpel Thu May 27 18:09:53 2010
@@ -18,12 +18,12 @@
   -->
 
 <process name="flow4-2.0"
-    targetNamespace="http://ode/bpel/unit-test" 
+    targetNamespace="http://ode/bpel/unit-test"
     xmlns:bpws="http://schemas.xmlsoap.org/ws/2004/03/business-process/"
     xmlns="http://schemas.xmlsoap.org/ws/2004/03/business-process/"
     xmlns:tns="http://ode/bpel/unit-test"
     xmlns:xsd="http://www.w3.org/2001/XMLSchema"
-    xmlns:test="http://ode/bpel/unit-test.wsdl" 
+    xmlns:test="http://ode/bpel/unit-test.wsdl"
     suppressJoinFailure="yes">
 
   <import importType="http://schemas.xmlsoap.org/wsdl/"
@@ -31,29 +31,29 @@
       namespace="http://ode/bpel/unit-test.wsdl" />
 
   <partnerLinks>
-    <partnerLink name="testPartnerLink" 
-         partnerLinkType="test:TestPartnerLinkType" 
+    <partnerLink name="testPartnerLink"
+         partnerLinkType="test:TestPartnerLinkType"
          myRole="me" />
   </partnerLinks>
-  
+
   <variables>
     <variable name="var1" messageType="test:TestMessage1"/>
     <variable name="tmp1" type="xsd:string"/>
     <variable name="tmp2" type="xsd:string"/>
   </variables>
-  
-  <sequence>   
+
+  <sequence>
     <receive name="startReceive"
          createInstance="yes"
          partnerLink="testPartnerLink"
          portType="test:TestPortType"
          operation="testOperation"
-         variable="var1"/>                                                       
+         variable="var1"/>
     <flow>
       <links>
     <link name="link-a"/>
       </links>
-      
+
       <empty name="a">
     <sources>
       <!-- transition condition will not be satisfied -->
@@ -69,7 +69,7 @@
       <joinCondition>
         not($link-a)
       </joinCondition>
-      
+
       <target linkName="link-a"/>
     </targets>
     <copy>
@@ -77,14 +77,14 @@
       <to>$var1/TestPart</to>
     </copy>
       </assign>
-      
+
     </flow>
-    <reply name="endReply" 
-       operation="testOperation" 
+    <reply name="endReply"
+       operation="testOperation"
        partnerLink="testPartnerLink"
-       portType="test:TestPortType" 
+       portType="test:TestPortType"
        variable="var1"/>
-    
+
   </sequence>
-  
+
 </process>

Modified: ode/trunk/bpel-scripts/src/main/resources/2.0/good/flow/flow5-2.0.bpel
URL: http://svn.apache.org/viewvc/ode/trunk/bpel-scripts/src/main/resources/2.0/good/flow/flow5-2.0.bpel?rev=948937&r1=948936&r2=948937&view=diff
==============================================================================
--- ode/trunk/bpel-scripts/src/main/resources/2.0/good/flow/flow5-2.0.bpel (original)
+++ ode/trunk/bpel-scripts/src/main/resources/2.0/good/flow/flow5-2.0.bpel Thu May 27 18:09:53 2010
@@ -18,12 +18,12 @@
   -->
 
 <process name="flow5-2.0"
-     targetNamespace="http://ode/bpel/unit-test" 
+     targetNamespace="http://ode/bpel/unit-test"
      xmlns:bpws="http://schemas.xmlsoap.org/ws/2004/03/business-process/"
      xmlns="http://schemas.xmlsoap.org/ws/2004/03/business-process/"
      xmlns:tns="http://ode/bpel/unit-test"
      xmlns:xsd="http://www.w3.org/2001/XMLSchema"
-     xmlns:test="http://ode/bpel/unit-test.wsdl" 
+     xmlns:test="http://ode/bpel/unit-test.wsdl"
      suppressJoinFailure="yes">
 
   <import importType="http://schemas.xmlsoap.org/wsdl/"
@@ -31,37 +31,37 @@
       namespace="http://ode/bpel/unit-test.wsdl" />
 
    <partnerLinks>
-      <partnerLink name="testPartnerLink" 
-         partnerLinkType="test:TestPartnerLinkType" 
+      <partnerLink name="testPartnerLink"
+         partnerLinkType="test:TestPartnerLinkType"
          myRole="me" />
    </partnerLinks>
-    
+
    <variables>
      <variable name="var1" messageType="test:TestMessage1"/>
    </variables>
-        
-   <sequence>   
-       <receive 
+
+   <sequence>
+       <receive
           createInstance="yes"
           name="startReceive"
           partnerLink="testPartnerLink"
           portType="test:TestPortType"
           operation="testOperation"
-          variable="var1"/>                                                       
+          variable="var1"/>
        <flow>
           <links>
              <link name="link-a"/>
              <link name="link-b"/>
           </links>
-              
-          
+
+
            <assign name="c">
            <!-- this should happen last -->
              <targets>
                <joinCondition>
                   $link-a and $link-b
                </joinCondition>
-         
+
                <target linkName="link-a"/>
                <target linkName="link-b"/>
              </targets>
@@ -90,14 +90,14 @@
                 <to>$var1/TestPart</to>
              </copy>
           </assign>
-              
+
        </flow>
-       <reply name="endReply" 
-              operation="testOperation" 
+       <reply name="endReply"
+              operation="testOperation"
               partnerLink="testPartnerLink"
-              portType="test:TestPortType" 
+              portType="test:TestPortType"
               variable="var1"/>
-          
+
     </sequence>
 
 </process>

Modified: ode/trunk/bpel-scripts/src/main/resources/2.0/good/flow/flow6-2.0.bpel
URL: http://svn.apache.org/viewvc/ode/trunk/bpel-scripts/src/main/resources/2.0/good/flow/flow6-2.0.bpel?rev=948937&r1=948936&r2=948937&view=diff
==============================================================================
--- ode/trunk/bpel-scripts/src/main/resources/2.0/good/flow/flow6-2.0.bpel (original)
+++ ode/trunk/bpel-scripts/src/main/resources/2.0/good/flow/flow6-2.0.bpel Thu May 27 18:09:53 2010
@@ -18,12 +18,12 @@
   -->
 
 <process name="flow6-2.0"
-     targetNamespace="http://ode/bpel/unit-test" 
+     targetNamespace="http://ode/bpel/unit-test"
      xmlns:bpws="http://schemas.xmlsoap.org/ws/2004/03/business-process/"
      xmlns="http://schemas.xmlsoap.org/ws/2004/03/business-process/"
      xmlns:tns="http://ode/bpel/unit-test"
      xmlns:xsd="http://www.w3.org/2001/XMLSchema"
-     xmlns:test="http://ode/bpel/unit-test.wsdl" 
+     xmlns:test="http://ode/bpel/unit-test.wsdl"
      suppressJoinFailure="yes">
 
   <import importType="http://schemas.xmlsoap.org/wsdl/"
@@ -31,37 +31,37 @@
       namespace="http://ode/bpel/unit-test.wsdl" />
 
    <partnerLinks>
-      <partnerLink name="testPartnerLink" 
-         partnerLinkType="test:TestPartnerLinkType" 
+      <partnerLink name="testPartnerLink"
+         partnerLinkType="test:TestPartnerLinkType"
          myRole="me" />
    </partnerLinks>
-    
+
    <variables>
      <variable name="var1" messageType="test:TestMessage1"/>
    </variables>
-        
-   <sequence>   
-       <receive 
+
+   <sequence>
+       <receive
           createInstance="yes"
           name="startReceive"
           partnerLink="testPartnerLink"
           portType="test:TestPortType"
           operation="testOperation"
-          variable="var1"/>                                                       
+          variable="var1"/>
        <flow>
           <links>
              <link name="link-a"/>
              <link name="link-b"/>
           </links>
-              
-          
+
+
            <assign name="c">
            <!-- this should happen last -->
              <targets>
                <joinCondition>
                   $link-a and not($link-b)
                </joinCondition>
-         
+
                <target linkName="link-a"/>
                <target linkName="link-b"/>
              </targets>
@@ -97,14 +97,14 @@
                 <to>$var1/TestPart</to>
              </copy>
           </assign>
-              
+
        </flow>
-       <reply name="endReply" 
-              operation="testOperation" 
+       <reply name="endReply"
+              operation="testOperation"
               partnerLink="testPartnerLink"
-              portType="test:TestPortType" 
+              portType="test:TestPortType"
               variable="var1"/>
-          
+
     </sequence>
 
 </process>

Modified: ode/trunk/bpel-scripts/src/main/resources/2.0/good/flow/flow7-2.0.bpel
URL: http://svn.apache.org/viewvc/ode/trunk/bpel-scripts/src/main/resources/2.0/good/flow/flow7-2.0.bpel?rev=948937&r1=948936&r2=948937&view=diff
==============================================================================
--- ode/trunk/bpel-scripts/src/main/resources/2.0/good/flow/flow7-2.0.bpel (original)
+++ ode/trunk/bpel-scripts/src/main/resources/2.0/good/flow/flow7-2.0.bpel Thu May 27 18:09:53 2010
@@ -18,29 +18,29 @@
   -->
 
 <process name="flow7-2.0"
-     targetNamespace="http://ode/bpel/unit-test" 
+     targetNamespace="http://ode/bpel/unit-test"
      xmlns:bpws="http://schemas.xmlsoap.org/ws/2004/03/business-process/"
      xmlns="http://schemas.xmlsoap.org/ws/2004/03/business-process/"
      xmlns:tns="http://ode/bpel/unit-test"
      xmlns:xsd="http://www.w3.org/2001/XMLSchema"
-     xmlns:test="http://ode/bpel/unit-test.wsdl" 
+     xmlns:test="http://ode/bpel/unit-test.wsdl"
      suppressJoinFailure="yes">
 
   <import importType="http://schemas.xmlsoap.org/wsdl/"
       location="test.wsdl"
       namespace="http://ode/bpel/unit-test.wsdl" />
-  
+
   <partnerLinks>
-      <partnerLink name="testPartnerLink" 
-           partnerLinkType="test:TestPartnerLinkType" 
+      <partnerLink name="testPartnerLink"
+           partnerLinkType="test:TestPartnerLinkType"
            myRole="me" />
   </partnerLinks>
-  
+
   <variables>
     <variable name="var1" messageType="test:TestMessage1"/>
   </variables>
-  
-  <sequence>                                        
+
+  <sequence>
     <flow name="F1">
       <links>
     <link name="link-a"/>
@@ -57,7 +57,7 @@
       <to>$var1/TestPart</to>
     </copy>
       </assign>
-      <flow name="F2">    
+      <flow name="F2">
     <sources>
       <!-- this refers to containing F1.link-a -->
       <source linkName="link-a" />
@@ -65,7 +65,7 @@
     <links>
       <link name="link-a"/>
     </links>
-    
+
     <assign name="firstAssign">
       <targets>
         <!-- F2.link-a -->
@@ -80,22 +80,22 @@
     </assign>
     <receive name="startReceive"
          createInstance="yes"
-         
+
          partnerLink="testPartnerLink"
          portType="test:TestPortType"
          operation="testOperation"
          variable="var1">
       <sources>
-        <!-- F2.link-a --> 
+        <!-- F2.link-a -->
         <source linkName="link-a"/>
-      </sources>        
+      </sources>
     </receive>
       </flow>
     </flow>
-    <reply name="endReply" 
-       operation="testOperation" 
+    <reply name="endReply"
+       operation="testOperation"
        partnerLink="testPartnerLink"
-       portType="test:TestPortType" 
+       portType="test:TestPortType"
        variable="var1"/>
   </sequence>
 </process>

Modified: ode/trunk/bpel-scripts/src/main/resources/2.0/good/flow/test.wsdl
URL: http://svn.apache.org/viewvc/ode/trunk/bpel-scripts/src/main/resources/2.0/good/flow/test.wsdl?rev=948937&r1=948936&r2=948937&view=diff
==============================================================================
--- ode/trunk/bpel-scripts/src/main/resources/2.0/good/flow/test.wsdl (original)
+++ ode/trunk/bpel-scripts/src/main/resources/2.0/good/flow/test.wsdl Thu May 27 18:09:53 2010
@@ -23,12 +23,12 @@
     targetNamespace="http://ode/bpel/unit-test.wsdl"
     xmlns="http://schemas.xmlsoap.org/wsdl/"
     xmlns:tns="http://ode/bpel/unit-test.wsdl"
-    xmlns:wsdl="http://schemas.xmlsoap.org/wsdl/" 
+    xmlns:wsdl="http://schemas.xmlsoap.org/wsdl/"
     xmlns:xsd="http://www.w3.org/2001/XMLSchema"
     xmlns:bpws="http://schemas.xmlsoap.org/ws/2004/03/business-process/"
     xmlns:plnk="http://schemas.xmlsoap.org/ws/2004/03/partner-link/">
-   
-  
+
+
     <wsdl:message name="TestMessage1">
         <wsdl:part name="TestPart" type="xsd:string"/>
     </wsdl:message>
@@ -39,15 +39,15 @@
         <wsdl:operation name="testOperation">
             <wsdl:input message="tns:TestMessage1" name="TestIn"/>
             <wsdl:output message="tns:TestMessage1" name="TestOut"/>
-        </wsdl:operation>    
-    </wsdl:portType> 
-     
+        </wsdl:operation>
+    </wsdl:portType>
+
    <bpws:property name="testProp"
                    type="xsd:string"/>
    <plnk:partnerLinkType name="TestPartnerLinkType">
        <plnk:role name="me" portType="tns:TestPortType"/>
        <plnk:role name="you" portType="tns:TestPortType"/>
     </plnk:partnerLinkType>
-   
+
 </wsdl:definitions>
 

Modified: ode/trunk/bpel-scripts/src/main/resources/2.0/good/foreach/test.wsdl
URL: http://svn.apache.org/viewvc/ode/trunk/bpel-scripts/src/main/resources/2.0/good/foreach/test.wsdl?rev=948937&r1=948936&r2=948937&view=diff
==============================================================================
--- ode/trunk/bpel-scripts/src/main/resources/2.0/good/foreach/test.wsdl (original)
+++ ode/trunk/bpel-scripts/src/main/resources/2.0/good/foreach/test.wsdl Thu May 27 18:09:53 2010
@@ -23,12 +23,12 @@
     targetNamespace="http://ode/bpel/unit-test.wsdl"
     xmlns="http://schemas.xmlsoap.org/wsdl/"
     xmlns:tns="http://ode/bpel/unit-test.wsdl"
-    xmlns:wsdl="http://schemas.xmlsoap.org/wsdl/" 
+    xmlns:wsdl="http://schemas.xmlsoap.org/wsdl/"
     xmlns:xsd="http://www.w3.org/2001/XMLSchema"
     xmlns:bpws="http://schemas.xmlsoap.org/ws/2004/03/business-process/"
     xmlns:plnk="http://schemas.xmlsoap.org/ws/2004/03/partner-link/">
-   
-   
+
+
     <wsdl:message name="TestMessage1">
         <wsdl:part name="TestPart" type="xsd:string"/>
     </wsdl:message>
@@ -39,8 +39,8 @@
         <wsdl:operation name="testOperation">
             <wsdl:input message="tns:TestMessage1" name="TestIn"/>
             <wsdl:output message="tns:TestMessage2" name="TestOut"/>
-        </wsdl:operation>    
-    </wsdl:portType> 
+        </wsdl:operation>
+    </wsdl:portType>
    <bpws:property name="testProp"
                    type="xsd:string"/>
    <plnk:partnerLinkType name="TestPartnerLinkType">

Modified: ode/trunk/bpel-scripts/src/main/resources/2.0/good/if/If1-2.0.bpel
URL: http://svn.apache.org/viewvc/ode/trunk/bpel-scripts/src/main/resources/2.0/good/if/If1-2.0.bpel?rev=948937&r1=948936&r2=948937&view=diff
==============================================================================
--- ode/trunk/bpel-scripts/src/main/resources/2.0/good/if/If1-2.0.bpel (original)
+++ ode/trunk/bpel-scripts/src/main/resources/2.0/good/if/If1-2.0.bpel Thu May 27 18:09:53 2010
@@ -35,12 +35,12 @@
          partnerLinkType="test:TestPartnerLinkType"
          myRole="me" />
   </partnerLinks>
-  
+
   <variables>
     <variable name="var1" messageType="test:TestMessage1"/>
     <variable name="var2" type="xsd:string"/>
   </variables>
-  
+
   <sequence>
     <receive
      createInstance="yes"

Modified: ode/trunk/bpel-scripts/src/main/resources/2.0/good/if/If2-2.0.bpel
URL: http://svn.apache.org/viewvc/ode/trunk/bpel-scripts/src/main/resources/2.0/good/if/If2-2.0.bpel?rev=948937&r1=948936&r2=948937&view=diff
==============================================================================
--- ode/trunk/bpel-scripts/src/main/resources/2.0/good/if/If2-2.0.bpel (original)
+++ ode/trunk/bpel-scripts/src/main/resources/2.0/good/if/If2-2.0.bpel Thu May 27 18:09:53 2010
@@ -19,12 +19,12 @@
   -->
 
 <process name="if2-2.0"
-         targetNamespace="http://ode/bpel/unit-test" 
+         targetNamespace="http://ode/bpel/unit-test"
          xmlns:bpws="http://schemas.xmlsoap.org/ws/2004/03/business-process/"
          xmlns="http://schemas.xmlsoap.org/ws/2004/03/business-process/"
          xmlns:tns="http://ode/bpel/unit-test"
          xmlns:xsd="http://www.w3.org/2001/XMLSchema"
-         xmlns:test="http://ode/bpel/unit-test.wsdl" 
+         xmlns:test="http://ode/bpel/unit-test.wsdl"
          suppressJoinFailure="yes">
 
   <import namespace="http://ode/bpel/unit-test"
@@ -32,17 +32,17 @@
           location="./test.wsdl" />
 
   <partnerLinks>
-    <partnerLink name="testPartnerLink" 
-                 partnerLinkType="test:TestPartnerLinkType" 
+    <partnerLink name="testPartnerLink"
+                 partnerLinkType="test:TestPartnerLinkType"
                  myRole="me" />
   </partnerLinks>
-  
+
   <variables>
     <variable name="var1" messageType="test:TestMessage1"/>
     <variable name="var2" type="xsd:string"/>
   </variables>
-  
-  <sequence>   
+
+  <sequence>
     <receive name="startReceive"
              createInstance="yes"
              partnerLink="testPartnerLink"
@@ -74,8 +74,8 @@
               <to>$var2</to>
             </copy>
           </assign>
-        </else>  
-      </if>  
+        </else>
+      </if>
       <assign name="b">
         <copy>
           <from>$var2</from>
@@ -83,11 +83,11 @@
         </copy>
       </assign>
     </sequence>
-    <reply name="endReply" 
-           operation="testOperation" 
+    <reply name="endReply"
+           operation="testOperation"
            partnerLink="testPartnerLink"
-           portType="test:TestPortType" 
+           portType="test:TestPortType"
            variable="var1"/>
   </sequence>
-  
+
 </process>

Modified: ode/trunk/bpel-scripts/src/main/resources/2.0/good/if/If3-2.0.bpel
URL: http://svn.apache.org/viewvc/ode/trunk/bpel-scripts/src/main/resources/2.0/good/if/If3-2.0.bpel?rev=948937&r1=948936&r2=948937&view=diff
==============================================================================
--- ode/trunk/bpel-scripts/src/main/resources/2.0/good/if/If3-2.0.bpel (original)
+++ ode/trunk/bpel-scripts/src/main/resources/2.0/good/if/If3-2.0.bpel Thu May 27 18:09:53 2010
@@ -19,30 +19,30 @@
   -->
 
 <process name="if3-2.0"
-    targetNamespace="http://ode/bpel/unit-test" 
+    targetNamespace="http://ode/bpel/unit-test"
     xmlns:bpws="http://schemas.xmlsoap.org/ws/2004/03/business-process/"
     xmlns="http://schemas.xmlsoap.org/ws/2004/03/business-process/"
     xmlns:tns="http://ode/bpel/unit-test"
     xmlns:xsd="http://www.w3.org/2001/XMLSchema"
-    xmlns:test="http://ode/bpel/unit-test.wsdl" 
+    xmlns:test="http://ode/bpel/unit-test.wsdl"
     suppressJoinFailure="yes">
 
   <import namespace="http://ode/bpel/unit-test"
       importType="http://schemas.xmlsoap.org/wsdl/"
       location="./test.wsdl" />
-  
+
   <partnerLinks>
-    <partnerLink name="testPartnerLink" 
-         partnerLinkType="test:TestPartnerLinkType" 
+    <partnerLink name="testPartnerLink"
+         partnerLinkType="test:TestPartnerLinkType"
          myRole="me" />
   </partnerLinks>
-  
+
   <variables>
     <variable name="var1" messageType="test:TestMessage1"/>
     <variable name="var2" type="xsd:string"/>
   </variables>
-  
-  <sequence>   
+
+  <sequence>
     <receive name="startReceive"
          createInstance="yes"
          partnerLink="testPartnerLink"
@@ -74,8 +74,8 @@
           <to>$var2</to>
         </copy>
       </assign>
-    </else>  
-      </if>  
+    </else>
+      </if>
       <assign name="b">
     <copy>
       <from>$var2</from>
@@ -83,11 +83,11 @@
     </copy>
       </assign>
     </sequence>
-    
-    <reply name="endReply" 
-       operation="testOperation" 
+
+    <reply name="endReply"
+       operation="testOperation"
        partnerLink="testPartnerLink"
-       portType="test:TestPortType" 
+       portType="test:TestPortType"
        variable="var1"/>
   </sequence>
 </process>

Modified: ode/trunk/bpel-scripts/src/main/resources/2.0/good/if/test.wsdl
URL: http://svn.apache.org/viewvc/ode/trunk/bpel-scripts/src/main/resources/2.0/good/if/test.wsdl?rev=948937&r1=948936&r2=948937&view=diff
==============================================================================
--- ode/trunk/bpel-scripts/src/main/resources/2.0/good/if/test.wsdl (original)
+++ ode/trunk/bpel-scripts/src/main/resources/2.0/good/if/test.wsdl Thu May 27 18:09:53 2010
@@ -23,12 +23,12 @@
     targetNamespace="http://ode/bpel/unit-test.wsdl"
     xmlns="http://schemas.xmlsoap.org/wsdl/"
     xmlns:tns="http://ode/bpel/unit-test.wsdl"
-    xmlns:wsdl="http://schemas.xmlsoap.org/wsdl/" 
+    xmlns:wsdl="http://schemas.xmlsoap.org/wsdl/"
     xmlns:xsd="http://www.w3.org/2001/XMLSchema"
     xmlns:bpws="http://schemas.xmlsoap.org/ws/2004/03/business-process/"
     xmlns:plnk="http://schemas.xmlsoap.org/ws/2004/03/partner-link/">
-   
-   
+
+
     <wsdl:message name="TestMessage1">
         <wsdl:part name="TestPart" type="xsd:string"/>
     </wsdl:message>
@@ -39,15 +39,15 @@
         <wsdl:operation name="testOperation">
             <wsdl:input message="tns:TestMessage1" name="TestIn"/>
             <wsdl:output message="tns:TestMessage1" name="TestOut"/>
-        </wsdl:operation>    
-    </wsdl:portType> 
+        </wsdl:operation>
+    </wsdl:portType>
    <bpws:property name="testProp"
                    type="xsd:string"/>
    <plnk:partnerLinkType name="TestPartnerLinkType">
        <plnk:role name="me" portType="tns:TestPortType"/>
        <plnk:role name="you" portType="tns:TestPortType"/>
     </plnk:partnerLinkType>
-    
-   
+
+
 </wsdl:definitions>
 

Modified: ode/trunk/bpel-scripts/src/main/resources/2.0/good/pick/Pick3-2.0.wsdl
URL: http://svn.apache.org/viewvc/ode/trunk/bpel-scripts/src/main/resources/2.0/good/pick/Pick3-2.0.wsdl?rev=948937&r1=948936&r2=948937&view=diff
==============================================================================
--- ode/trunk/bpel-scripts/src/main/resources/2.0/good/pick/Pick3-2.0.wsdl (original)
+++ ode/trunk/bpel-scripts/src/main/resources/2.0/good/pick/Pick3-2.0.wsdl Thu May 27 18:09:53 2010
@@ -23,11 +23,11 @@
     targetNamespace="http://ode/bpel/unit-test.wsdl"
     xmlns="http://schemas.xmlsoap.org/wsdl/"
     xmlns:tns="http://ode/bpel/unit-test.wsdl"
-    xmlns:wsdl="http://schemas.xmlsoap.org/wsdl/" 
+    xmlns:wsdl="http://schemas.xmlsoap.org/wsdl/"
     xmlns:xsd="http://www.w3.org/2001/XMLSchema"
     xmlns:bpws="http://schemas.xmlsoap.org/ws/2004/03/business-process/"
     xmlns:plnk="http://schemas.xmlsoap.org/ws/2004/03/partner-link/">
-   
+
    <wsdl:message name="PickMessage">
         <wsdl:part name="DataPart" type="xsd:string"/>
         <wsdl:part name="IdPart" type="xsd:string"/>
@@ -36,16 +36,16 @@
         <wsdl:operation name="pickOp1">
             <wsdl:input message="tns:PickMessage" name="TestIn"/>
             <wsdl:output message="tns:PickMessage" name="TestOut"/>
-        </wsdl:operation> 
+        </wsdl:operation>
         <wsdl:operation name="pickOp2">
             <wsdl:input message="tns:PickMessage" name="TestIn"/>
             <wsdl:output message="tns:PickMessage" name="TestOut"/>
-        </wsdl:operation>      
-    </wsdl:portType> 
-    
+        </wsdl:operation>
+    </wsdl:portType>
+
     <plnk:partnerLinkType name="TestPartnerLinkType">
        <plnk:role name="me" portType="tns:TestPortType"/>
     </plnk:partnerLinkType>
-    
+
 </wsdl:definitions>
 

Modified: ode/trunk/bpel-scripts/src/main/resources/2.0/good/pick/Pick4-2.0.bpel
URL: http://svn.apache.org/viewvc/ode/trunk/bpel-scripts/src/main/resources/2.0/good/pick/Pick4-2.0.bpel?rev=948937&r1=948936&r2=948937&view=diff
==============================================================================
--- ode/trunk/bpel-scripts/src/main/resources/2.0/good/pick/Pick4-2.0.bpel (original)
+++ ode/trunk/bpel-scripts/src/main/resources/2.0/good/pick/Pick4-2.0.bpel Thu May 27 18:09:53 2010
@@ -22,34 +22,34 @@
     Pick with an onAlarm set.  Expected behavior: 'onMessage' should occur
     before 'onAlarm'.
 -->
-<process name="pick4_onMessageWithAlarm-2.0" 
-    targetNamespace="http://ode/bpel/unit-test" 
+<process name="pick4_onMessageWithAlarm-2.0"
+    targetNamespace="http://ode/bpel/unit-test"
     xmlns:bpws="http://schemas.xmlsoap.org/ws/2004/03/business-process/"
     xmlns="http://schemas.xmlsoap.org/ws/2004/03/business-process/"
     xmlns:tns="http://ode/bpel/unit-test"
     xmlns:xsd="http://www.w3.org/2001/XMLSchema"
-    xmlns:test="http://ode/bpel/unit-test.wsdl" 
+    xmlns:test="http://ode/bpel/unit-test.wsdl"
     suppressJoinFailure="yes">
-  
+
   <import namespace="http://ode/bpel/unit-test.wsdl"
       importType="http://schemas.xmlsoap.org/wsdl/"
       location="Pick4-2.0.wsdl" />
 
    <partnerLinks>
-     <partnerLink name="testPartnerLink" 
-          partnerLinkType="test:TestPartnerLinkType" 
+     <partnerLink name="testPartnerLink"
+          partnerLinkType="test:TestPartnerLinkType"
           myRole="me" />
   </partnerLinks>
-  
+
   <variables>
     <variable name="var1" messageType="test:PickMessage"/>
   </variables>
-  
+
   <correlationSets>
     <correlationSet name="PickCorrelator" properties="test:Id"/>
   </correlationSets>
-  
-  <sequence>   
+
+  <sequence>
     <receive name="startReceive"
          partnerLink="testPartnerLink"
          portType="test:TestPortType"
@@ -76,7 +76,7 @@
         <from>'onMessage'</from>
         <to>$var1/DataPart</to>
       </copy>
-    </assign>  	  
+    </assign>
       </onMessage>
       <onAlarm>
     <for>'P0Y0M0DT0H0M10S'</for>
@@ -88,10 +88,10 @@
     </assign>
       </onAlarm>
     </pick>
-    <reply name="endReply" 
-       operation="pickOp1" 
+    <reply name="endReply"
+       operation="pickOp1"
        partnerLink="testPartnerLink"
-       portType="test:TestPortType" 
+       portType="test:TestPortType"
        variable="var1"/>
   </sequence>
 </process>

Modified: ode/trunk/bpel-scripts/src/main/resources/2.0/good/pick/Pick4-2.0.wsdl
URL: http://svn.apache.org/viewvc/ode/trunk/bpel-scripts/src/main/resources/2.0/good/pick/Pick4-2.0.wsdl?rev=948937&r1=948936&r2=948937&view=diff
==============================================================================
--- ode/trunk/bpel-scripts/src/main/resources/2.0/good/pick/Pick4-2.0.wsdl (original)
+++ ode/trunk/bpel-scripts/src/main/resources/2.0/good/pick/Pick4-2.0.wsdl Thu May 27 18:09:53 2010
@@ -23,11 +23,11 @@
     targetNamespace="http://ode/bpel/unit-test.wsdl"
     xmlns="http://schemas.xmlsoap.org/wsdl/"
     xmlns:tns="http://ode/bpel/unit-test.wsdl"
-    xmlns:wsdl="http://schemas.xmlsoap.org/wsdl/" 
+    xmlns:wsdl="http://schemas.xmlsoap.org/wsdl/"
     xmlns:xsd="http://www.w3.org/2001/XMLSchema"
     xmlns:bpws="http://schemas.xmlsoap.org/ws/2004/03/business-process/"
     xmlns:plnk="http://schemas.xmlsoap.org/ws/2004/03/partner-link/">
-   
+
    <wsdl:message name="PickMessage">
         <wsdl:part name="DataPart" type="xsd:string"/>
         <wsdl:part name="IdPart" type="xsd:string"/>
@@ -36,23 +36,23 @@
         <wsdl:operation name="pickOp1">
             <wsdl:input message="tns:PickMessage" name="TestIn"/>
             <wsdl:output message="tns:PickMessage" name="TestOut"/>
-        </wsdl:operation> 
+        </wsdl:operation>
         <wsdl:operation name="pickOp2">
             <wsdl:input message="tns:PickMessage" name="TestIn"/>
-        </wsdl:operation>      
-    </wsdl:portType> 
-    
+        </wsdl:operation>
+    </wsdl:portType>
+
     <plnk:partnerLinkType name="TestPartnerLinkType">
        <plnk:role name="me" portType="tns:TestPortType"/>
     </plnk:partnerLinkType>
-    
+
     <bpws:property name="Id" type="xsd:string" />
 
-   <bpws:propertyAlias 
+   <bpws:propertyAlias
       propertyName="tns:Id"
       messageType="tns:PickMessage"
       part="IdPart">
    </bpws:propertyAlias>
-    
+
 </wsdl:definitions>
 

Modified: ode/trunk/bpel-scripts/src/main/resources/2.0/good/pick/Pick5-2.0.bpel
URL: http://svn.apache.org/viewvc/ode/trunk/bpel-scripts/src/main/resources/2.0/good/pick/Pick5-2.0.bpel?rev=948937&r1=948936&r2=948937&view=diff
==============================================================================
--- ode/trunk/bpel-scripts/src/main/resources/2.0/good/pick/Pick5-2.0.bpel (original)
+++ ode/trunk/bpel-scripts/src/main/resources/2.0/good/pick/Pick5-2.0.bpel Thu May 27 18:09:53 2010
@@ -19,17 +19,17 @@
   -->
 
 <!--
-    
+
 -->
-<process name="pick5_mesex-2.0" 
-    targetNamespace="http://ode/bpel/unit-test" 
+<process name="pick5_mesex-2.0"
+    targetNamespace="http://ode/bpel/unit-test"
     xmlns:bpws="http://schemas.xmlsoap.org/ws/2004/03/business-process/"
     xmlns="http://schemas.xmlsoap.org/ws/2004/03/business-process/"
     xmlns:tns="http://ode/bpel/unit-test"
     xmlns:xsd="http://www.w3.org/2001/XMLSchema"
-    xmlns:test="http://ode/bpel/unit-test.wsdl" 
+    xmlns:test="http://ode/bpel/unit-test.wsdl"
     suppressJoinFailure="yes">
-  
+
   <import namespace="http://ode/bpel/unit-test.wsdl"
     importType="http://schemas.xmlsoap.org/wsdl/"
     location="Pick5-2.0.wsdl" />

Modified: ode/trunk/bpel-scripts/src/main/resources/2.0/good/pick/Pick5-2.0.wsdl
URL: http://svn.apache.org/viewvc/ode/trunk/bpel-scripts/src/main/resources/2.0/good/pick/Pick5-2.0.wsdl?rev=948937&r1=948936&r2=948937&view=diff
==============================================================================
--- ode/trunk/bpel-scripts/src/main/resources/2.0/good/pick/Pick5-2.0.wsdl (original)
+++ ode/trunk/bpel-scripts/src/main/resources/2.0/good/pick/Pick5-2.0.wsdl Thu May 27 18:09:53 2010
@@ -23,11 +23,11 @@
     targetNamespace="http://ode/bpel/unit-test.wsdl"
     xmlns="http://schemas.xmlsoap.org/wsdl/"
     xmlns:tns="http://ode/bpel/unit-test.wsdl"
-    xmlns:wsdl="http://schemas.xmlsoap.org/wsdl/" 
+    xmlns:wsdl="http://schemas.xmlsoap.org/wsdl/"
     xmlns:xsd="http://www.w3.org/2001/XMLSchema"
     xmlns:bpws="http://schemas.xmlsoap.org/ws/2004/03/business-process/"
     xmlns:plnk="http://schemas.xmlsoap.org/ws/2004/03/partner-link/">
-   
+
    <wsdl:message name="PickMessage">
         <wsdl:part name="DataPart" type="xsd:string"/>
         <wsdl:part name="Id1" type="xsd:string"/>
@@ -37,31 +37,31 @@
         <wsdl:operation name="pickOp1">
             <wsdl:input message="tns:PickMessage" name="TestIn"/>
             <wsdl:output message="tns:PickMessage" name="TestOut"/>
-        </wsdl:operation> 
+        </wsdl:operation>
         <wsdl:operation name="pickOp2">
             <wsdl:input message="tns:PickMessage" name="TestIn"/>
             <wsdl:output message="tns:PickMessage" name="TestOut"/>
-        </wsdl:operation>      
-    </wsdl:portType> 
-    
+        </wsdl:operation>
+    </wsdl:portType>
+
     <plnk:partnerLinkType name="TestPartnerLinkType">
        <plnk:role name="me" portType="tns:TestPortType"/>
     </plnk:partnerLinkType>
-    
+
     <bpws:property name="Id1" type="xsd:string" />
     <bpws:property name="Id2" type="xsd:string" />
 
-   <bpws:propertyAlias 
+   <bpws:propertyAlias
       propertyName="tns:Id1"
       messageType="tns:PickMessage"
       part="Id1">
    </bpws:propertyAlias>
-      
-   <bpws:propertyAlias 
+
+   <bpws:propertyAlias
       propertyName="tns:Id2"
       messageType="tns:PickMessage"
       part="Id2">
    </bpws:propertyAlias>
-    
+
 </wsdl:definitions>
 

Modified: ode/trunk/bpel-scripts/src/main/resources/2.0/good/pick/Pick6-2.0.bpel
URL: http://svn.apache.org/viewvc/ode/trunk/bpel-scripts/src/main/resources/2.0/good/pick/Pick6-2.0.bpel?rev=948937&r1=948936&r2=948937&view=diff
==============================================================================
--- ode/trunk/bpel-scripts/src/main/resources/2.0/good/pick/Pick6-2.0.bpel (original)
+++ ode/trunk/bpel-scripts/src/main/resources/2.0/good/pick/Pick6-2.0.bpel Thu May 27 18:09:53 2010
@@ -21,30 +21,30 @@
 <!--
     Pick will be used to create process instance.
 -->
-<process name="pick6_onAlarm-2.0" 
-     targetNamespace="http://ode/bpel/unit-test" 
+<process name="pick6_onAlarm-2.0"
+     targetNamespace="http://ode/bpel/unit-test"
      xmlns:bpws="http://schemas.xmlsoap.org/ws/2004/03/business-process/"
      xmlns="http://schemas.xmlsoap.org/ws/2004/03/business-process/"
      xmlns:tns="http://ode/bpel/unit-test"
      xmlns:xsd="http://www.w3.org/2001/XMLSchema"
-     xmlns:test="http://ode/bpel/unit-test.wsdl" 
+     xmlns:test="http://ode/bpel/unit-test.wsdl"
      suppressJoinFailure="yes">
 
   <import namespace="http://ode/bpel/unit-test.wsdl"
       importType="http://schemas.xmlsoap.org/wsdl/"
       location="Pick6-2.0.wsdl" />
-  
+
   <partnerLinks>
-    <partnerLink name="testPartnerLink" 
-         partnerLinkType="test:TestPartnerLinkType" 
+    <partnerLink name="testPartnerLink"
+         partnerLinkType="test:TestPartnerLinkType"
          myRole="me" />
   </partnerLinks>
-  
+
    <variables>
      <variable name="var1" messageType="test:PickMessage"/>
   </variables>
-  
-  <sequence>   
+
+  <sequence>
     <receive name="startReceive"
          partnerLink="testPartnerLink"
          portType="test:TestPortType"
@@ -61,7 +61,7 @@
             <from>'onMessage'</from>
             <to>$var1/DataPart</to>
           </copy>
-        </assign>  	  
+        </assign>
       </onMessage>
       <onAlarm>
         <until>$var1/DataPart</until>
@@ -73,10 +73,10 @@
         </assign>
       </onAlarm>
     </pick>
-    <reply name="endReply" 
-       operation="pickOp1" 
+    <reply name="endReply"
+       operation="pickOp1"
        partnerLink="testPartnerLink"
-       portType="test:TestPortType" 
+       portType="test:TestPortType"
        variable="var1"/>
   </sequence>
 </process>

Modified: ode/trunk/bpel-scripts/src/main/resources/2.0/good/pick/Pick6-2.0.wsdl
URL: http://svn.apache.org/viewvc/ode/trunk/bpel-scripts/src/main/resources/2.0/good/pick/Pick6-2.0.wsdl?rev=948937&r1=948936&r2=948937&view=diff
==============================================================================
--- ode/trunk/bpel-scripts/src/main/resources/2.0/good/pick/Pick6-2.0.wsdl (original)
+++ ode/trunk/bpel-scripts/src/main/resources/2.0/good/pick/Pick6-2.0.wsdl Thu May 27 18:09:53 2010
@@ -23,11 +23,11 @@
     targetNamespace="http://ode/bpel/unit-test.wsdl"
     xmlns="http://schemas.xmlsoap.org/wsdl/"
     xmlns:tns="http://ode/bpel/unit-test.wsdl"
-    xmlns:wsdl="http://schemas.xmlsoap.org/wsdl/" 
+    xmlns:wsdl="http://schemas.xmlsoap.org/wsdl/"
     xmlns:xsd="http://www.w3.org/2001/XMLSchema"
     xmlns:bpws="http://schemas.xmlsoap.org/ws/2004/03/business-process/"
     xmlns:plnk="http://schemas.xmlsoap.org/ws/2004/03/partner-link/">
-   
+
    <wsdl:message name="PickMessage">
         <wsdl:part name="DataPart" type="xsd:string"/>
         <wsdl:part name="IdPart" type="xsd:string"/>
@@ -36,16 +36,16 @@
         <wsdl:operation name="pickOp1">
             <wsdl:input message="tns:PickMessage" name="TestIn"/>
             <wsdl:output message="tns:PickMessage" name="TestOut"/>
-        </wsdl:operation> 
+        </wsdl:operation>
         <wsdl:operation name="pickOp2">
             <wsdl:input message="tns:PickMessage" name="TestIn"/>
             <wsdl:output message="tns:PickMessage" name="TestOut"/>
-        </wsdl:operation>      
-    </wsdl:portType> 
-    
+        </wsdl:operation>
+    </wsdl:portType>
+
     <plnk:partnerLinkType name="TestPartnerLinkType">
        <plnk:role name="me" portType="tns:TestPortType"/>
     </plnk:partnerLinkType>
-    
+
 </wsdl:definitions>
 

Modified: ode/trunk/bpel-scripts/src/main/resources/2.0/good/rethrow/Rethrow1-2.0.bpel
URL: http://svn.apache.org/viewvc/ode/trunk/bpel-scripts/src/main/resources/2.0/good/rethrow/Rethrow1-2.0.bpel?rev=948937&r1=948936&r2=948937&view=diff
==============================================================================
--- ode/trunk/bpel-scripts/src/main/resources/2.0/good/rethrow/Rethrow1-2.0.bpel (original)
+++ ode/trunk/bpel-scripts/src/main/resources/2.0/good/rethrow/Rethrow1-2.0.bpel Thu May 27 18:09:53 2010
@@ -25,17 +25,17 @@
      xmlns:xsd="http://www.w3.org/2001/XMLSchema"
      xmlns:test="http://ode/bpel/unit-test.wsdl"
      suppressJoinFailure="yes">
-  
+
   <import importType="http://schemas.xmlsoap.org/wsdl/"
       location="./test.wsdl"
       namespace="http://ode/bpel/unit-test.wsdl" />
-  
+
   <partnerLinks>
     <partnerLink name="testPartnerLink"
          partnerLinkType="test:TestPartnerLinkType"
          myRole="me" />
   </partnerLinks>
-  
+
   <variables>
     <variable name="var1" messageType="test:TestMessage1"/>
   </variables>
@@ -56,7 +56,7 @@
               portType="test:TestPortType"
               variable="var1"/>
           </sequence>
-        </catch>  
+        </catch>
      </faultHandlers>
   <sequence>
     <receive name="startReceive"
@@ -96,5 +96,5 @@
        portType="test:TestPortType"
        variable="var1"/>
   </sequence>
-  
+
 </process>

Modified: ode/trunk/bpel-scripts/src/main/resources/2.0/good/rethrow/Rethrow2-2.0.bpel
URL: http://svn.apache.org/viewvc/ode/trunk/bpel-scripts/src/main/resources/2.0/good/rethrow/Rethrow2-2.0.bpel?rev=948937&r1=948936&r2=948937&view=diff
==============================================================================
--- ode/trunk/bpel-scripts/src/main/resources/2.0/good/rethrow/Rethrow2-2.0.bpel (original)
+++ ode/trunk/bpel-scripts/src/main/resources/2.0/good/rethrow/Rethrow2-2.0.bpel Thu May 27 18:09:53 2010
@@ -25,17 +25,17 @@
      xmlns:xsd="http://www.w3.org/2001/XMLSchema"
      xmlns:test="http://ode/bpel/unit-test.wsdl"
      suppressJoinFailure="yes">
-  
+
   <import importType="http://schemas.xmlsoap.org/wsdl/"
       location="./test.wsdl"
       namespace="http://ode/bpel/unit-test.wsdl" />
-  
+
   <partnerLinks>
     <partnerLink name="testPartnerLink"
          partnerLinkType="test:TestPartnerLinkType"
          myRole="me" />
   </partnerLinks>
-  
+
   <variables>
     <variable name="var1" messageType="test:TestMessage1"/>
   </variables>
@@ -84,5 +84,5 @@
        portType="test:TestPortType"
        variable="var1"/>
   </sequence>
-  
+
 </process>

Modified: ode/trunk/bpel-scripts/src/main/resources/2.0/good/rethrow/test.wsdl
URL: http://svn.apache.org/viewvc/ode/trunk/bpel-scripts/src/main/resources/2.0/good/rethrow/test.wsdl?rev=948937&r1=948936&r2=948937&view=diff
==============================================================================
--- ode/trunk/bpel-scripts/src/main/resources/2.0/good/rethrow/test.wsdl (original)
+++ ode/trunk/bpel-scripts/src/main/resources/2.0/good/rethrow/test.wsdl Thu May 27 18:09:53 2010
@@ -23,28 +23,28 @@
     targetNamespace="http://ode/bpel/unit-test.wsdl"
     xmlns="http://schemas.xmlsoap.org/wsdl/"
     xmlns:tns="http://ode/bpel/unit-test.wsdl"
-    xmlns:wsdl="http://schemas.xmlsoap.org/wsdl/" 
+    xmlns:wsdl="http://schemas.xmlsoap.org/wsdl/"
     xmlns:xsd="http://www.w3.org/2001/XMLSchema"
     xmlns:bpws="http://schemas.xmlsoap.org/ws/2004/03/business-process/"
     xmlns:plnk="http://schemas.xmlsoap.org/ws/2004/03/partner-link/">
-   
+
     <wsdl:types>
-      <xsd:schema 
-        xmlns="http://ode/bpel/unit-test.wsdl" 
+      <xsd:schema
+        xmlns="http://ode/bpel/unit-test.wsdl"
         targetNamespace="http://ode/bpel/unit-test.wsdl">
        <xsd:element name="TestElement" type="xsd:string"/>
       </xsd:schema>
   </wsdl:types>
-   
+
     <wsdl:message name="TestMessage1">
         <wsdl:part name="TestPart" type="xsd:string"/>
         <wsdl:part name="ElementPart" element="tns:TestElement"/>
     </wsdl:message>
-    
+
     <wsdl:message name="TestMessage2">
         <wsdl:part name="ElementPart" element="tns:TestElement"/>
     </wsdl:message>
-        
+
     <wsdl:portType name="TestPortType">
         <wsdl:operation name="testOperation">
             <wsdl:input message="tns:TestMessage1" name="TestIn"/>
@@ -56,14 +56,14 @@
             <wsdl:input message="tns:TestMessage2" name="TestIn"/>
             <wsdl:output message="tns:TestMessage2" name="TestOut"/>
         </wsdl:operation>
-    </wsdl:portType> 
+    </wsdl:portType>
    <bpws:property name="testProp"
                    type="xsd:string"/>
    <plnk:partnerLinkType name="TestPartnerLinkType">
        <plnk:role name="me" portType="tns:TestPortType"/>
        <plnk:role name="you" portType="tns:TestPortType"/>
     </plnk:partnerLinkType>
-    
-   
+
+
 </wsdl:definitions>
 

Modified: ode/trunk/bpel-scripts/src/main/resources/2.0/good/throw/Throw1-2.0.bpel
URL: http://svn.apache.org/viewvc/ode/trunk/bpel-scripts/src/main/resources/2.0/good/throw/Throw1-2.0.bpel?rev=948937&r1=948936&r2=948937&view=diff
==============================================================================
--- ode/trunk/bpel-scripts/src/main/resources/2.0/good/throw/Throw1-2.0.bpel (original)
+++ ode/trunk/bpel-scripts/src/main/resources/2.0/good/throw/Throw1-2.0.bpel Thu May 27 18:09:53 2010
@@ -25,21 +25,21 @@
      xmlns:xsd="http://www.w3.org/2001/XMLSchema"
      xmlns:test="http://ode/bpel/unit-test.wsdl"
      suppressJoinFailure="yes">
-  
+
   <import importType="http://schemas.xmlsoap.org/wsdl/"
       location="./test.wsdl"
       namespace="http://ode/bpel/unit-test.wsdl" />
-  
+
   <partnerLinks>
     <partnerLink name="testPartnerLink"
          partnerLinkType="test:TestPartnerLinkType"
          myRole="me" />
   </partnerLinks>
-  
+
   <variables>
     <variable name="var1" messageType="test:TestMessage1"/>
   </variables>
-  
+
   <sequence>
     <receive name="startReceive"
          createInstance="yes"
@@ -74,5 +74,5 @@
        portType="test:TestPortType"
        variable="var1"/>
   </sequence>
-  
+
 </process>

Modified: ode/trunk/bpel-scripts/src/main/resources/2.0/good/throw/Throw2-2.0.bpel
URL: http://svn.apache.org/viewvc/ode/trunk/bpel-scripts/src/main/resources/2.0/good/throw/Throw2-2.0.bpel?rev=948937&r1=948936&r2=948937&view=diff
==============================================================================
--- ode/trunk/bpel-scripts/src/main/resources/2.0/good/throw/Throw2-2.0.bpel (original)
+++ ode/trunk/bpel-scripts/src/main/resources/2.0/good/throw/Throw2-2.0.bpel Thu May 27 18:09:53 2010
@@ -25,23 +25,23 @@
      xmlns:xsd="http://www.w3.org/2001/XMLSchema"
      xmlns:test="http://ode/bpel/unit-test.wsdl"
      suppressJoinFailure="yes">
-  
+
   <import importType="http://schemas.xmlsoap.org/wsdl/"
       location="test.wsdl"
       namespace="http://ode/bpel/unit-test.wsdl" />
-  
-  
+
+
   <partnerLinks>
     <partnerLink name="testPartnerLink"
          partnerLinkType="test:TestPartnerLinkType"
          myRole="me" />
   </partnerLinks>
-  
+
   <variables>
     <variable name="var1" messageType="test:TestMessage1"/>
     <variable name="var2" messageType="test:TestMessage1"/>
   </variables>
-  
+
   <sequence>
     <receive name="startReceive"
          createInstance="yes"
@@ -51,7 +51,7 @@
          variable="var1"/>
     <scope>
       <faultHandlers>
-    <catch faultVariable="faultVar" 
+    <catch faultVariable="faultVar"
            faultMessageType="test:TestMessage1">
       <assign>
         <copy>
@@ -81,5 +81,5 @@
        portType="test:TestPortType"
        variable="var2"/>
   </sequence>
-  
+
 </process>

Modified: ode/trunk/bpel-scripts/src/main/resources/2.0/good/throw/Throw4-2.0.bpel
URL: http://svn.apache.org/viewvc/ode/trunk/bpel-scripts/src/main/resources/2.0/good/throw/Throw4-2.0.bpel?rev=948937&r1=948936&r2=948937&view=diff
==============================================================================
--- ode/trunk/bpel-scripts/src/main/resources/2.0/good/throw/Throw4-2.0.bpel (original)
+++ ode/trunk/bpel-scripts/src/main/resources/2.0/good/throw/Throw4-2.0.bpel Thu May 27 18:09:53 2010
@@ -42,7 +42,7 @@
   </variables>
     <faultHandlers>
         <catch faultName="test:testFault1"
-               faultVariable="faultVar" 
+               faultVariable="faultVar"
                faultMessageType="test:TestMessage1">
          <sequence>
              <assign>
@@ -58,7 +58,7 @@
               variable="faultVar"
               faultName="test:testFault1"/>
           </sequence>
-        </catch>  
+        </catch>
      </faultHandlers>
   <sequence>
     <receive
@@ -69,7 +69,7 @@
       operation="testOperation"
       variable="var1"/>
     <throw faultName="test:testFault1" faultVariable="var1"/>
-    
+
     <!-- we shouldn't be here -->
     <reply name="endReply"
       operation="testOperation"

Modified: ode/trunk/bpel-scripts/src/main/resources/2.0/good/throw/Throw5-2.0.bpel
URL: http://svn.apache.org/viewvc/ode/trunk/bpel-scripts/src/main/resources/2.0/good/throw/Throw5-2.0.bpel?rev=948937&r1=948936&r2=948937&view=diff
==============================================================================
--- ode/trunk/bpel-scripts/src/main/resources/2.0/good/throw/Throw5-2.0.bpel (original)
+++ ode/trunk/bpel-scripts/src/main/resources/2.0/good/throw/Throw5-2.0.bpel Thu May 27 18:09:53 2010
@@ -57,7 +57,7 @@
     <scope>
       <faultHandlers>
         <catch faultName="test:foo"
-               faultVariable="faultVar" 
+               faultVariable="faultVar"
                faultMessageType="test:TestMessage1">
         <!-- we do NOT want to be here -->
          <assign>
@@ -68,7 +68,7 @@
          </assign>
         </catch>
         <catch faultName="test:foo"
-               faultVariable="faultVar" 
+               faultVariable="faultVar"
                faultElement="test:TestElement">
         <!-- we want to be here -->
          <assign>

Modified: ode/trunk/bpel-scripts/src/main/resources/2.0/good/throw/Throw7-2.0.bpel
URL: http://svn.apache.org/viewvc/ode/trunk/bpel-scripts/src/main/resources/2.0/good/throw/Throw7-2.0.bpel?rev=948937&r1=948936&r2=948937&view=diff
==============================================================================
--- ode/trunk/bpel-scripts/src/main/resources/2.0/good/throw/Throw7-2.0.bpel (original)
+++ ode/trunk/bpel-scripts/src/main/resources/2.0/good/throw/Throw7-2.0.bpel Thu May 27 18:09:53 2010
@@ -56,11 +56,11 @@
       variable="var1"/>
     <scope>
       <faultHandlers>
-        <catch faultVariable="faultVar" 
+        <catch faultVariable="faultVar"
                faultElement="test:TestElement">
-        <!-- 
-            we want to be here; the fault data is actually 
-            a message type, but b/c it's a single part with 
+        <!--
+            we want to be here; the fault data is actually
+            a message type, but b/c it's a single part with
             a matching element, we should match this catch
          -->
          <assign>

Modified: ode/trunk/bpel-scripts/src/main/resources/2.0/good/throw/test.wsdl
URL: http://svn.apache.org/viewvc/ode/trunk/bpel-scripts/src/main/resources/2.0/good/throw/test.wsdl?rev=948937&r1=948936&r2=948937&view=diff
==============================================================================
--- ode/trunk/bpel-scripts/src/main/resources/2.0/good/throw/test.wsdl (original)
+++ ode/trunk/bpel-scripts/src/main/resources/2.0/good/throw/test.wsdl Thu May 27 18:09:53 2010
@@ -23,28 +23,28 @@
     targetNamespace="http://ode/bpel/unit-test.wsdl"
     xmlns="http://schemas.xmlsoap.org/wsdl/"
     xmlns:tns="http://ode/bpel/unit-test.wsdl"
-    xmlns:wsdl="http://schemas.xmlsoap.org/wsdl/" 
+    xmlns:wsdl="http://schemas.xmlsoap.org/wsdl/"
     xmlns:xsd="http://www.w3.org/2001/XMLSchema"
     xmlns:bpws="http://schemas.xmlsoap.org/ws/2004/03/business-process/"
     xmlns:plnk="http://schemas.xmlsoap.org/ws/2004/03/partner-link/">
-   
+
     <wsdl:types>
-      <xsd:schema 
-        xmlns="http://ode/bpel/unit-test.wsdl" 
+      <xsd:schema
+        xmlns="http://ode/bpel/unit-test.wsdl"
         targetNamespace="http://ode/bpel/unit-test.wsdl">
        <xsd:element name="TestElement" type="xsd:string"/>
       </xsd:schema>
   </wsdl:types>
-   
+
     <wsdl:message name="TestMessage1">
         <wsdl:part name="TestPart" type="xsd:string"/>
         <wsdl:part name="ElementPart" element="tns:TestElement"/>
     </wsdl:message>
-    
+
     <wsdl:message name="TestMessage2">
         <wsdl:part name="ElementPart" element="tns:TestElement"/>
     </wsdl:message>
-        
+
     <wsdl:portType name="TestPortType">
         <wsdl:operation name="testOperation">
             <wsdl:input message="tns:TestMessage1" name="TestIn"/>
@@ -56,14 +56,14 @@
             <wsdl:input message="tns:TestMessage2" name="TestIn"/>
             <wsdl:output message="tns:TestMessage2" name="TestOut"/>
         </wsdl:operation>
-    </wsdl:portType> 
+    </wsdl:portType>
    <bpws:property name="testProp"
                    type="xsd:string"/>
    <plnk:partnerLinkType name="TestPartnerLinkType">
        <plnk:role name="me" portType="tns:TestPortType"/>
        <plnk:role name="you" portType="tns:TestPortType"/>
     </plnk:partnerLinkType>
-    
-   
+
+
 </wsdl:definitions>
 

Modified: ode/trunk/bpel-scripts/src/main/resources/2.0/good/wait/Wait1-2.0.bpel
URL: http://svn.apache.org/viewvc/ode/trunk/bpel-scripts/src/main/resources/2.0/good/wait/Wait1-2.0.bpel?rev=948937&r1=948936&r2=948937&view=diff
==============================================================================
--- ode/trunk/bpel-scripts/src/main/resources/2.0/good/wait/Wait1-2.0.bpel (original)
+++ ode/trunk/bpel-scripts/src/main/resources/2.0/good/wait/Wait1-2.0.bpel Thu May 27 18:09:53 2010
@@ -18,12 +18,12 @@
   -->
 
 <process name="SimpleWait-2.0"
-    targetNamespace="http://ode/bpel/unit-test" 
+    targetNamespace="http://ode/bpel/unit-test"
     xmlns:bpws="http://schemas.xmlsoap.org/ws/2004/03/business-process/"
     xmlns="http://schemas.xmlsoap.org/ws/2004/03/business-process/"
     xmlns:tns="http://ode/bpel/unit-test"
     xmlns:xsd="http://www.w3.org/2001/XMLSchema"
-    xmlns:test="http://ode/bpel/unit-test.wsdl" 
+    xmlns:test="http://ode/bpel/unit-test.wsdl"
     suppressJoinFailure="yes">
 
   <import importType="http://schemas.xmlsoap.org/wsdl/"
@@ -31,17 +31,17 @@
       namespace="http://ode/bpel/unit-test.wsdl" />
 
    <partnerLinks>
-      <partnerLink name="testPartnerLink" 
-         partnerLinkType="test:TestPartnerLinkType" 
+      <partnerLink name="testPartnerLink"
+         partnerLinkType="test:TestPartnerLinkType"
          myRole="me" />
    </partnerLinks>
-    
+
    <variables>
      <variable name="var1" messageType="test:TestMessage"/>
    </variables>
-        
-   <sequence>   
-       <receive 
+
+   <sequence>
+       <receive
           createInstance="yes"
           name="startReceive"
           partnerLink="testPartnerLink"
@@ -52,11 +52,11 @@
         <wait>
           <for>'PT5S'</for>
         </wait>
-        
-       <reply name="endReply" 
-              operation="testOperation" 
+
+       <reply name="endReply"
+              operation="testOperation"
               partnerLink="testPartnerLink"
-              portType="test:TestPortType" 
+              portType="test:TestPortType"
               variable="var1"/>
    </sequence>
 

Modified: ode/trunk/bpel-scripts/src/main/resources/2.0/good/wait/Wait2-2.0.bpel
URL: http://svn.apache.org/viewvc/ode/trunk/bpel-scripts/src/main/resources/2.0/good/wait/Wait2-2.0.bpel?rev=948937&r1=948936&r2=948937&view=diff
==============================================================================
--- ode/trunk/bpel-scripts/src/main/resources/2.0/good/wait/Wait2-2.0.bpel (original)
+++ ode/trunk/bpel-scripts/src/main/resources/2.0/good/wait/Wait2-2.0.bpel Thu May 27 18:09:53 2010
@@ -18,12 +18,12 @@
   -->
 
 <process name="WaitWithUntil-2.0"
-    targetNamespace="http://ode/bpel/unit-test" 
+    targetNamespace="http://ode/bpel/unit-test"
     xmlns:bpws="http://schemas.xmlsoap.org/ws/2004/03/business-process/"
     xmlns="http://schemas.xmlsoap.org/ws/2004/03/business-process/"
     xmlns:tns="http://ode/bpel/unit-test"
     xmlns:xsd="http://www.w3.org/2001/XMLSchema"
-    xmlns:test="http://ode/bpel/unit-test.wsdl" 
+    xmlns:test="http://ode/bpel/unit-test.wsdl"
     suppressJoinFailure="yes">
 
   <import importType="http://schemas.xmlsoap.org/wsdl/"
@@ -31,17 +31,17 @@
       namespace="http://ode/bpel/unit-test.wsdl" />
 
    <partnerLinks>
-      <partnerLink name="testPartnerLink" 
-         partnerLinkType="test:TestPartnerLinkType" 
+      <partnerLink name="testPartnerLink"
+         partnerLinkType="test:TestPartnerLinkType"
          myRole="me" />
    </partnerLinks>
-    
+
    <variables>
      <variable name="var1" messageType="test:TestMessage"/>
    </variables>
-        
-   <sequence>   
-       <receive 
+
+   <sequence>
+       <receive
           createInstance="yes"
           name="startReceive"
           partnerLink="testPartnerLink"
@@ -52,11 +52,11 @@
         <wait>
           <until>$var1/Time</until>
         </wait>
-        
-       <reply name="endReply" 
-              operation="testOperation" 
+
+       <reply name="endReply"
+              operation="testOperation"
               partnerLink="testPartnerLink"
-              portType="test:TestPortType" 
+              portType="test:TestPortType"
               variable="var1"/>
    </sequence>
 

Modified: ode/trunk/bpel-scripts/src/main/resources/2.0/good/wait/test.wsdl
URL: http://svn.apache.org/viewvc/ode/trunk/bpel-scripts/src/main/resources/2.0/good/wait/test.wsdl?rev=948937&r1=948936&r2=948937&view=diff
==============================================================================
--- ode/trunk/bpel-scripts/src/main/resources/2.0/good/wait/test.wsdl (original)
+++ ode/trunk/bpel-scripts/src/main/resources/2.0/good/wait/test.wsdl Thu May 27 18:09:53 2010
@@ -23,11 +23,11 @@
     targetNamespace="http://ode/bpel/unit-test.wsdl"
     xmlns="http://schemas.xmlsoap.org/wsdl/"
     xmlns:tns="http://ode/bpel/unit-test.wsdl"
-    xmlns:wsdl="http://schemas.xmlsoap.org/wsdl/" 
+    xmlns:wsdl="http://schemas.xmlsoap.org/wsdl/"
     xmlns:xsd="http://www.w3.org/2001/XMLSchema"
     xmlns:bpws="http://schemas.xmlsoap.org/ws/2004/03/business-process/"
     xmlns:plnk="http://schemas.xmlsoap.org/ws/2004/03/partner-link/">
-   
+
     <wsdl:message name="TestMessage">
         <wsdl:part name="TestPart" type="xsd:int"/>
         <wsdl:part name="Time" type="xsd:string"/>
@@ -36,12 +36,12 @@
         <wsdl:operation name="testOperation">
             <wsdl:input message="tns:TestMessage" name="TestIn"/>
             <wsdl:output message="tns:TestMessage" name="TestOut"/>
-        </wsdl:operation>    
-    </wsdl:portType> 
+        </wsdl:operation>
+    </wsdl:portType>
    <plnk:partnerLinkType name="TestPartnerLinkType">
        <plnk:role name="me" portType="tns:TestPortType"/>
     </plnk:partnerLinkType>
-    
-   
+
+
 </wsdl:definitions>
 

Modified: ode/trunk/bpel-scripts/src/main/resources/2.0/good/while/While1-2.0.bpel
URL: http://svn.apache.org/viewvc/ode/trunk/bpel-scripts/src/main/resources/2.0/good/while/While1-2.0.bpel?rev=948937&r1=948936&r2=948937&view=diff
==============================================================================
--- ode/trunk/bpel-scripts/src/main/resources/2.0/good/while/While1-2.0.bpel (original)
+++ ode/trunk/bpel-scripts/src/main/resources/2.0/good/while/While1-2.0.bpel Thu May 27 18:09:53 2010
@@ -18,12 +18,12 @@
   -->
 
 <process name="while1-2.0"
-    targetNamespace="http://ode/bpel/unit-test" 
+    targetNamespace="http://ode/bpel/unit-test"
     xmlns:bpws="http://schemas.xmlsoap.org/ws/2004/03/business-process/"
     xmlns="http://schemas.xmlsoap.org/ws/2004/03/business-process/"
     xmlns:tns="http://ode/bpel/unit-test"
     xmlns:xsd="http://www.w3.org/2001/XMLSchema"
-    xmlns:test="http://ode/bpel/unit-test.wsdl" 
+    xmlns:test="http://ode/bpel/unit-test.wsdl"
     suppressJoinFailure="yes">
 
   <import importType="http://schemas.xmlsoap.org/wsdl/"
@@ -31,17 +31,17 @@
       namespace="http://ode/bpel/unit-test.wsdl" />
 
    <partnerLinks>
-      <partnerLink name="testPartnerLink" 
-         partnerLinkType="test:TestPartnerLinkType" 
+      <partnerLink name="testPartnerLink"
+         partnerLinkType="test:TestPartnerLinkType"
          myRole="me" />
    </partnerLinks>
-    
+
    <variables>
      <variable name="var1" messageType="test:TestMessage2"/>
    </variables>
-        
-   <sequence>   
-       <receive 
+
+   <sequence>
+       <receive
           createInstance="yes"
           name="startReceive"
           partnerLink="testPartnerLink"
@@ -59,10 +59,10 @@
           </copy>
         </assign>
        </while>
-       <reply name="endReply" 
-              operation="testOperation" 
+       <reply name="endReply"
+              operation="testOperation"
               partnerLink="testPartnerLink"
-              portType="test:TestPortType" 
+              portType="test:TestPortType"
               variable="var1"/>
    </sequence>
 

Modified: ode/trunk/bpel-scripts/src/main/resources/2.0/good/while/While1-2.0.wsdl
URL: http://svn.apache.org/viewvc/ode/trunk/bpel-scripts/src/main/resources/2.0/good/while/While1-2.0.wsdl?rev=948937&r1=948936&r2=948937&view=diff
==============================================================================
--- ode/trunk/bpel-scripts/src/main/resources/2.0/good/while/While1-2.0.wsdl (original)
+++ ode/trunk/bpel-scripts/src/main/resources/2.0/good/while/While1-2.0.wsdl Thu May 27 18:09:53 2010
@@ -23,12 +23,12 @@
     targetNamespace="http://ode/bpel/unit-test.wsdl"
     xmlns="http://schemas.xmlsoap.org/wsdl/"
     xmlns:tns="http://ode/bpel/unit-test.wsdl"
-    xmlns:wsdl="http://schemas.xmlsoap.org/wsdl/" 
+    xmlns:wsdl="http://schemas.xmlsoap.org/wsdl/"
     xmlns:xsd="http://www.w3.org/2001/XMLSchema"
     xmlns:bpws="http://schemas.xmlsoap.org/ws/2004/03/business-process/"
     xmlns:plnk="http://schemas.xmlsoap.org/ws/2004/03/partner-link/">
-   
-   
+
+
     <wsdl:message name="TestMessage2">
         <wsdl:part name="TestPart" type="xsd:int"/>
     </wsdl:message>
@@ -36,9 +36,9 @@
         <wsdl:operation name="testOperation">
             <wsdl:input message="tns:TestMessage2" name="TestIn"/>
             <wsdl:output message="tns:TestMessage2" name="TestOut"/>
-        </wsdl:operation>    
-    </wsdl:portType> 
-    
+        </wsdl:operation>
+    </wsdl:portType>
+
    <bpws:property name="testProp"
                    type="xsd:string"/>
    <plnk:partnerLinkType name="TestPartnerLinkType">

Modified: ode/trunk/bpel-scripts/src/main/resources/2.0/good/xpath10-func/GetVariableData1-2.0.bpel
URL: http://svn.apache.org/viewvc/ode/trunk/bpel-scripts/src/main/resources/2.0/good/xpath10-func/GetVariableData1-2.0.bpel?rev=948937&r1=948936&r2=948937&view=diff
==============================================================================
--- ode/trunk/bpel-scripts/src/main/resources/2.0/good/xpath10-func/GetVariableData1-2.0.bpel (original)
+++ ode/trunk/bpel-scripts/src/main/resources/2.0/good/xpath10-func/GetVariableData1-2.0.bpel Thu May 27 18:09:53 2010
@@ -30,7 +30,7 @@ bpws:getVariableData(varname, partname) 
   xmlns="http://schemas.xmlsoap.org/ws/2004/03/business-process/"
   xmlns:xsd="http://www.w3.org/2001/XMLSchema"
   xmlns:test="uri:testing">
-  
+
    <import importType="http://schemas.xmlsoap.org/wsdl/"
       location="../test.wsdl"
       namespace="uri:testing" />

Modified: ode/trunk/bpel-scripts/src/main/resources/2.0/good/xpath10-func/GetVariableData2-2.0.bpel
URL: http://svn.apache.org/viewvc/ode/trunk/bpel-scripts/src/main/resources/2.0/good/xpath10-func/GetVariableData2-2.0.bpel?rev=948937&r1=948936&r2=948937&view=diff
==============================================================================
--- ode/trunk/bpel-scripts/src/main/resources/2.0/good/xpath10-func/GetVariableData2-2.0.bpel (original)
+++ ode/trunk/bpel-scripts/src/main/resources/2.0/good/xpath10-func/GetVariableData2-2.0.bpel Thu May 27 18:09:53 2010
@@ -30,7 +30,7 @@ bpws:getVariableData(varname, partname) 
   xmlns="http://schemas.xmlsoap.org/ws/2004/03/business-process/"
   xmlns:xsd="http://www.w3.org/2001/XMLSchema"
   xmlns:test="uri:testing">
-  
+
    <import importType="http://schemas.xmlsoap.org/wsdl/"
       location="../test.wsdl"
       namespace="uri:testing" />

Modified: ode/trunk/bpel-scripts/src/main/resources/2.0/good/xpath10-func/GetVariableData3-2.0.bpel
URL: http://svn.apache.org/viewvc/ode/trunk/bpel-scripts/src/main/resources/2.0/good/xpath10-func/GetVariableData3-2.0.bpel?rev=948937&r1=948936&r2=948937&view=diff
==============================================================================
--- ode/trunk/bpel-scripts/src/main/resources/2.0/good/xpath10-func/GetVariableData3-2.0.bpel (original)
+++ ode/trunk/bpel-scripts/src/main/resources/2.0/good/xpath10-func/GetVariableData3-2.0.bpel Thu May 27 18:09:53 2010
@@ -30,11 +30,11 @@ bpws:getVariableData(varname, partname) 
   xmlns="http://schemas.xmlsoap.org/ws/2004/03/business-process/"
   xmlns:xsd="http://www.w3.org/2001/XMLSchema"
   xmlns:test="uri:testing">
-  
+
    <import importType="http://schemas.xmlsoap.org/wsdl/"
       location="../test.wsdl"
       namespace="uri:testing" />
-      
+
   <partnerLinks>
     <partnerLink name="testPartnerLink"
       partnerLinkType="test:PartnerLinkType1"