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 [25/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-test/src/test/resources/bpel/2.0/TestSimpleVariableType/TestSimpleVariableType.bpel
URL: http://svn.apache.org/viewvc/ode/trunk/bpel-test/src/test/resources/bpel/2.0/TestSimpleVariableType/TestSimpleVariableType.bpel?rev=948937&r1=948936&r2=948937&view=diff
==============================================================================
--- ode/trunk/bpel-test/src/test/resources/bpel/2.0/TestSimpleVariableType/TestSimpleVariableType.bpel (original)
+++ ode/trunk/bpel-test/src/test/resources/bpel/2.0/TestSimpleVariableType/TestSimpleVariableType.bpel Thu May 27 18:09:53 2010
@@ -29,7 +29,7 @@
     queryLanguage="urn:oasis:names:tc:wsbpel:2.0:sublang:xpath2.0"
     expressionLanguage="urn:oasis:names:tc:wsbpel:2.0:sublang:xpath2.0"
     suppressJoinFailure="yes">
-    
+
     <import location="TestSimpleVariableType.wsdl"
         namespace="http://ode/bpel/unit-test/TestSimpleVariableType.wsdl"
         importType="http://schemas.xmlsoap.org/wsdl/" />
@@ -42,22 +42,22 @@
   </partnerLinks>
 
   <variables>
-    <variable name="request" 
+    <variable name="request"
                messageType="wns:requestMessage"/>
     <variable name="testType" type="xsd:string"/>
-    <variable name="reply" 
+    <variable name="reply"
                messageType="wns:replyMessage"/>
   </variables>
 
   <sequence>
         <receive name="receive1" partnerLink="request"
-            portType="wns:TestSimpleVariableTypePT" 
+            portType="wns:TestSimpleVariableTypePT"
                  operation="request" variable="request"
                  createInstance="yes">
         </receive>
-    
+
         <!-- Copy input variables to internal accumulators -->
-     
+
         <assign name="assign1">
           <copy>
             <from variable="request" property="wns:testProbeID"/>
@@ -71,12 +71,12 @@
             <from variable="request" part="requestText"/>
             <to variable="reply" part="replyText"/>
           </copy>
-        </assign>   
-    
-    <reply name="reply" partnerLink="request" portType="wns:TestSimpleVariableTypePT" 
-               operation="request" variable="reply"> 
+        </assign>
+
+    <reply name="reply" partnerLink="request" portType="wns:TestSimpleVariableTypePT"
+               operation="request" variable="reply">
       </reply>
 
-  
+
   </sequence>
 </process>

Modified: ode/trunk/bpel-test/src/test/resources/bpel/2.0/TestSimpleVariableType/TestSimpleVariableType.wsdl
URL: http://svn.apache.org/viewvc/ode/trunk/bpel-test/src/test/resources/bpel/2.0/TestSimpleVariableType/TestSimpleVariableType.wsdl?rev=948937&r1=948936&r2=948937&view=diff
==============================================================================
--- ode/trunk/bpel-test/src/test/resources/bpel/2.0/TestSimpleVariableType/TestSimpleVariableType.wsdl (original)
+++ ode/trunk/bpel-test/src/test/resources/bpel/2.0/TestSimpleVariableType/TestSimpleVariableType.wsdl Thu May 27 18:09:53 2010
@@ -17,13 +17,13 @@
    ~ under the License.
 -->
 
-<wsdl:definitions 
+<wsdl:definitions
    targetNamespace="http://ode/bpel/unit-test/TestSimpleVariableType.wsdl"
    xmlns:tns="http://ode/bpel/unit-test/TestSimpleVariableType.wsdl"
    xmlns="http://ode/bpel/unit-test/TestSimpleVariableType.wsdl"
    xmlns:prb="http://ode/bpel/unit-test/ProbeService.wsdl"
    xmlns:wsdl="http://schemas.xmlsoap.org/wsdl/"
-   xmlns:plnk="http://docs.oasis-open.org/wsbpel/2.0/plnktype"      
+   xmlns:plnk="http://docs.oasis-open.org/wsbpel/2.0/plnktype"
    xmlns:xsd="http://www.w3.org/2001/XMLSchema"
    xmlns:vprop="http://docs.oasis-open.org/wsbpel/2.0/varprop">
 
@@ -32,12 +32,12 @@
       <wsdl:part name="requestID" type="xsd:string"/>
       <wsdl:part name="requestText" type="xsd:string"/>
    </wsdl:message>
-   
+
    <wsdl:message name="replyMessage">
       <wsdl:part name="replyID" type="xsd:string"/>
       <wsdl:part name="replyText" type="xsd:string"/>
    </wsdl:message>
-   
+
    <wsdl:portType name="TestSimpleVariableTypePT">
       <wsdl:operation name="request">
          <wsdl:input message="requestMessage"/>

Modified: ode/trunk/bpel-test/src/test/resources/bpel/2.0/TestSimpleVariableType/deploy.xml
URL: http://svn.apache.org/viewvc/ode/trunk/bpel-test/src/test/resources/bpel/2.0/TestSimpleVariableType/deploy.xml?rev=948937&r1=948936&r2=948937&view=diff
==============================================================================
--- ode/trunk/bpel-test/src/test/resources/bpel/2.0/TestSimpleVariableType/deploy.xml (original)
+++ ode/trunk/bpel-test/src/test/resources/bpel/2.0/TestSimpleVariableType/deploy.xml Thu May 27 18:09:53 2010
@@ -18,7 +18,7 @@
 -->
 
 <deploy xmlns="http://www.apache.org/ode/schemas/dd/2007/03"
-    xmlns:pns="http://ode/bpel/unit-test/TestSimpleVariableType" 
+    xmlns:pns="http://ode/bpel/unit-test/TestSimpleVariableType"
     xmlns:wns="http://ode/bpel/unit-test/TestSimpleVariableType.wsdl">
 
 

Modified: ode/trunk/bpel-test/src/test/resources/bpel/2.0/TestSplit/TestSplit.bpel
URL: http://svn.apache.org/viewvc/ode/trunk/bpel-test/src/test/resources/bpel/2.0/TestSplit/TestSplit.bpel?rev=948937&r1=948936&r2=948937&view=diff
==============================================================================
--- ode/trunk/bpel-test/src/test/resources/bpel/2.0/TestSplit/TestSplit.bpel (original)
+++ ode/trunk/bpel-test/src/test/resources/bpel/2.0/TestSplit/TestSplit.bpel Thu May 27 18:09:53 2010
@@ -17,7 +17,7 @@
   ~ under the License.
   -->
 <process name="TestSplit"
-    targetNamespace="http://ode/bpel/unit-test" 
+    targetNamespace="http://ode/bpel/unit-test"
     xmlns:bpws="http://docs.oasis-open.org/wsbpel/2.0/process/executable"
     xmlns="http://docs.oasis-open.org/wsbpel/2.0/process/executable"
     xmlns:tns="http://ode/bpel/unit-test"
@@ -37,13 +37,13 @@
          partnerLinkType="test:TestSplitPartnerLinkType"
          myRole="me" />
    </partnerLinks>
-    
+
    <variables>
      <variable name="myVar" messageType="test:TestSplitMessage"/>
      <variable name="tmpVar" type="xsd:string"/>
    </variables>
-        
-   <sequence>   
+
+   <sequence>
        <receive name="start" partnerLink="testSplitPartnerLink" portType="test:TestSplitPortType"
           operation="split" variable="myVar" createInstance="yes"/>
 

Modified: ode/trunk/bpel-test/src/test/resources/bpel/2.0/TestSplit/TestSplit.wsdl
URL: http://svn.apache.org/viewvc/ode/trunk/bpel-test/src/test/resources/bpel/2.0/TestSplit/TestSplit.wsdl?rev=948937&r1=948936&r2=948937&view=diff
==============================================================================
--- ode/trunk/bpel-test/src/test/resources/bpel/2.0/TestSplit/TestSplit.wsdl (original)
+++ ode/trunk/bpel-test/src/test/resources/bpel/2.0/TestSplit/TestSplit.wsdl Thu May 27 18:09:53 2010
@@ -18,27 +18,27 @@
   ~ under the License.
   -->
 
-<wsdl:definitions 
+<wsdl:definitions
     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:soap="http://schemas.xmlsoap.org/wsdl/soap/"
     xmlns:bpws="http://docs.oasis-open.org/wsbpel/2.0/process/executable"
     xmlns:plnk="http://docs.oasis-open.org/wsbpel/2.0/plnktype">
-    
+
     <wsdl:message name="TestSplitMessage">
         <wsdl:part name="TestPart" type="xsd:string"/>
     </wsdl:message>
-    
+
     <wsdl:portType name="TestSplitPortType">
         <wsdl:operation name="split">
             <wsdl:input message="tns:TestSplitMessage" name="TestIn"/>
             <wsdl:output message="tns:TestSplitMessage" name="TestOut"/>
-        </wsdl:operation>    
+        </wsdl:operation>
     </wsdl:portType>
-    
+
      <wsdl:binding name="TestSplitSoapBinding" type="tns:TestSplitPortType">
         <soap:binding style="rpc" transport="http://schemas.xmlsoap.org/soap/http"/>
         <wsdl:operation name="split">
@@ -50,7 +50,7 @@
             </wsdl:input>
             <wsdl:output>
                 <soap:body
-                    namespace="http://ode/bpel/unit-test.wsdl" 
+                    namespace="http://ode/bpel/unit-test.wsdl"
                     use="literal"/>
             </wsdl:output>
         </wsdl:operation>
@@ -60,7 +60,7 @@
             <soap:address location="http://localhost:8080/ode/processes/testSplit"/>
         </wsdl:port>
     </wsdl:service>
-    
+
    <plnk:partnerLinkType name="TestSplitPartnerLinkType">
        <plnk:role name="me" portType="tns:TestSplitPortType"/>
        <plnk:role name="you" portType="tns:TestSplitPortType"/>

Modified: ode/trunk/bpel-test/src/test/resources/bpel/2.0/TestSplit/deploy.xml
URL: http://svn.apache.org/viewvc/ode/trunk/bpel-test/src/test/resources/bpel/2.0/TestSplit/deploy.xml?rev=948937&r1=948936&r2=948937&view=diff
==============================================================================
--- ode/trunk/bpel-test/src/test/resources/bpel/2.0/TestSplit/deploy.xml (original)
+++ ode/trunk/bpel-test/src/test/resources/bpel/2.0/TestSplit/deploy.xml Thu May 27 18:09:53 2010
@@ -17,7 +17,7 @@
   ~ under the License.
   -->
 <deploy xmlns="http://www.apache.org/ode/schemas/dd/2007/03"
-    xmlns:pns="http://ode/bpel/unit-test" 
+    xmlns:pns="http://ode/bpel/unit-test"
     xmlns:wns="http://ode/bpel/unit-test.wsdl">
 
 

Modified: ode/trunk/bpel-test/src/test/resources/bpel/2.0/TestStaticOnMessage/TestStaticOnMessage.wsdl
URL: http://svn.apache.org/viewvc/ode/trunk/bpel-test/src/test/resources/bpel/2.0/TestStaticOnMessage/TestStaticOnMessage.wsdl?rev=948937&r1=948936&r2=948937&view=diff
==============================================================================
--- ode/trunk/bpel-test/src/test/resources/bpel/2.0/TestStaticOnMessage/TestStaticOnMessage.wsdl (original)
+++ ode/trunk/bpel-test/src/test/resources/bpel/2.0/TestStaticOnMessage/TestStaticOnMessage.wsdl Thu May 27 18:09:53 2010
@@ -17,14 +17,14 @@
    ~ under the License.
 -->
 
-<wsdl:definitions 
+<wsdl:definitions
    targetNamespace="http://ode/bpel/unit-test/TestStaticOnMessage.wsdl"
    xmlns:tns="http://ode/bpel/unit-test/TestStaticOnMessage.wsdl"
    xmlns:typens="http://ode/bpel/unit-test/TestStaticOnMessage.wsdl.types"
    xmlns="http://ode/bpel/unit-test/TestStaticOnMessage.wsdl"
    xmlns:prb="http://ode/bpel/unit-test/ProbeService.wsdl"
    xmlns:wsdl="http://schemas.xmlsoap.org/wsdl/"
-   xmlns:plnk="http://docs.oasis-open.org/wsbpel/2.0/plnktype"      
+   xmlns:plnk="http://docs.oasis-open.org/wsbpel/2.0/plnktype"
    xmlns:xsd="http://www.w3.org/2001/XMLSchema"
    xmlns:bpws="http://docs.oasis-open.org/wsbpel/2.0/process/executable"
    xmlns:prop="http://docs.oasis-open.org/wsbpel/2.0/varprop">
@@ -97,7 +97,7 @@
          requestID
       </prop:query>
    </prop:propertyAlias>
-   
+
    <prop:property name="testProbeData" type="xsd:string"/>
    <prop:propertyAlias propertyName="tns:testProbeData" messageType="tns:requestMessage" part="requestMessageData">
       <prop:query queryLanguage="urn:oasis:names:tc:wsbpel:2.0:sublang:xpath2.0">

Modified: ode/trunk/bpel-test/src/test/resources/bpel/2.0/TestStaticOnMessage/deploy.xml
URL: http://svn.apache.org/viewvc/ode/trunk/bpel-test/src/test/resources/bpel/2.0/TestStaticOnMessage/deploy.xml?rev=948937&r1=948936&r2=948937&view=diff
==============================================================================
--- ode/trunk/bpel-test/src/test/resources/bpel/2.0/TestStaticOnMessage/deploy.xml (original)
+++ ode/trunk/bpel-test/src/test/resources/bpel/2.0/TestStaticOnMessage/deploy.xml Thu May 27 18:09:53 2010
@@ -18,7 +18,7 @@
 -->
 
 <deploy xmlns="http://www.apache.org/ode/schemas/dd/2007/03"
-    xmlns:pns="http://ode/bpel/unit-test/TestStaticOnMessage" 
+    xmlns:pns="http://ode/bpel/unit-test/TestStaticOnMessage"
     xmlns:prns="http://ode/bpel/unit-test/ProbeService.wsdl"
     xmlns:wns="http://ode/bpel/unit-test/TestStaticOnMessage.wsdl">
 

Modified: ode/trunk/bpel-test/src/test/resources/bpel/2.0/TestStaticPick/TestStaticPick.wsdl
URL: http://svn.apache.org/viewvc/ode/trunk/bpel-test/src/test/resources/bpel/2.0/TestStaticPick/TestStaticPick.wsdl?rev=948937&r1=948936&r2=948937&view=diff
==============================================================================
--- ode/trunk/bpel-test/src/test/resources/bpel/2.0/TestStaticPick/TestStaticPick.wsdl (original)
+++ ode/trunk/bpel-test/src/test/resources/bpel/2.0/TestStaticPick/TestStaticPick.wsdl Thu May 27 18:09:53 2010
@@ -17,13 +17,13 @@
    ~ under the License.
 -->
 
-<wsdl:definitions 
+<wsdl:definitions
    targetNamespace="http://ode/bpel/unit-test/TestStaticPick.wsdl"
    xmlns:tns="http://ode/bpel/unit-test/TestStaticPick.wsdl"
    xmlns="http://ode/bpel/unit-test/TestStaticPick.wsdl"
    xmlns:prb="http://ode/bpel/unit-test/ProbeService.wsdl"
    xmlns:wsdl="http://schemas.xmlsoap.org/wsdl/"
-   xmlns:plnk="http://docs.oasis-open.org/wsbpel/2.0/plnktype"      
+   xmlns:plnk="http://docs.oasis-open.org/wsbpel/2.0/plnktype"
    xmlns:xsd="http://www.w3.org/2001/XMLSchema"
    xmlns:bpws="http://docs.oasis-open.org/wsbpel/2.0/process/executable"
    xmlns:prop="http://docs.oasis-open.org/wsbpel/2.0/varprop">
@@ -33,7 +33,7 @@
       <wsdl:part name="requestID" type="xsd:string"/>
       <wsdl:part name="requestText" type="xsd:string"/>
    </wsdl:message>
-   
+
    <wsdl:message name="replyMessage">
       <wsdl:part name="replyID" type="xsd:string"/>
       <wsdl:part name="replyText" type="xsd:string"/>
@@ -54,7 +54,7 @@
       </wsdl:operation>
    </wsdl:portType>
 
-   
+
    <wsdl:binding name="TestStaticPick1Binding" type="tns:TestStaticPick1PT">
       <wsdl:operation name="request"/>
       <wsdl:operation name="continue1"/>
@@ -64,7 +64,7 @@
       <wsdl:port name="TestStaticPick1Port" binding="tns:TestStaticPick1Binding">
       </wsdl:port>
    </wsdl:service>
-   
+
    <plnk:partnerLinkType name="TestStaticPick1Request">
       <plnk:role name="TestStaticPick1Service" portType="TestStaticPick1PT"/>
    </plnk:partnerLinkType>

Modified: ode/trunk/bpel-test/src/test/resources/bpel/2.0/TestStaticPick/deploy.xml
URL: http://svn.apache.org/viewvc/ode/trunk/bpel-test/src/test/resources/bpel/2.0/TestStaticPick/deploy.xml?rev=948937&r1=948936&r2=948937&view=diff
==============================================================================
--- ode/trunk/bpel-test/src/test/resources/bpel/2.0/TestStaticPick/deploy.xml (original)
+++ ode/trunk/bpel-test/src/test/resources/bpel/2.0/TestStaticPick/deploy.xml Thu May 27 18:09:53 2010
@@ -18,7 +18,7 @@
 -->
 
 <deploy xmlns="http://www.apache.org/ode/schemas/dd/2007/03"
-    xmlns:pns="http://ode/bpel/unit-test/TestStaticPick" 
+    xmlns:pns="http://ode/bpel/unit-test/TestStaticPick"
     xmlns:prns="http://ode/bpel/unit-test/ProbeService.wsdl"
     xmlns:wns="http://ode/bpel/unit-test/TestStaticPick.wsdl">
 

Modified: ode/trunk/bpel-test/src/test/resources/bpel/2.0/TestSubTreeAssign/TestSubTreeAssign.bpel
URL: http://svn.apache.org/viewvc/ode/trunk/bpel-test/src/test/resources/bpel/2.0/TestSubTreeAssign/TestSubTreeAssign.bpel?rev=948937&r1=948936&r2=948937&view=diff
==============================================================================
--- ode/trunk/bpel-test/src/test/resources/bpel/2.0/TestSubTreeAssign/TestSubTreeAssign.bpel (original)
+++ ode/trunk/bpel-test/src/test/resources/bpel/2.0/TestSubTreeAssign/TestSubTreeAssign.bpel Thu May 27 18:09:53 2010
@@ -32,14 +32,14 @@
  queryLanguage="urn:oasis:names:tc:wsbpel:2.0:sublang:xpath2.0"
  expressionLanguage="urn:oasis:names:tc:wsbpel:2.0:sublang:xpath2.0"
  suppressJoinFailure="yes">
-    
+
     <import location="TestSubTreeAssign.wsdl"
         namespace="http://ode/bpel/unit-test/TestSubTreeAssign.wsdl"
         importType="http://schemas.xmlsoap.org/wsdl/" />
     <import location="../ProbeService/probeService.wsdl"
         namespace="http://ode/bpel/unit-test/ProbeService.wsdl"
         importType="http://schemas.xmlsoap.org/wsdl/"/>
-    
+
     <partnerLinks>
         <partnerLink name="request" partnerLinkType="wns:TestSubTreeAssignRequest" myRole="TestSubTreeAssignService"/>
     </partnerLinks>
@@ -53,7 +53,7 @@
     </variables>
     <sequence>
         <receive name="receive1" partnerLink="request" portType="wns:TestSubTreeAssignPT" operation="request" variable="request" createInstance="yes"/>
- 
+
         <assign name="assign1">
             <!-- copy a tree to a tree -->
             <copy>
@@ -78,9 +78,9 @@
                     <literal><![CDATA[pass]]></literal>
                 </from>
                 <to>$testType1/typeIndicators/types:indicatorTwo</to>
-            </copy>		
+            </copy>
         </assign>
-    
+
         <assign name="assign2">
             <!-- copy subtree to tree -->
             <copy>
@@ -88,8 +88,8 @@
                 <to>$testType2/typeIndicators</to>
             </copy>
         </assign>
-        
-        <assign name="assign3">			
+
+        <assign name="assign3">
             <copy>
                 <from>$testType2/requestID</from>
                 <to variable="reply" part="replyID"/>
@@ -99,10 +99,10 @@
                 <to>$reply.replyText</to>
             </copy>
         </assign>
- 
+
         <!-- test update functions -->
         <!-- delete and insert as last into -->
-        <assign name="assign4">			
+        <assign name="assign4">
             <copy>
                 <from variable="request" part="requestMessageData"/>
                 <to variable="testType1"/>
@@ -120,14 +120,14 @@
                 <to>$testType1/typeIndicators</to>
             </copy>
         </assign>
-        
+
         <if>
             <condition>fn:not(fn:deep-equal($testType1, $testType2))</condition>
             <throw faultName="selectionFailure"/>
         </if>
-        
+
         <!-- delete and insert as first into -->
-        <assign name="assign5">			
+        <assign name="assign5">
             <copy>
                 <from variable="request" part="requestMessageData"/>
                 <to variable="testType1"/>
@@ -145,14 +145,14 @@
                 <to>$testType1/typeIndicators</to>
             </copy>
         </assign>
-        
+
         <if>
             <condition>fn:not(fn:deep-equal($testType1, $testType2))</condition>
             <throw faultName="selectionFailure"/>
         </if>
-        
+
         <!-- delete and insert before -->
-        <assign name="assign6">			
+        <assign name="assign6">
             <copy>
                 <from variable="request" part="requestMessageData"/>
                 <to variable="testType1"/>
@@ -170,14 +170,14 @@
                 <to>$testType1/typeIndicators</to>
             </copy>
         </assign>
-        
+
         <if>
             <condition>fn:not(fn:deep-equal($testType1, $testType2))</condition>
             <throw faultName="selectionFailure"/>
         </if>
-        
+
         <!-- delete and insert after -->
-        <assign name="assign7">			
+        <assign name="assign7">
             <copy>
                 <from variable="request" part="requestMessageData"/>
                 <to variable="testType1"/>
@@ -195,14 +195,14 @@
                 <to>$testType1/typeIndicators</to>
             </copy>
         </assign>
-        
+
         <if>
             <condition>fn:not(fn:deep-equal($testType1, $testType2))</condition>
             <throw faultName="selectionFailure"/>
         </if>
-        
+
         <!-- rename twice -->
-        <assign name="assign7">			
+        <assign name="assign7">
             <copy>
                 <from variable="request" part="requestMessageData"/>
                 <to variable="testType1"/>
@@ -228,12 +228,12 @@
                 <to>$testType1/typeIndicators</to>
             </copy>
         </assign>
-        
+
         <if>
             <condition>fn:not(fn:deep-equal($testType1, $testType2))</condition>
             <throw faultName="selectionFailure"/>
         </if>
-        
+
         <reply name="reply" partnerLink="request" portType="wns:TestSubTreeAssignPT" operation="request" variable="reply"/>
     </sequence>
  </process>

Modified: ode/trunk/bpel-test/src/test/resources/bpel/2.0/TestSubTreeAssign/TestSubTreeAssign.wsdl
URL: http://svn.apache.org/viewvc/ode/trunk/bpel-test/src/test/resources/bpel/2.0/TestSubTreeAssign/TestSubTreeAssign.wsdl?rev=948937&r1=948936&r2=948937&view=diff
==============================================================================
--- ode/trunk/bpel-test/src/test/resources/bpel/2.0/TestSubTreeAssign/TestSubTreeAssign.wsdl (original)
+++ ode/trunk/bpel-test/src/test/resources/bpel/2.0/TestSubTreeAssign/TestSubTreeAssign.wsdl Thu May 27 18:09:53 2010
@@ -16,29 +16,29 @@
   ~ specific language governing permissions and limitations
   ~ under the License.
 -->
-<wsdl:definitions 
+<wsdl:definitions
   targetNamespace="http://ode/bpel/unit-test/TestSubTreeAssign.wsdl"
   xmlns:tns="http://ode/bpel/unit-test/TestSubTreeAssign.wsdl"
   xmlns:typens="http://ode/bpel/unit-test/TestSubTreeAssign.wsdl.types"
   xmlns="http://ode/bpel/unit-test/TestSubTreeAssign.wsdl"
   xmlns:prb="http://ode/bpel/unit-test/ProbeService.wsdl"
   xmlns:wsdl="http://schemas.xmlsoap.org/wsdl/"
-  xmlns:plnk="http://docs.oasis-open.org/wsbpel/2.0/plnktype"      
+  xmlns:plnk="http://docs.oasis-open.org/wsbpel/2.0/plnktype"
   xmlns:xsd="http://www.w3.org/2001/XMLSchema"
   xmlns:vprop="http://docs.oasis-open.org/wsbpel/2.0/varprop">
 
    <wsdl:types>
- 
+
      <xsd:schema
        targetNamespace="http://ode/bpel/unit-test/TestSubTreeAssign.wsdl.types"
        xmlns="http://ode/bpel/unit-test/TestSubTreeAssign.wsdl.types"
                 xmlns:xsd="http://www.w3.org/2001/XMLSchema">
-      
+
       <xsd:element name="aTestMessage" type="testMessage"></xsd:element>
       <xsd:element name="indicator" type="xsd:string" abstract="true"/>
       <xsd:element name="indicatorOne" type="xsd:string" substitutionGroup="indicator"/>
       <xsd:element name="indicatorTwo" type="xsd:string" substitutionGroup="indicator"/>
-      
+
       <xsd:complexType name="typeIndicator">
         <xsd:sequence>
              <xsd:element ref="indicatorOne"/>
@@ -59,19 +59,19 @@
   <wsdl:message name="requestMessage">
     <wsdl:part name="requestMessageData" element="typens:aTestMessage"/>
   </wsdl:message>
-   
+
   <wsdl:message name="replyMessage">
     <wsdl:part name="replyID" type="xsd:string"/>
     <wsdl:part name="replyText" type="xsd:string"/>
   </wsdl:message>
-   
+
   <wsdl:portType name="TestSubTreeAssignPT">
     <wsdl:operation name="request">
       <wsdl:input message="requestMessage"/>
       <wsdl:output message="replyMessage"/>
     </wsdl:operation>
   </wsdl:portType>
-  
+
   <wsdl:binding name="TestSubTreeAssignBinding" type="tns:TestSubTreeAssignPT">
     <wsdl:operation name="request">
     </wsdl:operation>
@@ -88,15 +88,15 @@
    <plnk:partnerLinkType name="probeRequest">
     <plnk:role name="probeService" portType="prb:probeMessagePT"/>
    </plnk:partnerLinkType>
-   
+
   <vprop:property name="testProbeID" type="xsd:string"/>
   <vprop:propertyAlias propertyName="tns:testProbeID" messageType="tns:requestMessage"/>
-  
+
   <vprop:property name="testPath" type="xsd:string"/>
   <vprop:propertyAlias propertyName="tns:testPath" messageType="tns:requestMessage" part="requestMessageData">
     <vprop:query queryLanguage="urn:oasis:names:tc:wsbpel:2.0:sublang:xpath2.0">
       typeIndicators/typens:indicatorTwo
-    </vprop:query> 
+    </vprop:query>
   </vprop:propertyAlias>
 
 </wsdl:definitions>

Modified: ode/trunk/bpel-test/src/test/resources/bpel/2.0/TestSubTreeAssign/deploy.xml
URL: http://svn.apache.org/viewvc/ode/trunk/bpel-test/src/test/resources/bpel/2.0/TestSubTreeAssign/deploy.xml?rev=948937&r1=948936&r2=948937&view=diff
==============================================================================
--- ode/trunk/bpel-test/src/test/resources/bpel/2.0/TestSubTreeAssign/deploy.xml (original)
+++ ode/trunk/bpel-test/src/test/resources/bpel/2.0/TestSubTreeAssign/deploy.xml Thu May 27 18:09:53 2010
@@ -18,7 +18,7 @@
 -->
 
 <deploy xmlns="http://www.apache.org/ode/schemas/dd/2007/03"
-    xmlns:pns="http://ode/bpel/unit-test/TestSubTreeAssign" 
+    xmlns:pns="http://ode/bpel/unit-test/TestSubTreeAssign"
     xmlns:wns="http://ode/bpel/unit-test/TestSubTreeAssign.wsdl">
 
 

Modified: ode/trunk/bpel-test/src/test/resources/bpel/2.0/TestTimer/TestTimer.bpel
URL: http://svn.apache.org/viewvc/ode/trunk/bpel-test/src/test/resources/bpel/2.0/TestTimer/TestTimer.bpel?rev=948937&r1=948936&r2=948937&view=diff
==============================================================================
--- ode/trunk/bpel-test/src/test/resources/bpel/2.0/TestTimer/TestTimer.bpel (original)
+++ ode/trunk/bpel-test/src/test/resources/bpel/2.0/TestTimer/TestTimer.bpel Thu May 27 18:09:53 2010
@@ -28,20 +28,20 @@
     queryLanguage="urn:oasis:names:tc:wsbpel:2.0:sublang:xpath2.0"
     expressionLanguage="urn:oasis:names:tc:wsbpel:2.0:sublang:xpath2.0"
     suppressJoinFailure="yes">
- 
+
     <import location="TestTimer.wsdl"
         namespace="http://ode/bpel/unit-test/testTimer.wsdl"
         importType="http://schemas.xmlsoap.org/wsdl/" />
     <import location="../ProbeService/probeService.wsdl"
         namespace="http://ode/bpel/unit-test/ProbeService.wsdl"
-        importType="http://schemas.xmlsoap.org/wsdl/"/> 
- 
+        importType="http://schemas.xmlsoap.org/wsdl/"/>
+
     <!-- Unit test Timer Service Test -->
     <partnerLinks>
         <partnerLink name="request" partnerLinkType="wns:testTimerRequest" myRole="testTimerService"/>
         <partnerLink name="probe" partnerLinkType="wns:probeRequest" partnerRole="probeService" initializePartnerRole="yes"/>
     </partnerLinks>
-    
+
     <variables>
         <variable name="request" messageType="wns:requestMessage"/>
         <variable name="probeInput" messageType="prb:probeMessage"/>
@@ -60,15 +60,15 @@
                 <to variable="probeInput" part="probeData"/>
             </copy>
         </assign>
-        
+
         <invoke name="probe1" partnerLink="probe" portType="prb:probeMessagePT" operation="probe" inputVariable="probeInput" outputVariable="probeInput"/>
-        
+
         <wait>
             <for>'PT10S'</for>
         </wait>
-        
+
         <invoke name="probe2" partnerLink="probe" portType="prb:probeMessagePT" operation="probe" inputVariable="probeInput" outputVariable="probeInput"/>
-        
+
         <!-- Copy input variables to internal accumulators -->
         <assign name="assign2">
             <copy>
@@ -76,11 +76,11 @@
                 <to variable="probeInput" part="probeName"/>
             </copy>
         </assign>
-        
+
         <invoke name="probe3" partnerLink="probe" portType="prb:probeMessagePT" operation="probe" inputVariable="probeInput" outputVariable="probeInput"/>
-        
+
         <!-- copy internal accumulators to the reply message -->
-        
+
         <assign name="assign3">
             <copy>
                 <from variable="probeInput" part="probeName"/>
@@ -91,7 +91,7 @@
                 <to variable="reply" part="replyText"/>
             </copy>
         </assign>
-        
+
         <reply name="reply" partnerLink="request" portType="wns:testTimerPT" operation="request" variable="reply"/>
     </sequence>
 </process>

Modified: ode/trunk/bpel-test/src/test/resources/bpel/2.0/TestTimer/TestTimer.wsdl
URL: http://svn.apache.org/viewvc/ode/trunk/bpel-test/src/test/resources/bpel/2.0/TestTimer/TestTimer.wsdl?rev=948937&r1=948936&r2=948937&view=diff
==============================================================================
--- ode/trunk/bpel-test/src/test/resources/bpel/2.0/TestTimer/TestTimer.wsdl (original)
+++ ode/trunk/bpel-test/src/test/resources/bpel/2.0/TestTimer/TestTimer.wsdl Thu May 27 18:09:53 2010
@@ -17,10 +17,10 @@
     ~ under the License.
 -->
 
-<wsdl:definitions targetNamespace="http://ode/bpel/unit-test/testTimer.wsdl" 
+<wsdl:definitions targetNamespace="http://ode/bpel/unit-test/testTimer.wsdl"
        xmlns="http://ode/bpel/unit-test/testTimer.wsdl"
-    xmlns:tns="http://ode/bpel/unit-test/testTimer.wsdl" 
-    xmlns:plnk="http://docs.oasis-open.org/wsbpel/2.0/plnktype" 
+    xmlns:tns="http://ode/bpel/unit-test/testTimer.wsdl"
+    xmlns:plnk="http://docs.oasis-open.org/wsbpel/2.0/plnktype"
         xmlns:xsd="http://www.w3.org/2001/XMLSchema"
     xmlns:prb="http://ode/bpel/unit-test/ProbeService.wsdl"
     xmlns:wsdl="http://schemas.xmlsoap.org/wsdl/">
@@ -43,7 +43,7 @@
         </wsdl:operation>
         <wsdl:operation name="continue">
             <wsdl:input message="requestMessage"/>
-            <wsdl:output message="replyMessage"/>			
+            <wsdl:output message="replyMessage"/>
         </wsdl:operation>
     </wsdl:portType>
 
@@ -57,7 +57,7 @@
         <wsdl:port name="testTimerPort" binding="tns:testTimerBinding">
         </wsdl:port>
     </wsdl:service>
-    
+
     <plnk:partnerLinkType name="testTimerRequest">
         <plnk:role name="testTimerService" portType="testTimerPT"/>
     </plnk:partnerLinkType>

Modified: ode/trunk/bpel-test/src/test/resources/bpel/2.0/TestTimer/deploy.xml
URL: http://svn.apache.org/viewvc/ode/trunk/bpel-test/src/test/resources/bpel/2.0/TestTimer/deploy.xml?rev=948937&r1=948936&r2=948937&view=diff
==============================================================================
--- ode/trunk/bpel-test/src/test/resources/bpel/2.0/TestTimer/deploy.xml (original)
+++ ode/trunk/bpel-test/src/test/resources/bpel/2.0/TestTimer/deploy.xml Thu May 27 18:09:53 2010
@@ -18,7 +18,7 @@
 -->
 
 <deploy xmlns="http://www.apache.org/ode/schemas/dd/2007/03"
-    xmlns:pns="http://ode/bpel/unit-test/testTimer" 
+    xmlns:pns="http://ode/bpel/unit-test/testTimer"
     xmlns:wns="http://ode/bpel/unit-test/testTimer.wsdl">
 
 

Modified: ode/trunk/bpel-test/src/test/resources/bpel/2.0/TestToQuery/QueryTest1.bpel
URL: http://svn.apache.org/viewvc/ode/trunk/bpel-test/src/test/resources/bpel/2.0/TestToQuery/QueryTest1.bpel?rev=948937&r1=948936&r2=948937&view=diff
==============================================================================
--- ode/trunk/bpel-test/src/test/resources/bpel/2.0/TestToQuery/QueryTest1.bpel (original)
+++ ode/trunk/bpel-test/src/test/resources/bpel/2.0/TestToQuery/QueryTest1.bpel Thu May 27 18:09:53 2010
@@ -91,7 +91,7 @@
                 <bpws:to variable="Record">
                     <bpws:query queryLanguage="urn:oasis:names:tc:wsbpel:2.0:sublang:xpath2.0"><![CDATA[tns:SomeValue]]></bpws:query>
                 </bpws:to>
-                
+
                 <!-- <bpws:to expressionLanguage="urn:oasis:names:tc:wsbpel:2.0:sublang:xpath2.0"><![CDATA[$Record/tns:SomeValue]]></bpws:to> -->
 
             </bpws:copy>

Modified: ode/trunk/bpel-test/src/test/resources/bpel/2.0/TestToQuery/QueryTest1.wsdl
URL: http://svn.apache.org/viewvc/ode/trunk/bpel-test/src/test/resources/bpel/2.0/TestToQuery/QueryTest1.wsdl?rev=948937&r1=948936&r2=948937&view=diff
==============================================================================
--- ode/trunk/bpel-test/src/test/resources/bpel/2.0/TestToQuery/QueryTest1.wsdl (original)
+++ ode/trunk/bpel-test/src/test/resources/bpel/2.0/TestToQuery/QueryTest1.wsdl Thu May 27 18:09:53 2010
@@ -24,51 +24,51 @@
         xmlns:soap="http://schemas.xmlsoap.org/wsdl/soap/"
         xmlns="http://schemas.xmlsoap.org/wsdl/"
         >
-        
+
     <types>
-        <schema attributeFormDefault="unqualified" elementFormDefault="qualified" 
-                targetNamespace="mynamespace" 
+        <schema attributeFormDefault="unqualified" elementFormDefault="qualified"
+                targetNamespace="mynamespace"
                 xmlns="http://www.w3.org/2001/XMLSchema">
 
             <element name="QueryTest1Request" type="int" />
             <element name="QueryTest1Response" type="string" />
-        
+
             <complexType name="RecordType">
                 <sequence>
                     <element name="SomeValue" type="string"></element>
                     <element name="AnotherValue" type="string"></element>
                 </sequence>
             </complexType>
-        
+
             <complexType name="RecordSetType">
                 <sequence>
                     <element ref="tns:Record" minOccurs="0" maxOccurs="unbounded"></element>
                 </sequence>
             </complexType>
-            
+
             <element name="Record" type="tns:RecordType"></element>
             <element name="RecordSet" type="tns:RecordSetType"></element>
         </schema>
     </types>
-    
+
     <message name="QueryTest1RequestMessage">
         <part name="payload" element="tns:QueryTest1Request"/>
     </message>
     <message name="QueryTest1ResponseMessage">
         <part name="payload" element="tns:QueryTest1Response"/>
     </message>
-    
+
     <portType name="QueryTest1">
         <operation name="process">
             <input  message="tns:QueryTest1RequestMessage" />
             <output message="tns:QueryTest1ResponseMessage"/>
         </operation>
     </portType>
-    
+
     <plnk:partnerLinkType name="QueryTest1">
         <plnk:role name="QueryTest1Provider" portType="tns:QueryTest1"/>
     </plnk:partnerLinkType>
-    
+
     <binding name="QueryTest1Binding" type="tns:QueryTest1">
         <soap:binding style="document" transport="http://schemas.xmlsoap.org/soap/http" />
         <operation name="process">
@@ -81,7 +81,7 @@
             </output>
         </operation>
     </binding>
-    
+
     <service name="QueryTest1Service">
         <port name="QueryTest1Port" binding="tns:QueryTest1Binding">
             <soap:address location="http://localhost:8888/ode/QueryTest1" />

Modified: ode/trunk/bpel-test/src/test/resources/bpel/2.0/TestVersionedRedeploy/HelloWorld-1/HelloWorld2.bpel
URL: http://svn.apache.org/viewvc/ode/trunk/bpel-test/src/test/resources/bpel/2.0/TestVersionedRedeploy/HelloWorld-1/HelloWorld2.bpel?rev=948937&r1=948936&r2=948937&view=diff
==============================================================================
--- ode/trunk/bpel-test/src/test/resources/bpel/2.0/TestVersionedRedeploy/HelloWorld-1/HelloWorld2.bpel (original)
+++ ode/trunk/bpel-test/src/test/resources/bpel/2.0/TestVersionedRedeploy/HelloWorld-1/HelloWorld2.bpel Thu May 27 18:09:53 2010
@@ -18,7 +18,7 @@
   -->
 
 <process name="HelloWorld2"
-    targetNamespace="http://ode/bpel/unit-test" 
+    targetNamespace="http://ode/bpel/unit-test"
     xmlns:bpws="http://docs.oasis-open.org/wsbpel/2.0/process/executable"
     xmlns="http://docs.oasis-open.org/wsbpel/2.0/process/executable"
     xmlns:tns="http://ode/bpel/unit-test"
@@ -30,18 +30,18 @@
      importType="http://schemas.xmlsoap.org/wsdl/" />
 
    <partnerLinks>
-      <partnerLink name="helloPartnerLink" 
-         partnerLinkType="test:HelloPartnerLinkType" 
+      <partnerLink name="helloPartnerLink"
+         partnerLinkType="test:HelloPartnerLinkType"
          myRole="me" />
    </partnerLinks>
-    
+
    <variables>
      <variable name="myVar" messageType="test:HelloMessage"/>
      <variable name="tmpVar" type="xsd:string"/>
    </variables>
-        
-   <sequence>   
-       <receive 
+
+   <sequence>
+       <receive
           name="start"
           partnerLink="helloPartnerLink"
           portType="test:HelloPortType"
@@ -59,9 +59,9 @@
              <to variable="myVar" part="TestPart"/>
          </copy>
       </assign>
-       <reply name="end"  
+       <reply name="end"
               partnerLink="helloPartnerLink"
-              portType="test:HelloPortType" 
+              portType="test:HelloPortType"
               operation="hello"
               variable="myVar"/>
    </sequence>

Modified: ode/trunk/bpel-test/src/test/resources/bpel/2.0/TestVersionedRedeploy/HelloWorld-1/HelloWorld2.wsdl
URL: http://svn.apache.org/viewvc/ode/trunk/bpel-test/src/test/resources/bpel/2.0/TestVersionedRedeploy/HelloWorld-1/HelloWorld2.wsdl?rev=948937&r1=948936&r2=948937&view=diff
==============================================================================
--- ode/trunk/bpel-test/src/test/resources/bpel/2.0/TestVersionedRedeploy/HelloWorld-1/HelloWorld2.wsdl (original)
+++ ode/trunk/bpel-test/src/test/resources/bpel/2.0/TestVersionedRedeploy/HelloWorld-1/HelloWorld2.wsdl Thu May 27 18:09:53 2010
@@ -23,23 +23,23 @@
     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:soap="http://schemas.xmlsoap.org/wsdl/soap/"
     xmlns:bpws="http://docs.oasis-open.org/wsbpel/2.0/process/executable"
     xmlns:plnk="http://docs.oasis-open.org/wsbpel/2.0/plnktype">
-    
+
     <wsdl:message name="HelloMessage">
         <wsdl:part name="TestPart" type="xsd:string"/>
     </wsdl:message>
-    
+
     <wsdl:portType name="HelloPortType">
         <wsdl:operation name="hello">
             <wsdl:input message="tns:HelloMessage" name="TestIn"/>
             <wsdl:output message="tns:HelloMessage" name="TestOut"/>
-        </wsdl:operation>    
+        </wsdl:operation>
     </wsdl:portType>
-    
+
      <wsdl:binding name="HelloSoapBinding" type="tns:HelloPortType">
         <soap:binding style="rpc" transport="http://schemas.xmlsoap.org/soap/http"/>
         <wsdl:operation name="hello">
@@ -51,7 +51,7 @@
             </wsdl:input>
             <wsdl:output>
                 <soap:body
-                    namespace="http://ode/bpel/unit-test.wsdl" 
+                    namespace="http://ode/bpel/unit-test.wsdl"
                     use="literal"/>
             </wsdl:output>
         </wsdl:operation>
@@ -61,7 +61,7 @@
             <soap:address location="http://localhost:8080/ode/processes/helloWorld"/>
         </wsdl:port>
     </wsdl:service>
-    
+
    <plnk:partnerLinkType name="HelloPartnerLinkType">
        <plnk:role name="me" portType="tns:HelloPortType"/>
        <plnk:role name="you" portType="tns:HelloPortType"/>

Modified: ode/trunk/bpel-test/src/test/resources/bpel/2.0/TestVersionedRedeploy/HelloWorld-1/deploy.xml
URL: http://svn.apache.org/viewvc/ode/trunk/bpel-test/src/test/resources/bpel/2.0/TestVersionedRedeploy/HelloWorld-1/deploy.xml?rev=948937&r1=948936&r2=948937&view=diff
==============================================================================
--- ode/trunk/bpel-test/src/test/resources/bpel/2.0/TestVersionedRedeploy/HelloWorld-1/deploy.xml (original)
+++ ode/trunk/bpel-test/src/test/resources/bpel/2.0/TestVersionedRedeploy/HelloWorld-1/deploy.xml Thu May 27 18:09:53 2010
@@ -17,7 +17,7 @@
   ~ under the License.
   -->
 <deploy xmlns="http://www.apache.org/ode/schemas/dd/2007/03"
-    xmlns:pns="http://ode/bpel/unit-test" 
+    xmlns:pns="http://ode/bpel/unit-test"
     xmlns:wns="http://ode/bpel/unit-test.wsdl">
 
 

Modified: ode/trunk/bpel-test/src/test/resources/bpel/2.0/TestVersionedRedeploy/HelloWorld-2/HelloWorld2.bpel
URL: http://svn.apache.org/viewvc/ode/trunk/bpel-test/src/test/resources/bpel/2.0/TestVersionedRedeploy/HelloWorld-2/HelloWorld2.bpel?rev=948937&r1=948936&r2=948937&view=diff
==============================================================================
--- ode/trunk/bpel-test/src/test/resources/bpel/2.0/TestVersionedRedeploy/HelloWorld-2/HelloWorld2.bpel (original)
+++ ode/trunk/bpel-test/src/test/resources/bpel/2.0/TestVersionedRedeploy/HelloWorld-2/HelloWorld2.bpel Thu May 27 18:09:53 2010
@@ -17,7 +17,7 @@
   ~ under the License.
   -->
 <process name="HelloWorld2"
-    targetNamespace="http://ode/bpel/unit-test" 
+    targetNamespace="http://ode/bpel/unit-test"
     xmlns:bpws="http://docs.oasis-open.org/wsbpel/2.0/process/executable"
     xmlns="http://docs.oasis-open.org/wsbpel/2.0/process/executable"
     xmlns:tns="http://ode/bpel/unit-test"
@@ -29,18 +29,18 @@
      importType="http://schemas.xmlsoap.org/wsdl/" />
 
    <partnerLinks>
-      <partnerLink name="helloPartnerLink" 
-         partnerLinkType="test:HelloPartnerLinkType" 
+      <partnerLink name="helloPartnerLink"
+         partnerLinkType="test:HelloPartnerLinkType"
          myRole="me" />
    </partnerLinks>
-    
+
    <variables>
      <variable name="myVar" messageType="test:HelloMessage"/>
      <variable name="tmpVar" type="xsd:string"/>
    </variables>
-        
-   <sequence>   
-       <receive 
+
+   <sequence>
+       <receive
           name="start"
           partnerLink="helloPartnerLink"
           portType="test:HelloPortType"
@@ -58,9 +58,9 @@
              <to variable="myVar" part="TestPart"/>
          </copy>
       </assign>
-       <reply name="end"  
+       <reply name="end"
               partnerLink="helloPartnerLink"
-              portType="test:HelloPortType" 
+              portType="test:HelloPortType"
               operation="hello"
               variable="myVar"/>
    </sequence>

Modified: ode/trunk/bpel-test/src/test/resources/bpel/2.0/TestVersionedRedeploy/HelloWorld-2/HelloWorld2.wsdl
URL: http://svn.apache.org/viewvc/ode/trunk/bpel-test/src/test/resources/bpel/2.0/TestVersionedRedeploy/HelloWorld-2/HelloWorld2.wsdl?rev=948937&r1=948936&r2=948937&view=diff
==============================================================================
--- ode/trunk/bpel-test/src/test/resources/bpel/2.0/TestVersionedRedeploy/HelloWorld-2/HelloWorld2.wsdl (original)
+++ ode/trunk/bpel-test/src/test/resources/bpel/2.0/TestVersionedRedeploy/HelloWorld-2/HelloWorld2.wsdl Thu May 27 18:09:53 2010
@@ -23,23 +23,23 @@
     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:soap="http://schemas.xmlsoap.org/wsdl/soap/"
     xmlns:bpws="http://docs.oasis-open.org/wsbpel/2.0/process/executable"
     xmlns:plnk="http://docs.oasis-open.org/wsbpel/2.0/plnktype">
-    
+
     <wsdl:message name="HelloMessage">
         <wsdl:part name="TestPart" type="xsd:string"/>
     </wsdl:message>
-    
+
     <wsdl:portType name="HelloPortType">
         <wsdl:operation name="hello">
             <wsdl:input message="tns:HelloMessage" name="TestIn"/>
             <wsdl:output message="tns:HelloMessage" name="TestOut"/>
-        </wsdl:operation>    
+        </wsdl:operation>
     </wsdl:portType>
-    
+
      <wsdl:binding name="HelloSoapBinding" type="tns:HelloPortType">
         <soap:binding style="rpc" transport="http://schemas.xmlsoap.org/soap/http"/>
         <wsdl:operation name="hello">
@@ -51,7 +51,7 @@
             </wsdl:input>
             <wsdl:output>
                 <soap:body
-                    namespace="http://ode/bpel/unit-test.wsdl" 
+                    namespace="http://ode/bpel/unit-test.wsdl"
                     use="literal"/>
             </wsdl:output>
         </wsdl:operation>
@@ -61,7 +61,7 @@
             <soap:address location="http://localhost:8080/ode/processes/helloWorld"/>
         </wsdl:port>
     </wsdl:service>
-    
+
    <plnk:partnerLinkType name="HelloPartnerLinkType">
        <plnk:role name="me" portType="tns:HelloPortType"/>
        <plnk:role name="you" portType="tns:HelloPortType"/>

Modified: ode/trunk/bpel-test/src/test/resources/bpel/2.0/TestVersionedRedeploy/HelloWorld-2/deploy.xml
URL: http://svn.apache.org/viewvc/ode/trunk/bpel-test/src/test/resources/bpel/2.0/TestVersionedRedeploy/HelloWorld-2/deploy.xml?rev=948937&r1=948936&r2=948937&view=diff
==============================================================================
--- ode/trunk/bpel-test/src/test/resources/bpel/2.0/TestVersionedRedeploy/HelloWorld-2/deploy.xml (original)
+++ ode/trunk/bpel-test/src/test/resources/bpel/2.0/TestVersionedRedeploy/HelloWorld-2/deploy.xml Thu May 27 18:09:53 2010
@@ -17,7 +17,7 @@
   ~ under the License.
   -->
 <deploy xmlns="http://www.apache.org/ode/schemas/dd/2007/03"
-    xmlns:pns="http://ode/bpel/unit-test" 
+    xmlns:pns="http://ode/bpel/unit-test"
     xmlns:wns="http://ode/bpel/unit-test.wsdl">
 
 

Modified: ode/trunk/bpel-test/src/test/resources/bpel/2.0/TestVersionedRedeploy/HelloWorld-3/HelloWorld2.bpel
URL: http://svn.apache.org/viewvc/ode/trunk/bpel-test/src/test/resources/bpel/2.0/TestVersionedRedeploy/HelloWorld-3/HelloWorld2.bpel?rev=948937&r1=948936&r2=948937&view=diff
==============================================================================
--- ode/trunk/bpel-test/src/test/resources/bpel/2.0/TestVersionedRedeploy/HelloWorld-3/HelloWorld2.bpel (original)
+++ ode/trunk/bpel-test/src/test/resources/bpel/2.0/TestVersionedRedeploy/HelloWorld-3/HelloWorld2.bpel Thu May 27 18:09:53 2010
@@ -17,7 +17,7 @@
   ~ under the License.
   -->
 <process name="HelloWorld2"
-    targetNamespace="http://ode/bpel/unit-test" 
+    targetNamespace="http://ode/bpel/unit-test"
     xmlns:bpws="http://docs.oasis-open.org/wsbpel/2.0/process/executable"
     xmlns="http://docs.oasis-open.org/wsbpel/2.0/process/executable"
     xmlns:tns="http://ode/bpel/unit-test"
@@ -29,18 +29,18 @@
      importType="http://schemas.xmlsoap.org/wsdl/" />
 
    <partnerLinks>
-      <partnerLink name="helloPartnerLink" 
-         partnerLinkType="test:HelloPartnerLinkType" 
+      <partnerLink name="helloPartnerLink"
+         partnerLinkType="test:HelloPartnerLinkType"
          myRole="me" />
    </partnerLinks>
-    
+
    <variables>
      <variable name="myVar" messageType="test:HelloMessage"/>
      <variable name="tmpVar" type="xsd:string"/>
    </variables>
-        
-   <sequence>   
-       <receive 
+
+   <sequence>
+       <receive
           name="start"
           partnerLink="helloPartnerLink"
           portType="test:HelloPortType"
@@ -58,9 +58,9 @@
              <to variable="myVar" part="TestPart"/>
          </copy>
       </assign>
-       <reply name="end"  
+       <reply name="end"
               partnerLink="helloPartnerLink"
-              portType="test:HelloPortType" 
+              portType="test:HelloPortType"
               operation="hello"
               variable="myVar"/>
    </sequence>

Modified: ode/trunk/bpel-test/src/test/resources/bpel/2.0/TestVersionedRedeploy/HelloWorld-3/HelloWorld2.wsdl
URL: http://svn.apache.org/viewvc/ode/trunk/bpel-test/src/test/resources/bpel/2.0/TestVersionedRedeploy/HelloWorld-3/HelloWorld2.wsdl?rev=948937&r1=948936&r2=948937&view=diff
==============================================================================
--- ode/trunk/bpel-test/src/test/resources/bpel/2.0/TestVersionedRedeploy/HelloWorld-3/HelloWorld2.wsdl (original)
+++ ode/trunk/bpel-test/src/test/resources/bpel/2.0/TestVersionedRedeploy/HelloWorld-3/HelloWorld2.wsdl Thu May 27 18:09:53 2010
@@ -42,23 +42,23 @@
     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:soap="http://schemas.xmlsoap.org/wsdl/soap/"
     xmlns:bpws="http://docs.oasis-open.org/wsbpel/2.0/process/executable"
     xmlns:plnk="http://docs.oasis-open.org/wsbpel/2.0/plnktype">
-    
+
     <wsdl:message name="HelloMessage">
         <wsdl:part name="TestPart" type="xsd:string"/>
     </wsdl:message>
-    
+
     <wsdl:portType name="HelloPortType">
         <wsdl:operation name="hello">
             <wsdl:input message="tns:HelloMessage" name="TestIn"/>
             <wsdl:output message="tns:HelloMessage" name="TestOut"/>
-        </wsdl:operation>    
+        </wsdl:operation>
     </wsdl:portType>
-    
+
      <wsdl:binding name="HelloSoapBinding" type="tns:HelloPortType">
         <soap:binding style="rpc" transport="http://schemas.xmlsoap.org/soap/http"/>
         <wsdl:operation name="hello">
@@ -70,7 +70,7 @@
             </wsdl:input>
             <wsdl:output>
                 <soap:body
-                    namespace="http://ode/bpel/unit-test.wsdl" 
+                    namespace="http://ode/bpel/unit-test.wsdl"
                     use="literal"/>
             </wsdl:output>
         </wsdl:operation>
@@ -80,7 +80,7 @@
             <soap:address location="http://localhost:8080/ode/processes/helloWorld"/>
         </wsdl:port>
     </wsdl:service>
-    
+
    <plnk:partnerLinkType name="HelloPartnerLinkType">
        <plnk:role name="me" portType="tns:HelloPortType"/>
        <plnk:role name="you" portType="tns:HelloPortType"/>

Modified: ode/trunk/bpel-test/src/test/resources/bpel/2.0/TestVersionedRedeploy/HelloWorld-3/deploy.xml
URL: http://svn.apache.org/viewvc/ode/trunk/bpel-test/src/test/resources/bpel/2.0/TestVersionedRedeploy/HelloWorld-3/deploy.xml?rev=948937&r1=948936&r2=948937&view=diff
==============================================================================
--- ode/trunk/bpel-test/src/test/resources/bpel/2.0/TestVersionedRedeploy/HelloWorld-3/deploy.xml (original)
+++ ode/trunk/bpel-test/src/test/resources/bpel/2.0/TestVersionedRedeploy/HelloWorld-3/deploy.xml Thu May 27 18:09:53 2010
@@ -17,7 +17,7 @@
   ~ under the License.
   -->
 <deploy xmlns="http://www.apache.org/ode/schemas/dd/2007/03"
-    xmlns:pns="http://ode/bpel/unit-test" 
+    xmlns:pns="http://ode/bpel/unit-test"
     xmlns:wns="http://ode/bpel/unit-test.wsdl">
 
 

Modified: ode/trunk/bpel-test/src/test/resources/bpel/2.0/TestWait1/Wait1-2.0.bpel
URL: http://svn.apache.org/viewvc/ode/trunk/bpel-test/src/test/resources/bpel/2.0/TestWait1/Wait1-2.0.bpel?rev=948937&r1=948936&r2=948937&view=diff
==============================================================================
--- ode/trunk/bpel-test/src/test/resources/bpel/2.0/TestWait1/Wait1-2.0.bpel (original)
+++ ode/trunk/bpel-test/src/test/resources/bpel/2.0/TestWait1/Wait1-2.0.bpel Thu May 27 18:09:53 2010
@@ -18,12 +18,12 @@
   -->
 
 <process name="Wait1"
-    targetNamespace="http://ode/bpel/unit-test" 
+    targetNamespace="http://ode/bpel/unit-test"
     xmlns:bpws="http://docs.oasis-open.org/wsbpel/2.0/process/executable"
     xmlns="http://docs.oasis-open.org/wsbpel/2.0/process/executable"
     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,7 +52,7 @@
         <wait>
           <for>'PT5S'</for>
         </wait>
-        
+
         <scope>
             <faultHandlers>
                 <catchAll>
@@ -64,10 +64,10 @@
             </wait>
         </scope>
 
-       <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-test/src/test/resources/bpel/2.0/TestWait1/deploy.xml
URL: http://svn.apache.org/viewvc/ode/trunk/bpel-test/src/test/resources/bpel/2.0/TestWait1/deploy.xml?rev=948937&r1=948936&r2=948937&view=diff
==============================================================================
--- ode/trunk/bpel-test/src/test/resources/bpel/2.0/TestWait1/deploy.xml (original)
+++ ode/trunk/bpel-test/src/test/resources/bpel/2.0/TestWait1/deploy.xml Thu May 27 18:09:53 2010
@@ -18,7 +18,7 @@
 -->
 
 <deploy xmlns="http://www.apache.org/ode/schemas/dd/2007/03"
-    xmlns:pns="http://ode/bpel/unit-test" 
+    xmlns:pns="http://ode/bpel/unit-test"
     xmlns:wns="http://ode/bpel/unit-test.wsdl">
 
 

Modified: ode/trunk/bpel-test/src/test/resources/bpel/2.0/TestWait1/test.wsdl
URL: http://svn.apache.org/viewvc/ode/trunk/bpel-test/src/test/resources/bpel/2.0/TestWait1/test.wsdl?rev=948937&r1=948936&r2=948937&view=diff
==============================================================================
--- ode/trunk/bpel-test/src/test/resources/bpel/2.0/TestWait1/test.wsdl (original)
+++ ode/trunk/bpel-test/src/test/resources/bpel/2.0/TestWait1/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://docs.oasis-open.org/wsbpel/2.0/process/executable"
     xmlns:plnk="http://docs.oasis-open.org/wsbpel/2.0/plnktype">
-   
+
     <wsdl:message name="TestMessage">
         <wsdl:part name="TestPart" type="xsd:int"/>
         <wsdl:part name="Time" type="xsd:string"/>
@@ -36,21 +36,21 @@
         <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:binding name="TestBinding" type="tns:TestPortType">
         <wsdl:operation name="testOperation">
         </wsdl:operation>
     </wsdl:binding>
-    
+
     <wsdl:service name="TestService">
         <wsdl:port name="TestPort" binding="tns:TestBinding">
         </wsdl:port>
     </wsdl:service>
-   
+
 </wsdl:definitions>
 

Modified: ode/trunk/bpel-test/src/test/resources/bpel/2.0/TestWaitUntil/WaitUntil.bpel
URL: http://svn.apache.org/viewvc/ode/trunk/bpel-test/src/test/resources/bpel/2.0/TestWaitUntil/WaitUntil.bpel?rev=948937&r1=948936&r2=948937&view=diff
==============================================================================
--- ode/trunk/bpel-test/src/test/resources/bpel/2.0/TestWaitUntil/WaitUntil.bpel (original)
+++ ode/trunk/bpel-test/src/test/resources/bpel/2.0/TestWaitUntil/WaitUntil.bpel Thu May 27 18:09:53 2010
@@ -18,12 +18,12 @@
   -->
 
 <process name="WaitUntil"
-    targetNamespace="http://ode/bpel/unit-test" 
+    targetNamespace="http://ode/bpel/unit-test"
     xmlns:bpws="http://docs.oasis-open.org/wsbpel/2.0/process/executable"
     xmlns="http://docs.oasis-open.org/wsbpel/2.0/process/executable"
     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-test/src/test/resources/bpel/2.0/TestWaitUntil/deploy.xml
URL: http://svn.apache.org/viewvc/ode/trunk/bpel-test/src/test/resources/bpel/2.0/TestWaitUntil/deploy.xml?rev=948937&r1=948936&r2=948937&view=diff
==============================================================================
--- ode/trunk/bpel-test/src/test/resources/bpel/2.0/TestWaitUntil/deploy.xml (original)
+++ ode/trunk/bpel-test/src/test/resources/bpel/2.0/TestWaitUntil/deploy.xml Thu May 27 18:09:53 2010
@@ -18,7 +18,7 @@
 -->
 
 <deploy xmlns="http://www.apache.org/ode/schemas/dd/2007/03"
-    xmlns:pns="http://ode/bpel/unit-test" 
+    xmlns:pns="http://ode/bpel/unit-test"
     xmlns:wns="http://ode/bpel/unit-test.wsdl">
 
 

Modified: ode/trunk/bpel-test/src/test/resources/bpel/2.0/TestWaitUntil/test.wsdl
URL: http://svn.apache.org/viewvc/ode/trunk/bpel-test/src/test/resources/bpel/2.0/TestWaitUntil/test.wsdl?rev=948937&r1=948936&r2=948937&view=diff
==============================================================================
--- ode/trunk/bpel-test/src/test/resources/bpel/2.0/TestWaitUntil/test.wsdl (original)
+++ ode/trunk/bpel-test/src/test/resources/bpel/2.0/TestWaitUntil/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://docs.oasis-open.org/wsbpel/2.0/process/executable"
     xmlns:plnk="http://docs.oasis-open.org/wsbpel/2.0/plnktype">
-   
+
     <wsdl:message name="TestMessage">
         <wsdl:part name="TestPart" type="xsd:int"/>
         <wsdl:part name="Time" type="xsd:string"/>
@@ -36,21 +36,21 @@
         <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:binding name="TestBinding" type="tns:TestPortType">
         <wsdl:operation name="testOperation">
         </wsdl:operation>
     </wsdl:binding>
-    
+
     <wsdl:service name="TestService">
         <wsdl:port name="TestPort" binding="tns:TestBinding">
         </wsdl:port>
     </wsdl:service>
-   
+
 </wsdl:definitions>
 

Modified: ode/trunk/bpel-test/src/test/resources/bpel/2.0/TestXPathNamespace1/TestXPathNamespace1.bpel
URL: http://svn.apache.org/viewvc/ode/trunk/bpel-test/src/test/resources/bpel/2.0/TestXPathNamespace1/TestXPathNamespace1.bpel?rev=948937&r1=948936&r2=948937&view=diff
==============================================================================
--- ode/trunk/bpel-test/src/test/resources/bpel/2.0/TestXPathNamespace1/TestXPathNamespace1.bpel (original)
+++ ode/trunk/bpel-test/src/test/resources/bpel/2.0/TestXPathNamespace1/TestXPathNamespace1.bpel Thu May 27 18:09:53 2010
@@ -28,15 +28,15 @@
     queryLanguage="urn:oasis:names:tc:wsbpel:2.0:sublang:xpath2.0"
     expressionLanguage="urn:oasis:names:tc:wsbpel:2.0:sublang:xpath2.0"
     suppressJoinFailure="yes">
-    
+
     <import location="TestXPathNamespace1.wsdl"
         namespace="http://ode/bpel/unit-test/TestXPathNamespace1.wsdl"
         importType="http://schemas.xmlsoap.org/wsdl/" />
     <import location="../ProbeService/probeService.wsdl"
         namespace="http://ode/bpel/unit-test/ProbeService.wsdl"
         importType="http://schemas.xmlsoap.org/wsdl/"/>
-    
-    
+
+
     <!-- test namespace syntax within XPATH expression -->
     <partnerLinks>
         <partnerLink name="request" partnerLinkType="wns:TestXPathNamespace1Request" myRole="TestXPathNamespace1Service"/>

Modified: ode/trunk/bpel-test/src/test/resources/bpel/2.0/TestXPathNamespace1/TestXPathNamespace1.wsdl
URL: http://svn.apache.org/viewvc/ode/trunk/bpel-test/src/test/resources/bpel/2.0/TestXPathNamespace1/TestXPathNamespace1.wsdl?rev=948937&r1=948936&r2=948937&view=diff
==============================================================================
--- ode/trunk/bpel-test/src/test/resources/bpel/2.0/TestXPathNamespace1/TestXPathNamespace1.wsdl (original)
+++ ode/trunk/bpel-test/src/test/resources/bpel/2.0/TestXPathNamespace1/TestXPathNamespace1.wsdl Thu May 27 18:09:53 2010
@@ -17,20 +17,20 @@
   ~ under the License.
 -->
 
-<wsdl:definitions 
+<wsdl:definitions
   targetNamespace="http://ode/bpel/unit-test/TestXPathNamespace1.wsdl"
   xmlns:tns="http://ode/bpel/unit-test/TestXPathNamespace1.wsdl"
   xmlns:types1="http://ode/bpel/unit-test/TestXPathNamespace1.wsdl.types1"
   xmlns="http://ode/bpel/unit-test/TestXPathNamespace1.wsdl"
   xmlns:prb="http://ode/bpel/unit-test/ProbeService.wsdl"
   xmlns:wsdl="http://schemas.xmlsoap.org/wsdl/"
-  xmlns:plnk="http://docs.oasis-open.org/wsbpel/2.0/plnktype"      
+  xmlns:plnk="http://docs.oasis-open.org/wsbpel/2.0/plnktype"
   xmlns:xsd="http://www.w3.org/2001/XMLSchema"
   xmlns:bpws="http://docs.oasis-open.org/wsbpel/2.0/process/executable">
-    
+
   <!-- type defs -->
   <wsdl:types>
- 
+
      <xsd:schema
        targetNamespace="http://ode/bpel/unit-test/TestXPathNamespace1.wsdl.types1"
        xmlns="http://ode/bpel/unit-test/TestXPathNamespace1.wsdl.types1"
@@ -56,12 +56,12 @@
   <wsdl:message name="requestMessage1">
      <wsdl:part name="requestMessageData" type="types1:testMessage"/>
   </wsdl:message>
-   
+
   <wsdl:message name="replyMessage1">
     <wsdl:part name="replyID" type="xsd:string"/>
     <wsdl:part name="replyText" type="xsd:string"/>
   </wsdl:message>
-   
+
 
    <!-- portType supported by the test2 process -->
 
@@ -71,7 +71,7 @@
       <wsdl:output message="replyMessage1"/>
     </wsdl:operation>
   </wsdl:portType>
-  
+
   <wsdl:binding name="TestXPathNamespace1Binding" type="tns:TestXPathNamespace1PT">
     <wsdl:operation name="request">
     </wsdl:operation>

Modified: ode/trunk/bpel-test/src/test/resources/bpel/2.0/TestXPathNamespace1/deploy.xml
URL: http://svn.apache.org/viewvc/ode/trunk/bpel-test/src/test/resources/bpel/2.0/TestXPathNamespace1/deploy.xml?rev=948937&r1=948936&r2=948937&view=diff
==============================================================================
--- ode/trunk/bpel-test/src/test/resources/bpel/2.0/TestXPathNamespace1/deploy.xml (original)
+++ ode/trunk/bpel-test/src/test/resources/bpel/2.0/TestXPathNamespace1/deploy.xml Thu May 27 18:09:53 2010
@@ -18,7 +18,7 @@
 -->
 
 <deploy xmlns="http://www.apache.org/ode/schemas/dd/2007/03"
-    xmlns:pns="http://ode/bpel/unit-test/TestXPathNamespace1" 
+    xmlns:pns="http://ode/bpel/unit-test/TestXPathNamespace1"
     xmlns:wns="http://ode/bpel/unit-test/TestXPathNamespace1.wsdl">
 
 

Modified: ode/trunk/bpel-test/src/test/resources/bpel/2.0/TestXPathNamespace2/TestXPathNamespace2.bpel
URL: http://svn.apache.org/viewvc/ode/trunk/bpel-test/src/test/resources/bpel/2.0/TestXPathNamespace2/TestXPathNamespace2.bpel?rev=948937&r1=948936&r2=948937&view=diff
==============================================================================
--- ode/trunk/bpel-test/src/test/resources/bpel/2.0/TestXPathNamespace2/TestXPathNamespace2.bpel (original)
+++ ode/trunk/bpel-test/src/test/resources/bpel/2.0/TestXPathNamespace2/TestXPathNamespace2.bpel Thu May 27 18:09:53 2010
@@ -29,12 +29,12 @@
   queryLanguage="urn:oasis:names:tc:wsbpel:2.0:sublang:xpath2.0"
   expressionLanguage="urn:oasis:names:tc:wsbpel:2.0:sublang:xpath2.0"
   targetNamespace="http://ode/bpel/unit-test/TestXPathNamespace2">
- 
- 
+
+
   <bpel:import location="TestXPathNamespace2.wsdl"
     namespace="http://ode/bpel/unit-test/TestXPathNamespace2.wsdl"
     importType="http://schemas.xmlsoap.org/wsdl/" />
- 
+
   <bpel:partnerLinks>
     <bpel:partnerLink name="request" partnerLinkType="wns:TestXPathNamespace2Request" myRole="TestXPathNamespace2Service"/>
   </bpel:partnerLinks>
@@ -55,7 +55,7 @@
         </bpel:assign>
         <bpel:assign name="BP112533401973410">
           <bpel:copy>
-            <bpel:from> 
+            <bpel:from>
               <bpel:literal>Foo Name</bpel:literal>
             </bpel:from>
             <bpel:to>$newVariable1/ns0:Person/ns1:Name</bpel:to>

Modified: ode/trunk/bpel-test/src/test/resources/bpel/2.0/TestXPathNamespace2/TestXPathNamespace2.wsdl
URL: http://svn.apache.org/viewvc/ode/trunk/bpel-test/src/test/resources/bpel/2.0/TestXPathNamespace2/TestXPathNamespace2.wsdl?rev=948937&r1=948936&r2=948937&view=diff
==============================================================================
--- ode/trunk/bpel-test/src/test/resources/bpel/2.0/TestXPathNamespace2/TestXPathNamespace2.wsdl (original)
+++ ode/trunk/bpel-test/src/test/resources/bpel/2.0/TestXPathNamespace2/TestXPathNamespace2.wsdl Thu May 27 18:09:53 2010
@@ -23,12 +23,12 @@
     xmlns:tns2="http://www.product.org"
     xmlns:tns3="http://www.company.org"
     xmlns:wsdl="http://schemas.xmlsoap.org/wsdl/"
-    xmlns:plnk="http://docs.oasis-open.org/wsbpel/2.0/plnktype"      
+    xmlns:plnk="http://docs.oasis-open.org/wsbpel/2.0/plnktype"
     xmlns:xsd="http://www.w3.org/2001/XMLSchema"
     xmlns:bpws="http://docs.oasis-open.org/wsbpel/2.0/process/executable">
-    
+
     <wsdl:types>
-        <xsd:schema elementFormDefault="unqualified" targetNamespace="http://www.person.org" xmlns="http://www.person.org" 
+        <xsd:schema elementFormDefault="unqualified" targetNamespace="http://www.person.org" xmlns="http://www.person.org"
             xmlns:xsd="http://www.w3.org/2001/XMLSchema">
             <xsd:complexType name="PersonType">
                 <xsd:sequence>
@@ -37,7 +37,7 @@
                 </xsd:sequence>
             </xsd:complexType>
         </xsd:schema>
-        <xsd:schema elementFormDefault="unqualified" targetNamespace="http://www.product.org" xmlns="http://www.product.org" 
+        <xsd:schema elementFormDefault="unqualified" targetNamespace="http://www.product.org" xmlns="http://www.product.org"
             xmlns:xsd="http://www.w3.org/2001/XMLSchema">
             <xsd:complexType name="ProductType">
                 <xsd:sequence>
@@ -59,7 +59,7 @@
             </xsd:element>
         </xsd:schema>
     </wsdl:types>
-    
+
     <wsdl:message name="operation1Request">
         <wsdl:part name="newParameter1" element="tns3:Company"/>
     </wsdl:message>
@@ -72,20 +72,20 @@
             <wsdl:output name="operation1Response" message="tns:operation1Response"/>
         </wsdl:operation>
     </wsdl:portType>
-    
+
     <wsdl:binding name="TestXPathNamespace2Binding" type="tns:TestXPathNamespace2PT">
         <wsdl:operation name="operation1">
-            <wsdl:input name="operation1Request"/> 
-            <wsdl:output name="operation1Response"/> 
+            <wsdl:input name="operation1Request"/>
+            <wsdl:output name="operation1Response"/>
         </wsdl:operation>
     </wsdl:binding>
     <wsdl:service name="TestXPathNamespace2Service">
         <wsdl:port name="TestXPathNamespace2Port" binding="tns:TestXPathNamespace2Binding">
         </wsdl:port>
     </wsdl:service>
-    
+
     <plnk:partnerLinkType name="TestXPathNamespace2Request">
         <plnk:role name="TestXPathNamespace2Service" portType="tns:TestXPathNamespace2PT"/>
     </plnk:partnerLinkType>
-    
+
 </wsdl:definitions>

Modified: ode/trunk/bpel-test/src/test/resources/bpel/2.0/TestXPathNamespace2/deploy.xml
URL: http://svn.apache.org/viewvc/ode/trunk/bpel-test/src/test/resources/bpel/2.0/TestXPathNamespace2/deploy.xml?rev=948937&r1=948936&r2=948937&view=diff
==============================================================================
--- ode/trunk/bpel-test/src/test/resources/bpel/2.0/TestXPathNamespace2/deploy.xml (original)
+++ ode/trunk/bpel-test/src/test/resources/bpel/2.0/TestXPathNamespace2/deploy.xml Thu May 27 18:09:53 2010
@@ -18,7 +18,7 @@
 -->
 
 <deploy xmlns="http://www.apache.org/ode/schemas/dd/2007/03"
-    xmlns:pns="http://ode/bpel/unit-test/TestXPathNamespace2" 
+    xmlns:pns="http://ode/bpel/unit-test/TestXPathNamespace2"
     xmlns:wns="http://ode/bpel/unit-test/TestXPathNamespace2.wsdl">
 
 

Modified: ode/trunk/bpel-test/src/test/resources/bpel/2.0/TestXQueryExpression/HelloXQueryWorld.bpel
URL: http://svn.apache.org/viewvc/ode/trunk/bpel-test/src/test/resources/bpel/2.0/TestXQueryExpression/HelloXQueryWorld.bpel?rev=948937&r1=948936&r2=948937&view=diff
==============================================================================
--- ode/trunk/bpel-test/src/test/resources/bpel/2.0/TestXQueryExpression/HelloXQueryWorld.bpel (original)
+++ ode/trunk/bpel-test/src/test/resources/bpel/2.0/TestXQueryExpression/HelloXQueryWorld.bpel Thu May 27 18:09:53 2010
@@ -16,7 +16,7 @@
   ~ specific language governing permissions and limitations
   ~ under the License.
   -->
-<process name="HelloXQueryWorld" 
+<process name="HelloXQueryWorld"
     targetNamespace="http://ode/bpel/unit-test"
     xmlns:bpws="http://docs.oasis-open.org/wsbpel/2.0/process/executable"
     xmlns="http://docs.oasis-open.org/wsbpel/2.0/process/executable"
@@ -32,13 +32,13 @@
     <import location="HelloXQueryWorld.wsdl"
         namespace="http://ode/bpel/unit-test.wsdl"
         importType="http://schemas.xmlsoap.org/wsdl/"/>
-    
+
     <partnerLinks>
-        <partnerLink name="HelloXQueryPartnerLink" 
-            partnerLinkType="test:HelloXQueryPartnerLinkType" 
+        <partnerLink name="HelloXQueryPartnerLink"
+            partnerLinkType="test:HelloXQueryPartnerLinkType"
             myRole="me" />
     </partnerLinks>
-        
+
     <variables>
         <variable name="myVar" messageType="test:HelloXQueryMessage"/>
         <variable name="tab" element="xsd:any"/>
@@ -52,21 +52,21 @@
         <variable name="date1" type="xsd:date"/>
         <variable name="dateTime1" type="xsd:dateTime"/>
     </variables>
-            
-    <sequence>   
+
+    <sequence>
         <ext:failureHandling xmlns:ext="http://ode.apache.org/activityRecovery">
           <ext:faultOnFailure>true</ext:faultOnFailure>
           <ext:retryFor>5</ext:retryFor>
           <ext:retryDelay>60</ext:retryDelay>
         </ext:failureHandling>
-        <receive 
+        <receive
             name="start"
             partnerLink="HelloXQueryPartnerLink"
             portType="test:HelloXQueryPortType"
             operation="HelloXQuery"
             variable="myVar"
             createInstance="yes"/>
-        
+
         <bpws:assign>
           <copy>
             <from><literal><tns:tab><tns:a>1</tns:a><tns:a>2</tns:a></tns:tab></literal></from>
@@ -82,7 +82,7 @@
             <condition>$tabel != '2'</condition>
             <throw faultName="error"/>
         </if>
-            
+
         <bpws:assign>
           <copy>
             <from>''</from>
@@ -93,7 +93,7 @@
             <condition>not(empty($date1))</condition>
             <throw faultName="error"/>
         </if>
-        
+
         <bpws:assign>
           <copy>
             <from>'2009-01-01'</from>
@@ -118,7 +118,7 @@
             <condition>not($myVar2.TestPart/*/text() eq '2009-01-01')</condition>
             <throw faultName="error"/>
         </if>
-        
+
         <assign name="assign1">
             <copy>
                 <from variable="myVar" part="TestPart"/>
@@ -137,14 +137,14 @@
                          <Service EndpointName="MyEndpoint">pp:SomeProxy</Service>
                       </wsa:Metadata>
                    </wsa:EndpointReference>
-                </sref:service-ref> 
+                </sref:service-ref>
                 ]]>
                 </from>
                 <to variable="tempVar"/>
             </copy>
             <copy>
                 <from expressionLanguage="urn:oasis:names:tc:wsbpel:2.0:sublang:xquery1.0">
-                    typeswitch ($myVar.TestPart) 
+                    typeswitch ($myVar.TestPart)
                       case $a as xs:string return "test"
                       default return "default"
                 </from>
@@ -152,17 +152,17 @@
             </copy>
             <copy>
                 <from  expressionLanguage="urn:oasis:names:tc:wsbpel:2.0:sublang:xquery1.0"><![CDATA[
-                    typeswitch ($myVar.TestPart) 
+                    typeswitch ($myVar.TestPart)
                       case $a as text() return <test:content/>
                       default return <test:content/>
                       ]]>
                 </from>
                 <to variable="otherVar"/>
             </copy>
-            <!-- this copy will fail since saxon is not schema-aware 
+            <!-- this copy will fail since saxon is not schema-aware
             <copy>
                 <from expressionLanguage="urn:oasis:names:tc:wsbpel:2.0:sublang:xquery1.0">
-                    typeswitch ($myVar.TestPart) 
+                    typeswitch ($myVar.TestPart)
                       case $a as element(*, test:content) return "test"
                       default return "default"
                 </from>
@@ -171,8 +171,8 @@
             -->
             <copy>
                 <from  expressionLanguage="urn:oasis:names:tc:wsbpel:2.0:sublang:xquery1.0">
-                    for $loopOnce in (1) 
-                    return 
+                    for $loopOnce in (1)
+                    return
                         concat(bpws:getVariableProperty("myVar", "test:content"), "XQuery World")
                 </from>
                 <to variable="myVar" part="TestPart"/>
@@ -230,7 +230,7 @@
                     <throw faultName="selectionFailure"/>
                 </if>
                 -->
-     
+
                 <assign>
                     <copy>
                         <from expressionLanguage="urn:oasis:names:tc:wsbpel:2.0:sublang:xquery1.0">
@@ -243,13 +243,13 @@
                     <condition>not($otherVar = concat($stringVar, "Value"))</condition>
                     <throw faultName="selectionFailure"/>
                 </if>
-    
+
                 <!-- validate that you can invoke XSLT stylesheets from withing XQuery -->
                 <if>
                     <condition expressionLanguage="urn:oasis:names:tc:wsbpel:2.0:sublang:xquery1.0">not(string-length(string(bpws:doXslTransform('HelloXQueryWorld.xsl', $myVar.TestPart))) > 0)</condition>
                     <throw faultName="selectionFailure"/>
                 </if>
-                
+
                 <assign>
                     <copy>
                         <from>$i + 1</from>
@@ -276,11 +276,11 @@
               </copy>
             </assign>
         </scope>
-        <reply name="end"  
+        <reply name="end"
                 partnerLink="HelloXQueryPartnerLink"
-                portType="test:HelloXQueryPortType" 
+                portType="test:HelloXQueryPortType"
                 operation="HelloXQuery"
                 variable="myVar"/>
     </sequence>
-    
+
 </process>

Modified: ode/trunk/bpel-test/src/test/resources/bpel/2.0/TestXQueryExpression/HelloXQueryWorld.wsdl
URL: http://svn.apache.org/viewvc/ode/trunk/bpel-test/src/test/resources/bpel/2.0/TestXQueryExpression/HelloXQueryWorld.wsdl?rev=948937&r1=948936&r2=948937&view=diff
==============================================================================
--- ode/trunk/bpel-test/src/test/resources/bpel/2.0/TestXQueryExpression/HelloXQueryWorld.wsdl (original)
+++ ode/trunk/bpel-test/src/test/resources/bpel/2.0/TestXQueryExpression/HelloXQueryWorld.wsdl Thu May 27 18:09:53 2010
@@ -18,11 +18,11 @@
   ~ under the License.
   -->
 
-<wsdl:definitions 
+<wsdl:definitions
     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:vprop="http://docs.oasis-open.org/wsbpel/2.0/varprop"
     xmlns:types="http://ode/bpel/types"
@@ -48,7 +48,7 @@
         <wsdl:operation name="HelloXQuery">
             <wsdl:input message="tns:HelloXQueryMessage" name="TestIn"/>
             <wsdl:output message="tns:HelloXQueryMessage" name="TestOut"/>
-        </wsdl:operation>    
+        </wsdl:operation>
     </wsdl:portType>
 
     <wsdl:binding name="HelloXQuerySoapBinding" type="tns:HelloXQueryPortType">
@@ -72,20 +72,20 @@
                 <soap:address location="http://localhost:8080/ode/processes/HelloXQueryWorld"/>
                 </wsdl:port>
     </wsdl:service>
-    
+
     <plnk:partnerLinkType name="HelloXQueryPartnerLinkType">
         <plnk:role name="me" portType="tns:HelloXQueryPortType"/>
         <plnk:role name="you" portType="tns:HelloXQueryPortType"/>
     </plnk:partnerLinkType>
-    
+
   <vprop:property name="content" type="xsd:string"/>
   <vprop:propertyAlias propertyName="tns:content" messageType="tns:HelloXQueryMessage" part="TestPart">
 
     <vprop:query queryLanguage="urn:oasis:names:tc:wsbpel:2.0:sublang:xpath2.0">
       content
-    </vprop:query>  
-   
+    </vprop:query>
+
   </vprop:propertyAlias>
-    
+
 </wsdl:definitions>
 

Modified: ode/trunk/bpel-test/src/test/resources/bpel/2.0/TestXslTransform/HelloXslWorld.bpel
URL: http://svn.apache.org/viewvc/ode/trunk/bpel-test/src/test/resources/bpel/2.0/TestXslTransform/HelloXslWorld.bpel?rev=948937&r1=948936&r2=948937&view=diff
==============================================================================
--- ode/trunk/bpel-test/src/test/resources/bpel/2.0/TestXslTransform/HelloXslWorld.bpel (original)
+++ ode/trunk/bpel-test/src/test/resources/bpel/2.0/TestXslTransform/HelloXslWorld.bpel Thu May 27 18:09:53 2010
@@ -16,7 +16,7 @@
   ~ specific language governing permissions and limitations
   ~ under the License.
   -->
-<process name="HelloXslWorld" 
+<process name="HelloXslWorld"
     targetNamespace="http://ode/bpel/unit-test"
     xmlns:bpws="http://docs.oasis-open.org/wsbpel/2.0/process/executable"
     xmlns="http://docs.oasis-open.org/wsbpel/2.0/process/executable"
@@ -30,20 +30,20 @@
     <import location="HelloXslWorld.wsdl"
         namespace="http://ode/bpel/unit-test.wsdl"
         importType="http://schemas.xmlsoap.org/wsdl/"/>
-    
+
     <partnerLinks>
-        <partnerLink name="helloXslPartnerLink" 
-            partnerLinkType="test:HelloXslPartnerLinkType" 
+        <partnerLink name="helloXslPartnerLink"
+            partnerLinkType="test:HelloXslPartnerLinkType"
             myRole="me" />
     </partnerLinks>
-        
+
     <variables>
         <variable name="myVar" messageType="test:HelloXslMessage"/>
         <variable name="otherVar" type="xsd:string"/>
     </variables>
-            
-    <sequence>   
-        <receive 
+
+    <sequence>
+        <receive
             name="start"
             partnerLink="helloXslPartnerLink"
             portType="test:HelloXslPortType"
@@ -66,11 +66,11 @@
                 <to variable="myVar" part="TestPart"/>
             </copy>
         </assign>
-        <reply name="end"  
+        <reply name="end"
                 partnerLink="helloXslPartnerLink"
-                portType="test:HelloXslPortType" 
+                portType="test:HelloXslPortType"
                 operation="helloXsl"
                 variable="myVar"/>
     </sequence>
-    
+
 </process>

Modified: ode/trunk/bpel-test/src/test/resources/bpel/2.0/TestXslTransform/HelloXslWorld.wsdl
URL: http://svn.apache.org/viewvc/ode/trunk/bpel-test/src/test/resources/bpel/2.0/TestXslTransform/HelloXslWorld.wsdl?rev=948937&r1=948936&r2=948937&view=diff
==============================================================================
--- ode/trunk/bpel-test/src/test/resources/bpel/2.0/TestXslTransform/HelloXslWorld.wsdl (original)
+++ ode/trunk/bpel-test/src/test/resources/bpel/2.0/TestXslTransform/HelloXslWorld.wsdl Thu May 27 18:09:53 2010
@@ -18,11 +18,11 @@
   ~ under the License.
   -->
 
-<wsdl:definitions 
+<wsdl:definitions
     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:types="http://ode/bpel/types"
     xmlns:soap="http://schemas.xmlsoap.org/wsdl/soap/"
@@ -48,7 +48,7 @@
         <wsdl:operation name="helloXsl">
             <wsdl:input message="tns:HelloXslMessage" name="TestIn"/>
             <wsdl:output message="tns:HelloXslMessage" name="TestOut"/>
-        </wsdl:operation>    
+        </wsdl:operation>
     </wsdl:portType>
 
     <wsdl:binding name="HelloXslSoapBinding" type="tns:HelloXslPortType">
@@ -72,7 +72,7 @@
                 <soap:address location="http://localhost:8080/ode/processes/helloXslWorld"/>
                 </wsdl:port>
     </wsdl:service>
-    
+
     <plnk:partnerLinkType name="HelloXslPartnerLinkType">
         <plnk:role name="me" portType="tns:HelloXslPortType"/>
         <plnk:role name="you" portType="tns:HelloXslPortType"/>

Modified: ode/trunk/bpel-test/src/test/resources/bpel/2.0/TestXslTransform/HelloXslWorld.xsl
URL: http://svn.apache.org/viewvc/ode/trunk/bpel-test/src/test/resources/bpel/2.0/TestXslTransform/HelloXslWorld.xsl?rev=948937&r1=948936&r2=948937&view=diff
==============================================================================
--- ode/trunk/bpel-test/src/test/resources/bpel/2.0/TestXslTransform/HelloXslWorld.xsl (original)
+++ ode/trunk/bpel-test/src/test/resources/bpel/2.0/TestXslTransform/HelloXslWorld.xsl Thu May 27 18:09:53 2010
@@ -36,7 +36,7 @@
       </xsl:element>
     </xsl:element>
   </xsl:template>
-  
+
   <xsl:template match="content">
         <xsl:value-of select="concat(text(), $middle, ' World')"/>
   </xsl:template>
@@ -44,5 +44,5 @@
   <!-- The nilled() function does not work if your Saxon parser is not schema-aware -->
   <!--<xsl:template match="*[nilled(current())]"/>-->
   <!-- As a workaround, you may use boolean(@xsi:nil) instead of nilled(current()) -->
-  <xsl:template match="*[boolean(@xsi:nil)]"/> 
+  <xsl:template match="*[boolean(@xsi:nil)]"/>
 </xsl:stylesheet>
\ No newline at end of file

Modified: ode/trunk/dao-hibernate-db/build.xml
URL: http://svn.apache.org/viewvc/ode/trunk/dao-hibernate-db/build.xml?rev=948937&r1=948936&r2=948937&view=diff
==============================================================================
--- ode/trunk/dao-hibernate-db/build.xml (original)
+++ ode/trunk/dao-hibernate-db/build.xml Thu May 27 18:09:53 2010
@@ -27,10 +27,10 @@
     <path id="classpath">
       <pathelement path="${maven.runtime.classpath}"/>
     </path>
-    
+
   <target name="create-schema">
-    
-    <taskdef name="schemaexport" classname="org.hibernate.tool.hbm2ddl.SchemaExportTask" 
+
+    <taskdef name="schemaexport" classname="org.hibernate.tool.hbm2ddl.SchemaExportTask"
          classpathref="classpath"/>
 
     <mkdir dir="target"/>
@@ -47,7 +47,7 @@
 
     <!-- PostgreSQL -->
     <create-ddl db="postgres"/>
-    
+
     <!-- Sybase -->
     <create-ddl db="hsql" />
 

Modified: ode/trunk/dao-hibernate-db/pom.xml
URL: http://svn.apache.org/viewvc/ode/trunk/dao-hibernate-db/pom.xml?rev=948937&r1=948936&r2=948937&view=diff
==============================================================================
--- ode/trunk/dao-hibernate-db/pom.xml (original)
+++ ode/trunk/dao-hibernate-db/pom.xml Thu May 27 18:09:53 2010
@@ -54,11 +54,11 @@
     <dependency>
         <groupId>org.apache.derby</groupId>
         <artifactId>derbytools</artifactId>
-    </dependency> 
+    </dependency>
     <dependency>
         <groupId>org.apache.ode</groupId>
         <artifactId>ode-dao-hibernate</artifactId>
-    </dependency> 
+    </dependency>
     </dependencies>
     <build>
 

Modified: ode/trunk/dao-hibernate-db/src/main/sql/ode.derby.properties
URL: http://svn.apache.org/viewvc/ode/trunk/dao-hibernate-db/src/main/sql/ode.derby.properties?rev=948937&r1=948936&r2=948937&view=diff
==============================================================================
--- ode/trunk/dao-hibernate-db/src/main/sql/ode.derby.properties (original)
+++ ode/trunk/dao-hibernate-db/src/main/sql/ode.derby.properties Thu May 27 18:09:53 2010
@@ -41,12 +41,12 @@ hibernate.dialect=org.hibernate.dialect.
 hibernate.hbm2ddl.auto = update
 hibernate.hbm2ddl.foreign-key = none
 
-# Hibernate / JTA Session Management Conifguration 
+# Hibernate / JTA Session Management Conifguration
 hibernate.current_session_context_class=jta
 hibernate.transaction.manager_lookup_class=org.apache.ode.daohib.HibernateTransactionManagerLookup
 
 
 # see Query Language Changes http://www.hibernate.org/250.html: here to prevent
-# problems related to ANTLR class loading. Can be commented out on platforms 
-# where new ANTLRs are present 
+# problems related to ANTLR class loading. Can be commented out on platforms
+# where new ANTLRs are present
 #hibernate.query.factory_class=org.hibernate.hql.classic.ClassicQueryTranslatorFactory

Modified: ode/trunk/dao-hibernate-db/src/main/sql/ode.firebird.properties
URL: http://svn.apache.org/viewvc/ode/trunk/dao-hibernate-db/src/main/sql/ode.firebird.properties?rev=948937&r1=948936&r2=948937&view=diff
==============================================================================
--- ode/trunk/dao-hibernate-db/src/main/sql/ode.firebird.properties (original)
+++ ode/trunk/dao-hibernate-db/src/main/sql/ode.firebird.properties Thu May 27 18:09:53 2010
@@ -41,12 +41,12 @@ hibernate.dialect=org.hibernate.dialect.
 # Enable schema auto-generation.
 hibernate.hbm2ddl.auto = update
 
-# Hibernate / JTA Session Management Conifguration 
+# Hibernate / JTA Session Management Conifguration
 hibernate.current_session_context_class=jta
 hibernate.transaction.manager_lookup_class=org.apache.ode.daohib.HibernateTransactionManagerLookup
 
 
 # see Query Language Changes http://www.hibernate.org/250.html: here to prevent
-# problems related to ANTLR class loading. Can be commented out on platforms 
-# where new ANTLRs are present 
+# problems related to ANTLR class loading. Can be commented out on platforms
+# where new ANTLRs are present
 #hibernate.query.factory_class=org.hibernate.hql.classic.ClassicQueryTranslatorFactory

Modified: ode/trunk/dao-hibernate-db/src/main/sql/ode.hsql.properties
URL: http://svn.apache.org/viewvc/ode/trunk/dao-hibernate-db/src/main/sql/ode.hsql.properties?rev=948937&r1=948936&r2=948937&view=diff
==============================================================================
--- ode/trunk/dao-hibernate-db/src/main/sql/ode.hsql.properties (original)
+++ ode/trunk/dao-hibernate-db/src/main/sql/ode.hsql.properties Thu May 27 18:09:53 2010
@@ -40,12 +40,12 @@ hibernate.dialect=org.hibernate.dialect.
 # Enable schema auto-generation.
 hibernate.hbm2ddl.auto = update
 
-# Hibernate / JTA Session Management Conifguration 
+# Hibernate / JTA Session Management Conifguration
 hibernate.current_session_context_class=jta
 hibernate.transaction.manager_lookup_class=org.apache.ode.daohib.HibernateTransactionManagerLookup
 
 
 # see Query Language Changes http://www.hibernate.org/250.html: here to prevent
-# problems related to ANTLR class loading. Can be commented out on platforms 
-# where new ANTLRs are present 
+# problems related to ANTLR class loading. Can be commented out on platforms
+# where new ANTLRs are present
 #hibernate.query.factory_class=org.hibernate.hql.classic.ClassicQueryTranslatorFactory

Modified: ode/trunk/dao-hibernate-db/src/main/sql/ode.mysql.properties
URL: http://svn.apache.org/viewvc/ode/trunk/dao-hibernate-db/src/main/sql/ode.mysql.properties?rev=948937&r1=948936&r2=948937&view=diff
==============================================================================
--- ode/trunk/dao-hibernate-db/src/main/sql/ode.mysql.properties (original)
+++ ode/trunk/dao-hibernate-db/src/main/sql/ode.mysql.properties Thu May 27 18:09:53 2010
@@ -40,12 +40,12 @@ hibernate.dialect=org.hibernate.dialect.
 # Enable schema auto-generation.
 hibernate.hbm2ddl.auto = update
 
-# Hibernate / JTA Session Management Conifguration 
+# Hibernate / JTA Session Management Conifguration
 hibernate.current_session_context_class=jta
 hibernate.transaction.manager_lookup_class=org.apache.ode.daohib.HibernateTransactionManagerLookup
 
 
 # see Query Language Changes http://www.hibernate.org/250.html: here to prevent
-# problems related to ANTLR class loading. Can be commented out on platforms 
-# where new ANTLRs are present 
+# problems related to ANTLR class loading. Can be commented out on platforms
+# where new ANTLRs are present
 #hibernate.query.factory_class=org.hibernate.hql.classic.ClassicQueryTranslatorFactory