You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@ode.apache.org by rr...@apache.org on 2009/09/11 17:07:51 UTC

svn commit: r813870 [11/15] - in /ode/branches/APACHE_ODE_1.X: ./ agents/src/main/java/org/apache/ode/agents/memory/ agents/src/main/resources/META-INF/ axis2-war/src/main/webapp/ axis2-war/src/main/webapp/WEB-INF/ axis2-war/src/main/webapp/WEB-INF/cla...

Modified: ode/branches/APACHE_ODE_1.X/bpel-test/src/test/resources/bpel/2.0/TestAlarm/HandleTimer-Timer.bpel
URL: http://svn.apache.org/viewvc/ode/branches/APACHE_ODE_1.X/bpel-test/src/test/resources/bpel/2.0/TestAlarm/HandleTimer-Timer.bpel?rev=813870&r1=813869&r2=813870&view=diff
==============================================================================
--- ode/branches/APACHE_ODE_1.X/bpel-test/src/test/resources/bpel/2.0/TestAlarm/HandleTimer-Timer.bpel (original)
+++ ode/branches/APACHE_ODE_1.X/bpel-test/src/test/resources/bpel/2.0/TestAlarm/HandleTimer-Timer.bpel Fri Sep 11 15:07:05 2009
@@ -16,69 +16,69 @@
   ~ specific language governing permissions and limitations
   ~ under the License.
   -->
-
-<bpel:process xmlns:bpel="http://docs.oasis-open.org/wsbpel/2.0/process/executable"
-              xmlns:pnlk="http://docs.oasis-open.org/wsbpel/2.0/plnktype"
-              xmlns:xs="http://www.w3.org/2001/XMLSchema"
-              xmlns:wsdl="http://schemas.xmlsoap.org/wsdl/"
-              xmlns:Client="http://example.com/HandleTimer/Client"
-              xmlns:this="http://ode.apache.org/example"
-              queryLanguage="urn:oasis:names:tc:wsbpel:2.0:sublang:xpath2.0"
-              expressionLanguage="urn:oasis:names:tc:wsbpel:2.0:sublang:xpath2.0"
-              name="Timer" targetNamespace="http://ode.apache.org/example">
-    <bpel:import namespace="http://example.com/HandleTimer" location="HandleTimer.wsdl" importType="http://schemas.xmlsoap.org/wsdl/"/>
-    <bpel:import namespace="http://example.com/HandleTimer/Timer" location="HandleTimer-Timer.wsdl" importType="http://schemas.xmlsoap.org/wsdl/"/>
-    <bpel:partnerLinks>
-        <bpel:partnerLink name="timerAndClientPlkVar" partnerLinkType="this:TimerAndClient" myRole="Timer_for_Client"/>
-    </bpel:partnerLinks>
-    <bpel:variables>
-        <bpel:variable name="msg" messageType="this:receiveRequest"/>
-        <bpel:variable name="msg1" messageType="this:receiveResponse"/>
-    </bpel:variables>
-    <bpel:sequence>
-        <bpel:receive partnerLink="timerAndClientPlkVar" portType="this:ForClient" operation="receive" variable="msg" createInstance="yes"></bpel:receive>
-        <bpel:assign name="init-variables-Timer">
-            <bpel:copy>
-                <bpel:from>
-                    <bpel:literal>
-                        <this:start>
-                        </this:start>
-                    </bpel:literal>
-                </bpel:from>
-                <bpel:to>$msg1.body</bpel:to>
-            </bpel:copy>
-        </bpel:assign>
-        <bpel:scope>
-            <bpel:faultHandlers>
-                <bpel:catchAll>
-                    <bpel:empty/>
-                </bpel:catchAll>
-            </bpel:faultHandlers>
-            <bpel:scope>
-                <bpel:eventHandlers>
-                    <bpel:onAlarm>
-                        <bpel:for>"PT1S"</bpel:for>
-                        <bpel:scope>
-                            <bpel:throw faultName="tns:goodFault"/>
-                        </bpel:scope>
-                    </bpel:onAlarm>
-                </bpel:eventHandlers>
-                <bpel:if>
-                    <bpel:condition>$msg/start=10</bpel:condition>
-                    <bpel:sequence>
-                        <bpel:empty/>
-                    </bpel:sequence>
-                    <bpel:else>
-                        <bpel:sequence>
-                            <bpel:empty/>
-                            <bpel:wait>
-                                <bpel:for>'PT15S'</bpel:for>
-                            </bpel:wait>
-                        </bpel:sequence>
-                    </bpel:else>
-                </bpel:if>
-            </bpel:scope>
-        </bpel:scope>
-        <bpel:reply partnerLink="timerAndClientPlkVar" portType="this:ForClient" operation="receive" variable="msg1"></bpel:reply>
-    </bpel:sequence>
+
+<bpel:process xmlns:bpel="http://docs.oasis-open.org/wsbpel/2.0/process/executable"
+              xmlns:pnlk="http://docs.oasis-open.org/wsbpel/2.0/plnktype"
+              xmlns:xs="http://www.w3.org/2001/XMLSchema"
+              xmlns:wsdl="http://schemas.xmlsoap.org/wsdl/"
+              xmlns:Client="http://example.com/HandleTimer/Client"
+              xmlns:this="http://ode.apache.org/example"
+              queryLanguage="urn:oasis:names:tc:wsbpel:2.0:sublang:xpath2.0"
+              expressionLanguage="urn:oasis:names:tc:wsbpel:2.0:sublang:xpath2.0"
+              name="Timer" targetNamespace="http://ode.apache.org/example">
+    <bpel:import namespace="http://example.com/HandleTimer" location="HandleTimer.wsdl" importType="http://schemas.xmlsoap.org/wsdl/"/>
+    <bpel:import namespace="http://example.com/HandleTimer/Timer" location="HandleTimer-Timer.wsdl" importType="http://schemas.xmlsoap.org/wsdl/"/>
+    <bpel:partnerLinks>
+        <bpel:partnerLink name="timerAndClientPlkVar" partnerLinkType="this:TimerAndClient" myRole="Timer_for_Client"/>
+    </bpel:partnerLinks>
+    <bpel:variables>
+        <bpel:variable name="msg" messageType="this:receiveRequest"/>
+        <bpel:variable name="msg1" messageType="this:receiveResponse"/>
+    </bpel:variables>
+    <bpel:sequence>
+        <bpel:receive partnerLink="timerAndClientPlkVar" portType="this:ForClient" operation="receive" variable="msg" createInstance="yes"></bpel:receive>
+        <bpel:assign name="init-variables-Timer">
+            <bpel:copy>
+                <bpel:from>
+                    <bpel:literal>
+                        <this:start>
+                        </this:start>
+                    </bpel:literal>
+                </bpel:from>
+                <bpel:to>$msg1.body</bpel:to>
+            </bpel:copy>
+        </bpel:assign>
+        <bpel:scope>
+            <bpel:faultHandlers>
+                <bpel:catchAll>
+                    <bpel:empty/>
+                </bpel:catchAll>
+            </bpel:faultHandlers>
+            <bpel:scope>
+                <bpel:eventHandlers>
+                    <bpel:onAlarm>
+                        <bpel:for>"PT1S"</bpel:for>
+                        <bpel:scope>
+                            <bpel:throw faultName="tns:goodFault"/>
+                        </bpel:scope>
+                    </bpel:onAlarm>
+                </bpel:eventHandlers>
+                <bpel:if>
+                    <bpel:condition>$msg/start=10</bpel:condition>
+                    <bpel:sequence>
+                        <bpel:empty/>
+                    </bpel:sequence>
+                    <bpel:else>
+                        <bpel:sequence>
+                            <bpel:empty/>
+                            <bpel:wait>
+                                <bpel:for>'PT15S'</bpel:for>
+                            </bpel:wait>
+                        </bpel:sequence>
+                    </bpel:else>
+                </bpel:if>
+            </bpel:scope>
+        </bpel:scope>
+        <bpel:reply partnerLink="timerAndClientPlkVar" portType="this:ForClient" operation="receive" variable="msg1"></bpel:reply>
+    </bpel:sequence>
 </bpel:process>
\ No newline at end of file

Propchange: ode/branches/APACHE_ODE_1.X/bpel-test/src/test/resources/bpel/2.0/TestAlarm/HandleTimer-Timer.bpel
------------------------------------------------------------------------------
    svn:eol-style = native

Propchange: ode/branches/APACHE_ODE_1.X/bpel-test/src/test/resources/bpel/2.0/TestAlarm/HandleTimer-Timer.wsdl
------------------------------------------------------------------------------
    svn:eol-style = native

Propchange: ode/branches/APACHE_ODE_1.X/bpel-test/src/test/resources/bpel/2.0/TestAlarm/HandleTimer.wsdl
------------------------------------------------------------------------------
    svn:eol-style = native

Propchange: ode/branches/APACHE_ODE_1.X/bpel-test/src/test/resources/bpel/2.0/TestAlarm/deploy.xml
------------------------------------------------------------------------------
    svn:eol-style = native

Propchange: ode/branches/APACHE_ODE_1.X/bpel-test/src/test/resources/bpel/2.0/TestAlarm/message.xsd
------------------------------------------------------------------------------
    svn:eol-style = native

Propchange: ode/branches/APACHE_ODE_1.X/bpel-test/src/test/resources/bpel/2.0/TestAssignActivity1/TestAssign.bpel
------------------------------------------------------------------------------
    svn:eol-style = native

Propchange: ode/branches/APACHE_ODE_1.X/bpel-test/src/test/resources/bpel/2.0/TestAssignActivity1/TestAssign.wsdl
------------------------------------------------------------------------------
    svn:eol-style = native

Propchange: ode/branches/APACHE_ODE_1.X/bpel-test/src/test/resources/bpel/2.0/TestAssignActivity1/deploy.xml
------------------------------------------------------------------------------
    svn:eol-style = native

Propchange: ode/branches/APACHE_ODE_1.X/bpel-test/src/test/resources/bpel/2.0/TestAssignActivity1/test.properties
------------------------------------------------------------------------------
    svn:eol-style = native

Propchange: ode/branches/APACHE_ODE_1.X/bpel-test/src/test/resources/bpel/2.0/TestAssignActivity2/TestAssign.bpel
------------------------------------------------------------------------------
    svn:eol-style = native

Propchange: ode/branches/APACHE_ODE_1.X/bpel-test/src/test/resources/bpel/2.0/TestAssignActivity2/TestAssign.wsdl
------------------------------------------------------------------------------
    svn:eol-style = native

Propchange: ode/branches/APACHE_ODE_1.X/bpel-test/src/test/resources/bpel/2.0/TestAssignActivity2/deploy.xml
------------------------------------------------------------------------------
    svn:eol-style = native

Propchange: ode/branches/APACHE_ODE_1.X/bpel-test/src/test/resources/bpel/2.0/TestAssignActivity2/test.properties
------------------------------------------------------------------------------
    svn:eol-style = native

Propchange: ode/branches/APACHE_ODE_1.X/bpel-test/src/test/resources/bpel/2.0/TestAssignComplex/Assignment.xsd
------------------------------------------------------------------------------
    svn:eol-style = native

Propchange: ode/branches/APACHE_ODE_1.X/bpel-test/src/test/resources/bpel/2.0/TestAssignComplex/ComplexVariables-Variable.bpel
------------------------------------------------------------------------------
    svn:eol-style = native

Propchange: ode/branches/APACHE_ODE_1.X/bpel-test/src/test/resources/bpel/2.0/TestAssignComplex/ComplexVariables-Variable.wsdl
------------------------------------------------------------------------------
    svn:eol-style = native

Propchange: ode/branches/APACHE_ODE_1.X/bpel-test/src/test/resources/bpel/2.0/TestAssignComplex/ComplexVariables.wsdl
------------------------------------------------------------------------------
    svn:eol-style = native

Propchange: ode/branches/APACHE_ODE_1.X/bpel-test/src/test/resources/bpel/2.0/TestAssignComplex/deploy.xml
------------------------------------------------------------------------------
    svn:eol-style = native

Propchange: ode/branches/APACHE_ODE_1.X/bpel-test/src/test/resources/bpel/2.0/TestAssignComplex/test.properties
------------------------------------------------------------------------------
    svn:eol-style = native

Modified: ode/branches/APACHE_ODE_1.X/bpel-test/src/test/resources/bpel/2.0/TestAssignDate/NewDiagram-Pool.bpel
URL: http://svn.apache.org/viewvc/ode/branches/APACHE_ODE_1.X/bpel-test/src/test/resources/bpel/2.0/TestAssignDate/NewDiagram-Pool.bpel?rev=813870&r1=813869&r2=813870&view=diff
==============================================================================
--- ode/branches/APACHE_ODE_1.X/bpel-test/src/test/resources/bpel/2.0/TestAssignDate/NewDiagram-Pool.bpel (original)
+++ ode/branches/APACHE_ODE_1.X/bpel-test/src/test/resources/bpel/2.0/TestAssignDate/NewDiagram-Pool.bpel Fri Sep 11 15:07:05 2009
@@ -16,49 +16,49 @@
   ~ specific language governing permissions and limitations
   ~ under the License.
   -->
-
-<bpel:process xmlns:bpel="http://schemas.xmlsoap.org/ws/2004/03/business-process/" xmlns:wsdl="http://schemas.xmlsoap.org/wsdl/" xmlns:xs="http://www.w3.org/2001/XMLSchema" xmlns:pnlk="http://schemas.xmlsoap.org/ws/2004/03/partner-link/" xmlns:Pool0="http://example.com/NewDiagram/Pool0" xmlns:this="http://example.com/NewDiagram/Pool" xmlns:diag="http://example.com/NewDiagram" xmlns:bpmn="http://www.intalio.com/bpms" 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" bpmn:label="Pool" bpmn:id="_ZbUEcNw9Edye_tsy8V393Q" name="Pool" targetNamespace="http://example.com/NewDiagram/Pool">
-  <bpel:import namespace="http://example.com/NewDiagram" location="NewDiagram.wsdl" importType="http://schemas.xmlsoap.org/wsdl/"/>
-  <bpel:import namespace="http://example.com/NewDiagram/Pool" location="NewDiagram-Pool.wsdl" importType="http://schemas.xmlsoap.org/wsdl/"/>
-  <bpel:partnerLinks>
-    <bpel:partnerLink name="pool0AndPoolPlkVar" partnerLinkType="diag:Pool0AndPool" myRole="Pool_for_Pool0"/>
-  </bpel:partnerLinks>
-  <bpel:variables>
-    <bpel:variable name="thisTaskRequestMsg" messageType="this:TaskRequest"/>
-    <bpel:variable name="thisTaskResponseMsg" messageType="this:TaskResponse"/>
-    <bpel:variable name="variable" type="xs:dateTime"/>
-  </bpel:variables>
-  <bpel:sequence>
-    <bpel:receive partnerLink="pool0AndPoolPlkVar" portType="this:ForPool0" operation="Task"
-                  variable="thisTaskRequestMsg" createInstance="yes"/>
-    <bpel:assign name="init-variables-Pool">
-      <bpel:copy bpmn:label="$thisTaskResponseMsg">
-        <bpel:from>
-          <bpel:literal>
-<this:TaskResponse>OK</this:TaskResponse>
-          </bpel:literal>
-        </bpel:from>
-        <bpel:to>$thisTaskResponseMsg.body</bpel:to>
-      </bpel:copy>
-      <bpel:copy bpmn:label="$variable">
-        <bpel:from>xs:dateTime("2008-01-01T00:00:00Z")</bpel:from>
-        <bpel:to>$variable</bpel:to>
-      </bpel:copy>
-    </bpel:assign>
-    <bpel:assign bpmn:label="Task" bpmn:id="_e0Xz0Nw9Edye_tsy8V393Q">
-      <bpel:copy>
-        <bpel:from>xs:dateTime($variable) + xs:dayTimeDuration ("P1D")</bpel:from>
-        <bpel:to>$variable</bpel:to>
-      </bpel:copy>
-        <bpel:copy>
-          <bpel:from>$variable + xs:dayTimeDuration ("P1D")</bpel:from>
-          <bpel:to>$variable</bpel:to>
-        </bpel:copy>
-    </bpel:assign>
-    <bpel:wait bpmn:label="EventIntermediateTimer" bpmn:id="_cLa0kNw9Edye_tsy8V393Q">
-      <bpel:until>$variable</bpel:until>
-    </bpel:wait>
-    <bpel:reply partnerLink="pool0AndPoolPlkVar" portType="this:ForPool0" operation="Task"
-                variable="thisTaskResponseMsg"/>
-  </bpel:sequence>
+
+<bpel:process xmlns:bpel="http://schemas.xmlsoap.org/ws/2004/03/business-process/" xmlns:wsdl="http://schemas.xmlsoap.org/wsdl/" xmlns:xs="http://www.w3.org/2001/XMLSchema" xmlns:pnlk="http://schemas.xmlsoap.org/ws/2004/03/partner-link/" xmlns:Pool0="http://example.com/NewDiagram/Pool0" xmlns:this="http://example.com/NewDiagram/Pool" xmlns:diag="http://example.com/NewDiagram" xmlns:bpmn="http://www.intalio.com/bpms" 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" bpmn:label="Pool" bpmn:id="_ZbUEcNw9Edye_tsy8V393Q" name="Pool" targetNamespace="http://example.com/NewDiagram/Pool">
+  <bpel:import namespace="http://example.com/NewDiagram" location="NewDiagram.wsdl" importType="http://schemas.xmlsoap.org/wsdl/"/>
+  <bpel:import namespace="http://example.com/NewDiagram/Pool" location="NewDiagram-Pool.wsdl" importType="http://schemas.xmlsoap.org/wsdl/"/>
+  <bpel:partnerLinks>
+    <bpel:partnerLink name="pool0AndPoolPlkVar" partnerLinkType="diag:Pool0AndPool" myRole="Pool_for_Pool0"/>
+  </bpel:partnerLinks>
+  <bpel:variables>
+    <bpel:variable name="thisTaskRequestMsg" messageType="this:TaskRequest"/>
+    <bpel:variable name="thisTaskResponseMsg" messageType="this:TaskResponse"/>
+    <bpel:variable name="variable" type="xs:dateTime"/>
+  </bpel:variables>
+  <bpel:sequence>
+    <bpel:receive partnerLink="pool0AndPoolPlkVar" portType="this:ForPool0" operation="Task"
+                  variable="thisTaskRequestMsg" createInstance="yes"/>
+    <bpel:assign name="init-variables-Pool">
+      <bpel:copy bpmn:label="$thisTaskResponseMsg">
+        <bpel:from>
+          <bpel:literal>
+<this:TaskResponse>OK</this:TaskResponse>
+          </bpel:literal>
+        </bpel:from>
+        <bpel:to>$thisTaskResponseMsg.body</bpel:to>
+      </bpel:copy>
+      <bpel:copy bpmn:label="$variable">
+        <bpel:from>xs:dateTime("2008-01-01T00:00:00Z")</bpel:from>
+        <bpel:to>$variable</bpel:to>
+      </bpel:copy>
+    </bpel:assign>
+    <bpel:assign bpmn:label="Task" bpmn:id="_e0Xz0Nw9Edye_tsy8V393Q">
+      <bpel:copy>
+        <bpel:from>xs:dateTime($variable) + xs:dayTimeDuration ("P1D")</bpel:from>
+        <bpel:to>$variable</bpel:to>
+      </bpel:copy>
+        <bpel:copy>
+          <bpel:from>$variable + xs:dayTimeDuration ("P1D")</bpel:from>
+          <bpel:to>$variable</bpel:to>
+        </bpel:copy>
+    </bpel:assign>
+    <bpel:wait bpmn:label="EventIntermediateTimer" bpmn:id="_cLa0kNw9Edye_tsy8V393Q">
+      <bpel:until>$variable</bpel:until>
+    </bpel:wait>
+    <bpel:reply partnerLink="pool0AndPoolPlkVar" portType="this:ForPool0" operation="Task"
+                variable="thisTaskResponseMsg"/>
+  </bpel:sequence>
 </bpel:process>
\ No newline at end of file

Propchange: ode/branches/APACHE_ODE_1.X/bpel-test/src/test/resources/bpel/2.0/TestAssignDate/NewDiagram-Pool.bpel
------------------------------------------------------------------------------
    svn:eol-style = native

Propchange: ode/branches/APACHE_ODE_1.X/bpel-test/src/test/resources/bpel/2.0/TestAssignDate/NewDiagram-Pool.wsdl
------------------------------------------------------------------------------
    svn:eol-style = native

Propchange: ode/branches/APACHE_ODE_1.X/bpel-test/src/test/resources/bpel/2.0/TestAssignDate/NewDiagram.wsdl
------------------------------------------------------------------------------
    svn:eol-style = native

Propchange: ode/branches/APACHE_ODE_1.X/bpel-test/src/test/resources/bpel/2.0/TestAssignDate/deploy.xml
------------------------------------------------------------------------------
    svn:eol-style = native

Propchange: ode/branches/APACHE_ODE_1.X/bpel-test/src/test/resources/bpel/2.0/TestAssignDate/test.properties
------------------------------------------------------------------------------
    svn:eol-style = native

Propchange: ode/branches/APACHE_ODE_1.X/bpel-test/src/test/resources/bpel/2.0/TestAssignMissingData/TestAssign.bpel
------------------------------------------------------------------------------
    svn:eol-style = native

Propchange: ode/branches/APACHE_ODE_1.X/bpel-test/src/test/resources/bpel/2.0/TestAssignMissingData/TestAssign.wsdl
------------------------------------------------------------------------------
    svn:eol-style = native

Propchange: ode/branches/APACHE_ODE_1.X/bpel-test/src/test/resources/bpel/2.0/TestAssignMissingData/deploy.xml
------------------------------------------------------------------------------
    svn:eol-style = native

Propchange: ode/branches/APACHE_ODE_1.X/bpel-test/src/test/resources/bpel/2.0/TestAssignMissingData/test.properties
------------------------------------------------------------------------------
    svn:eol-style = native

Propchange: ode/branches/APACHE_ODE_1.X/bpel-test/src/test/resources/bpel/2.0/TestCatchFaultInFaultHandler/TestCatchFaultInFaultHandler.bpel
------------------------------------------------------------------------------
    svn:eol-style = native

Propchange: ode/branches/APACHE_ODE_1.X/bpel-test/src/test/resources/bpel/2.0/TestCatchFaultInFaultHandler/TestCatchFaultInFaultHandler.wsdl
------------------------------------------------------------------------------
    svn:eol-style = native

Propchange: ode/branches/APACHE_ODE_1.X/bpel-test/src/test/resources/bpel/2.0/TestCatchFaultInFaultHandler/deploy.xml
------------------------------------------------------------------------------
    svn:eol-style = native

Propchange: ode/branches/APACHE_ODE_1.X/bpel-test/src/test/resources/bpel/2.0/TestCatchFaultInFaultHandler/test.properties
------------------------------------------------------------------------------
    svn:eol-style = native

Propchange: ode/branches/APACHE_ODE_1.X/bpel-test/src/test/resources/bpel/2.0/TestCombineUrl/TestCombineUrl.bpel
------------------------------------------------------------------------------
    svn:eol-style = native

Propchange: ode/branches/APACHE_ODE_1.X/bpel-test/src/test/resources/bpel/2.0/TestCombineUrl/TestCombineUrl.wsdl
------------------------------------------------------------------------------
    svn:eol-style = native

Propchange: ode/branches/APACHE_ODE_1.X/bpel-test/src/test/resources/bpel/2.0/TestCombineUrl/deploy.xml
------------------------------------------------------------------------------
    svn:eol-style = native

Propchange: ode/branches/APACHE_ODE_1.X/bpel-test/src/test/resources/bpel/2.0/TestCombineUrl/test.properties
------------------------------------------------------------------------------
    svn:eol-style = native

Propchange: ode/branches/APACHE_ODE_1.X/bpel-test/src/test/resources/bpel/2.0/TestCompensationHandlers/deploy.xml
------------------------------------------------------------------------------
    svn:eol-style = native

Propchange: ode/branches/APACHE_ODE_1.X/bpel-test/src/test/resources/bpel/2.0/TestCompensationHandlers/test.properties
------------------------------------------------------------------------------
    svn:eol-style = native

Propchange: ode/branches/APACHE_ODE_1.X/bpel-test/src/test/resources/bpel/2.0/TestCompensationHandlers/testCompensationHandlers.bpel
------------------------------------------------------------------------------
    svn:eol-style = native

Propchange: ode/branches/APACHE_ODE_1.X/bpel-test/src/test/resources/bpel/2.0/TestCompensationHandlers/testCompensationHandlers.wsdl
------------------------------------------------------------------------------
    svn:eol-style = native

Propchange: ode/branches/APACHE_ODE_1.X/bpel-test/src/test/resources/bpel/2.0/TestComposeUrl/TestComposeUrl.bpel
------------------------------------------------------------------------------
    svn:eol-style = native

Propchange: ode/branches/APACHE_ODE_1.X/bpel-test/src/test/resources/bpel/2.0/TestComposeUrl/TestComposeUrl.wsdl
------------------------------------------------------------------------------
    svn:eol-style = native

Propchange: ode/branches/APACHE_ODE_1.X/bpel-test/src/test/resources/bpel/2.0/TestComposeUrl/deploy.xml
------------------------------------------------------------------------------
    svn:eol-style = native

Propchange: ode/branches/APACHE_ODE_1.X/bpel-test/src/test/resources/bpel/2.0/TestComposeUrl/test.properties
------------------------------------------------------------------------------
    svn:eol-style = native

Propchange: ode/branches/APACHE_ODE_1.X/bpel-test/src/test/resources/bpel/2.0/TestConcurrentSyncMex/NewWSDLFile.wsdl
------------------------------------------------------------------------------
    svn:eol-style = native

Propchange: ode/branches/APACHE_ODE_1.X/bpel-test/src/test/resources/bpel/2.0/TestConcurrentSyncMex/NewWSDLFilePartner.wsdl
------------------------------------------------------------------------------
    svn:eol-style = native

Propchange: ode/branches/APACHE_ODE_1.X/bpel-test/src/test/resources/bpel/2.0/TestConcurrentSyncMex/Process-Main.bpel
------------------------------------------------------------------------------
    svn:eol-style = native

Propchange: ode/branches/APACHE_ODE_1.X/bpel-test/src/test/resources/bpel/2.0/TestConcurrentSyncMex/Process-Main.wsdl
------------------------------------------------------------------------------
    svn:eol-style = native

Propchange: ode/branches/APACHE_ODE_1.X/bpel-test/src/test/resources/bpel/2.0/TestConcurrentSyncMex/Process-Partner.bpel
------------------------------------------------------------------------------
    svn:eol-style = native

Propchange: ode/branches/APACHE_ODE_1.X/bpel-test/src/test/resources/bpel/2.0/TestConcurrentSyncMex/Process-Partner.wsdl
------------------------------------------------------------------------------
    svn:eol-style = native

Propchange: ode/branches/APACHE_ODE_1.X/bpel-test/src/test/resources/bpel/2.0/TestConcurrentSyncMex/Process.svg
------------------------------------------------------------------------------
    svn:eol-style = native

Propchange: ode/branches/APACHE_ODE_1.X/bpel-test/src/test/resources/bpel/2.0/TestConcurrentSyncMex/Process.wsdl
------------------------------------------------------------------------------
    svn:eol-style = native

Propchange: ode/branches/APACHE_ODE_1.X/bpel-test/src/test/resources/bpel/2.0/TestConcurrentSyncMex/deploy.xml
------------------------------------------------------------------------------
    svn:eol-style = native

Propchange: ode/branches/APACHE_ODE_1.X/bpel-test/src/test/resources/bpel/2.0/TestConcurrentSyncMex/schema.xsd
------------------------------------------------------------------------------
    svn:eol-style = native

Propchange: ode/branches/APACHE_ODE_1.X/bpel-test/src/test/resources/bpel/2.0/TestConcurrentSyncMex/schemaPartner.xsd
------------------------------------------------------------------------------
    svn:eol-style = native

Propchange: ode/branches/APACHE_ODE_1.X/bpel-test/src/test/resources/bpel/2.0/TestConcurrentSyncMex/test.properties
------------------------------------------------------------------------------
    svn:eol-style = native

Propchange: ode/branches/APACHE_ODE_1.X/bpel-test/src/test/resources/bpel/2.0/TestCorrelation/deploy.xml
------------------------------------------------------------------------------
    svn:eol-style = native

Propchange: ode/branches/APACHE_ODE_1.X/bpel-test/src/test/resources/bpel/2.0/TestCorrelation/test1.properties
------------------------------------------------------------------------------
    svn:eol-style = native

Propchange: ode/branches/APACHE_ODE_1.X/bpel-test/src/test/resources/bpel/2.0/TestCorrelation/test2.properties
------------------------------------------------------------------------------
    svn:eol-style = native

Propchange: ode/branches/APACHE_ODE_1.X/bpel-test/src/test/resources/bpel/2.0/TestCorrelation/testCorrelation.bpel
------------------------------------------------------------------------------
    svn:eol-style = native

Propchange: ode/branches/APACHE_ODE_1.X/bpel-test/src/test/resources/bpel/2.0/TestCorrelation/testCorrelation.wsdl
------------------------------------------------------------------------------
    svn:eol-style = native

Propchange: ode/branches/APACHE_ODE_1.X/bpel-test/src/test/resources/bpel/2.0/TestCorrelation1/TestCorrelation1.bpel
------------------------------------------------------------------------------
    svn:eol-style = native

Propchange: ode/branches/APACHE_ODE_1.X/bpel-test/src/test/resources/bpel/2.0/TestCorrelation1/TestCorrelation1.wsdl
------------------------------------------------------------------------------
    svn:eol-style = native

Propchange: ode/branches/APACHE_ODE_1.X/bpel-test/src/test/resources/bpel/2.0/TestCorrelation1/deploy.xml
------------------------------------------------------------------------------
    svn:eol-style = native

Propchange: ode/branches/APACHE_ODE_1.X/bpel-test/src/test/resources/bpel/2.0/TestCorrelation1/test1.properties
------------------------------------------------------------------------------
    svn:eol-style = native

Propchange: ode/branches/APACHE_ODE_1.X/bpel-test/src/test/resources/bpel/2.0/TestCorrelation1/test2.properties
------------------------------------------------------------------------------
    svn:eol-style = native

Propchange: ode/branches/APACHE_ODE_1.X/bpel-test/src/test/resources/bpel/2.0/TestCorrelation1/test3.properties
------------------------------------------------------------------------------
    svn:eol-style = native

Propchange: ode/branches/APACHE_ODE_1.X/bpel-test/src/test/resources/bpel/2.0/TestCorrelationJoin/deploy.xml
------------------------------------------------------------------------------
    svn:eol-style = native

Propchange: ode/branches/APACHE_ODE_1.X/bpel-test/src/test/resources/bpel/2.0/TestCorrelationJoin/test1.properties
------------------------------------------------------------------------------
    svn:eol-style = native

Propchange: ode/branches/APACHE_ODE_1.X/bpel-test/src/test/resources/bpel/2.0/TestCorrelationJoin/test2.properties
------------------------------------------------------------------------------
    svn:eol-style = native

Propchange: ode/branches/APACHE_ODE_1.X/bpel-test/src/test/resources/bpel/2.0/TestCorrelationJoin/testCorrelation.bpel
------------------------------------------------------------------------------
    svn:eol-style = native

Propchange: ode/branches/APACHE_ODE_1.X/bpel-test/src/test/resources/bpel/2.0/TestCorrelationJoin/testCorrelation.wsdl
------------------------------------------------------------------------------
    svn:eol-style = native

Propchange: ode/branches/APACHE_ODE_1.X/bpel-test/src/test/resources/bpel/2.0/TestCorrelationJoinEvent/deploy.xml
------------------------------------------------------------------------------
    svn:eol-style = native

Propchange: ode/branches/APACHE_ODE_1.X/bpel-test/src/test/resources/bpel/2.0/TestCorrelationJoinEvent/test1.properties
------------------------------------------------------------------------------
    svn:eol-style = native

Propchange: ode/branches/APACHE_ODE_1.X/bpel-test/src/test/resources/bpel/2.0/TestCorrelationJoinEvent/test2.properties
------------------------------------------------------------------------------
    svn:eol-style = native

Propchange: ode/branches/APACHE_ODE_1.X/bpel-test/src/test/resources/bpel/2.0/TestCorrelationJoinEvent/test4-process.bpel
------------------------------------------------------------------------------
    svn:eol-style = native

Propchange: ode/branches/APACHE_ODE_1.X/bpel-test/src/test/resources/bpel/2.0/TestCorrelationJoinEvent/test4-process.wsdl
------------------------------------------------------------------------------
    svn:eol-style = native

Propchange: ode/branches/APACHE_ODE_1.X/bpel-test/src/test/resources/bpel/2.0/TestCorrelationJoinEvent/test4.wsdl
------------------------------------------------------------------------------
    svn:eol-style = native

Propchange: ode/branches/APACHE_ODE_1.X/bpel-test/src/test/resources/bpel/2.0/TestCorrelationJoinInvoke/deploy.xml
------------------------------------------------------------------------------
    svn:eol-style = native

Propchange: ode/branches/APACHE_ODE_1.X/bpel-test/src/test/resources/bpel/2.0/TestCorrelationJoinInvoke/test1.properties
------------------------------------------------------------------------------
    svn:eol-style = native

Propchange: ode/branches/APACHE_ODE_1.X/bpel-test/src/test/resources/bpel/2.0/TestCorrelationJoinInvoke/test2.properties
------------------------------------------------------------------------------
    svn:eol-style = native

Propchange: ode/branches/APACHE_ODE_1.X/bpel-test/src/test/resources/bpel/2.0/TestCorrelationJoinInvoke/testCorrelation.bpel
------------------------------------------------------------------------------
    svn:eol-style = native

Propchange: ode/branches/APACHE_ODE_1.X/bpel-test/src/test/resources/bpel/2.0/TestCorrelationJoinInvoke/testCorrelation.wsdl
------------------------------------------------------------------------------
    svn:eol-style = native

Propchange: ode/branches/APACHE_ODE_1.X/bpel-test/src/test/resources/bpel/2.0/TestCorrelationJoinOnMessage/deploy.xml
------------------------------------------------------------------------------
    svn:eol-style = native

Propchange: ode/branches/APACHE_ODE_1.X/bpel-test/src/test/resources/bpel/2.0/TestCorrelationJoinOnMessage/test1.properties
------------------------------------------------------------------------------
    svn:eol-style = native

Propchange: ode/branches/APACHE_ODE_1.X/bpel-test/src/test/resources/bpel/2.0/TestCorrelationJoinOnMessage/test2.properties
------------------------------------------------------------------------------
    svn:eol-style = native

Propchange: ode/branches/APACHE_ODE_1.X/bpel-test/src/test/resources/bpel/2.0/TestCorrelationJoinOnMessage/test4-process.bpel
------------------------------------------------------------------------------
    svn:eol-style = native

Propchange: ode/branches/APACHE_ODE_1.X/bpel-test/src/test/resources/bpel/2.0/TestCorrelationJoinOnMessage/test4-process.wsdl
------------------------------------------------------------------------------
    svn:eol-style = native

Propchange: ode/branches/APACHE_ODE_1.X/bpel-test/src/test/resources/bpel/2.0/TestCorrelationJoinOnMessage/test4.wsdl
------------------------------------------------------------------------------
    svn:eol-style = native

Propchange: ode/branches/APACHE_ODE_1.X/bpel-test/src/test/resources/bpel/2.0/TestCorrelationJoinReceive/deploy.xml
------------------------------------------------------------------------------
    svn:eol-style = native

Propchange: ode/branches/APACHE_ODE_1.X/bpel-test/src/test/resources/bpel/2.0/TestCorrelationJoinReceive/test1.properties
------------------------------------------------------------------------------
    svn:eol-style = native

Propchange: ode/branches/APACHE_ODE_1.X/bpel-test/src/test/resources/bpel/2.0/TestCorrelationJoinReceive/test2.properties
------------------------------------------------------------------------------
    svn:eol-style = native

Propchange: ode/branches/APACHE_ODE_1.X/bpel-test/src/test/resources/bpel/2.0/TestCorrelationJoinReceive/testCorrelation.bpel
------------------------------------------------------------------------------
    svn:eol-style = native

Propchange: ode/branches/APACHE_ODE_1.X/bpel-test/src/test/resources/bpel/2.0/TestCorrelationJoinReceive/testCorrelation.wsdl
------------------------------------------------------------------------------
    svn:eol-style = native

Propchange: ode/branches/APACHE_ODE_1.X/bpel-test/src/test/resources/bpel/2.0/TestCorrelationJoinReply/deploy.xml
------------------------------------------------------------------------------
    svn:eol-style = native

Propchange: ode/branches/APACHE_ODE_1.X/bpel-test/src/test/resources/bpel/2.0/TestCorrelationJoinReply/test1.properties
------------------------------------------------------------------------------
    svn:eol-style = native

Propchange: ode/branches/APACHE_ODE_1.X/bpel-test/src/test/resources/bpel/2.0/TestCorrelationJoinReply/test2.properties
------------------------------------------------------------------------------
    svn:eol-style = native

Propchange: ode/branches/APACHE_ODE_1.X/bpel-test/src/test/resources/bpel/2.0/TestCorrelationJoinReply/testCorrelation.bpel
------------------------------------------------------------------------------
    svn:eol-style = native

Propchange: ode/branches/APACHE_ODE_1.X/bpel-test/src/test/resources/bpel/2.0/TestCorrelationJoinReply/testCorrelation.wsdl
------------------------------------------------------------------------------
    svn:eol-style = native

Propchange: ode/branches/APACHE_ODE_1.X/bpel-test/src/test/resources/bpel/2.0/TestCorrelationMulti/deploy.xml
------------------------------------------------------------------------------
    svn:eol-style = native

Propchange: ode/branches/APACHE_ODE_1.X/bpel-test/src/test/resources/bpel/2.0/TestCorrelationMulti/test1.properties
------------------------------------------------------------------------------
    svn:eol-style = native

Propchange: ode/branches/APACHE_ODE_1.X/bpel-test/src/test/resources/bpel/2.0/TestCorrelationMulti/test2.properties
------------------------------------------------------------------------------
    svn:eol-style = native

Propchange: ode/branches/APACHE_ODE_1.X/bpel-test/src/test/resources/bpel/2.0/TestCorrelationMulti/testCorrelation.bpel
------------------------------------------------------------------------------
    svn:eol-style = native

Propchange: ode/branches/APACHE_ODE_1.X/bpel-test/src/test/resources/bpel/2.0/TestCorrelationMulti/testCorrelation.wsdl
------------------------------------------------------------------------------
    svn:eol-style = native

Propchange: ode/branches/APACHE_ODE_1.X/bpel-test/src/test/resources/bpel/2.0/TestCorrelationMultiComplex/deploy.xml
------------------------------------------------------------------------------
    svn:eol-style = native

Propchange: ode/branches/APACHE_ODE_1.X/bpel-test/src/test/resources/bpel/2.0/TestCorrelationMultiComplex/test1.properties
------------------------------------------------------------------------------
    svn:eol-style = native

Propchange: ode/branches/APACHE_ODE_1.X/bpel-test/src/test/resources/bpel/2.0/TestCorrelationMultiComplex/test2.properties
------------------------------------------------------------------------------
    svn:eol-style = native

Propchange: ode/branches/APACHE_ODE_1.X/bpel-test/src/test/resources/bpel/2.0/TestCorrelationMultiComplex/test3.properties
------------------------------------------------------------------------------
    svn:eol-style = native

Propchange: ode/branches/APACHE_ODE_1.X/bpel-test/src/test/resources/bpel/2.0/TestCorrelationMultiComplex/test4.properties
------------------------------------------------------------------------------
    svn:eol-style = native

Propchange: ode/branches/APACHE_ODE_1.X/bpel-test/src/test/resources/bpel/2.0/TestCorrelationMultiComplex/testCorrelation.bpel
------------------------------------------------------------------------------
    svn:eol-style = native

Propchange: ode/branches/APACHE_ODE_1.X/bpel-test/src/test/resources/bpel/2.0/TestCorrelationMultiComplex/testCorrelation.wsdl
------------------------------------------------------------------------------
    svn:eol-style = native

Propchange: ode/branches/APACHE_ODE_1.X/bpel-test/src/test/resources/bpel/2.0/TestCorrelationMultiJoin/deploy.xml
------------------------------------------------------------------------------
    svn:eol-style = native

Propchange: ode/branches/APACHE_ODE_1.X/bpel-test/src/test/resources/bpel/2.0/TestCorrelationMultiJoin/test1.properties
------------------------------------------------------------------------------
    svn:eol-style = native

Propchange: ode/branches/APACHE_ODE_1.X/bpel-test/src/test/resources/bpel/2.0/TestCorrelationMultiJoin/test2.properties
------------------------------------------------------------------------------
    svn:eol-style = native

Propchange: ode/branches/APACHE_ODE_1.X/bpel-test/src/test/resources/bpel/2.0/TestCorrelationMultiJoin/test3.properties
------------------------------------------------------------------------------
    svn:eol-style = native

Propchange: ode/branches/APACHE_ODE_1.X/bpel-test/src/test/resources/bpel/2.0/TestCorrelationMultiJoin/testCorrelation.bpel
------------------------------------------------------------------------------
    svn:eol-style = native

Propchange: ode/branches/APACHE_ODE_1.X/bpel-test/src/test/resources/bpel/2.0/TestCorrelationMultiJoin/testCorrelation.wsdl
------------------------------------------------------------------------------
    svn:eol-style = native

Propchange: ode/branches/APACHE_ODE_1.X/bpel-test/src/test/resources/bpel/2.0/TestCorrelationMultiNegative/deploy.xml
------------------------------------------------------------------------------
    svn:eol-style = native

Propchange: ode/branches/APACHE_ODE_1.X/bpel-test/src/test/resources/bpel/2.0/TestCorrelationMultiNegative/test1.properties
------------------------------------------------------------------------------
    svn:eol-style = native

Propchange: ode/branches/APACHE_ODE_1.X/bpel-test/src/test/resources/bpel/2.0/TestCorrelationMultiNegative/test2.properties
------------------------------------------------------------------------------
    svn:eol-style = native

Propchange: ode/branches/APACHE_ODE_1.X/bpel-test/src/test/resources/bpel/2.0/TestCorrelationMultiNegative/test3.properties
------------------------------------------------------------------------------
    svn:eol-style = native

Propchange: ode/branches/APACHE_ODE_1.X/bpel-test/src/test/resources/bpel/2.0/TestCorrelationMultiNegative/testCorrelation.bpel
------------------------------------------------------------------------------
    svn:eol-style = native

Propchange: ode/branches/APACHE_ODE_1.X/bpel-test/src/test/resources/bpel/2.0/TestCorrelationMultiNegative/testCorrelation.wsdl
------------------------------------------------------------------------------
    svn:eol-style = native

Propchange: ode/branches/APACHE_ODE_1.X/bpel-test/src/test/resources/bpel/2.0/TestCorrelationOpaque/TestCorrelationOpaque.bpel
------------------------------------------------------------------------------
    svn:eol-style = native

Propchange: ode/branches/APACHE_ODE_1.X/bpel-test/src/test/resources/bpel/2.0/TestCorrelationOpaque/TestCorrelationOpaque.wsdl
------------------------------------------------------------------------------
    svn:eol-style = native

Propchange: ode/branches/APACHE_ODE_1.X/bpel-test/src/test/resources/bpel/2.0/TestCorrelationOpaque/deploy.xml
------------------------------------------------------------------------------
    svn:eol-style = native

Propchange: ode/branches/APACHE_ODE_1.X/bpel-test/src/test/resources/bpel/2.0/TestCorrelationOpaque/test1.properties
------------------------------------------------------------------------------
    svn:eol-style = native

Propchange: ode/branches/APACHE_ODE_1.X/bpel-test/src/test/resources/bpel/2.0/TestCorrelationOpaque/test2.properties
------------------------------------------------------------------------------
    svn:eol-style = native

Propchange: ode/branches/APACHE_ODE_1.X/bpel-test/src/test/resources/bpel/2.0/TestCounter/counter.bpel
------------------------------------------------------------------------------
    svn:eol-style = native

Propchange: ode/branches/APACHE_ODE_1.X/bpel-test/src/test/resources/bpel/2.0/TestCounter/counter.wsdl
------------------------------------------------------------------------------
    svn:eol-style = native

Propchange: ode/branches/APACHE_ODE_1.X/bpel-test/src/test/resources/bpel/2.0/TestCounter/deploy.xml
------------------------------------------------------------------------------
    svn:eol-style = native

Propchange: ode/branches/APACHE_ODE_1.X/bpel-test/src/test/resources/bpel/2.0/TestCounter/test.properties
------------------------------------------------------------------------------
    svn:eol-style = native

Modified: ode/branches/APACHE_ODE_1.X/bpel-test/src/test/resources/bpel/2.0/TestDuration/BugCastDayTimeDurationToDuration-Pool.bpel
URL: http://svn.apache.org/viewvc/ode/branches/APACHE_ODE_1.X/bpel-test/src/test/resources/bpel/2.0/TestDuration/BugCastDayTimeDurationToDuration-Pool.bpel?rev=813870&r1=813869&r2=813870&view=diff
==============================================================================
--- ode/branches/APACHE_ODE_1.X/bpel-test/src/test/resources/bpel/2.0/TestDuration/BugCastDayTimeDurationToDuration-Pool.bpel (original)
+++ ode/branches/APACHE_ODE_1.X/bpel-test/src/test/resources/bpel/2.0/TestDuration/BugCastDayTimeDurationToDuration-Pool.bpel Fri Sep 11 15:07:05 2009
@@ -16,37 +16,37 @@
   ~ specific language governing permissions and limitations
   ~ under the License.
   -->
-
-<bpel:process xmlns:bpel="http://schemas.xmlsoap.org/ws/2004/03/business-process/" xmlns:pnlk="http://schemas.xmlsoap.org/ws/2004/03/partner-link/" xmlns:xs="http://www.w3.org/2001/XMLSchema" xmlns:wsdl="http://schemas.xmlsoap.org/wsdl/" xmlns:diag="http://example.com/BugCastDayTimeDurationToDuration" xmlns:Pool0="http://example.com/BugCastDayTimeDurationToDuration/Pool0" xmlns:tns="http://www.example.org/duration" xmlns:this="http://example.com/BugCastDayTimeDurationToDuration/Pool" xmlns:bpmn="http://www.intalio.com/bpms" 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" bpmn:label="Pool" bpmn:id="_S2O9UOskEdyAk8HLE80VlA" name="Pool" targetNamespace="http://example.com/BugCastDayTimeDurationToDuration/Pool">
-  <bpel:import namespace="http://example.com/BugCastDayTimeDurationToDuration" location="BugCastDayTimeDurationToDuration.wsdl" importType="http://schemas.xmlsoap.org/wsdl/"/>
-  <bpel:import namespace="http://example.com/BugCastDayTimeDurationToDuration/Pool" location="BugCastDayTimeDurationToDuration-Pool.wsdl" importType="http://schemas.xmlsoap.org/wsdl/"/>
-  <bpel:partnerLinks>
-    <bpel:partnerLink name="pool0AndPoolPlkVar" partnerLinkType="diag:Pool0AndPool" myRole="Pool_for_Pool0"/>
-  </bpel:partnerLinks>
-  <bpel:variables>
-    <bpel:variable name="thisTaskRequestMsg" messageType="this:TaskRequest"/>
-    <bpel:variable name="thisTaskResponseMsg" messageType="this:TaskResponse"/>
-  </bpel:variables>
-  <bpel:sequence>
-    <bpel:receive partnerLink="pool0AndPoolPlkVar" portType="this:ForPool0" operation="Task" variable="thisTaskRequestMsg" createInstance="yes"/>
-    <bpel:assign name="init-variables-Pool">
-      <bpel:copy bpmn:label="$thisTaskResponseMsg">
-        <bpel:from>
-          <bpel:literal><this:TaskResponse>OK</this:TaskResponse></bpel:literal>
-        </bpel:from>
-        <bpel:to>$thisTaskResponseMsg.body</bpel:to>
-      </bpel:copy>
-    </bpel:assign>
-    <bpel:assign bpmn:label="Task" bpmn:id="_6_3QwOu1EdyUWbG-WWtMzg">
-      <bpel:copy>
-        <!--<bpel:from xmlns:xdt="http://www.w3.org/2003/11/xpath-datatypes">xdt:dayTimeDuration ("PT2S")</bpel:from>-->
-        <bpel:from>xs:dayTimeDuration ("PT2S")</bpel:from>
-        <bpel:to>$thisTaskRequestMsg.body/tns:duration</bpel:to>
-      </bpel:copy>
-    </bpel:assign>
-    <bpel:wait>
-      <bpel:for>$thisTaskRequestMsg.body/tns:duration</bpel:for>
-    </bpel:wait>
-    <bpel:reply partnerLink="pool0AndPoolPlkVar" portType="this:ForPool0" operation="Task" variable="thisTaskResponseMsg"/>
-  </bpel:sequence>
+
+<bpel:process xmlns:bpel="http://schemas.xmlsoap.org/ws/2004/03/business-process/" xmlns:pnlk="http://schemas.xmlsoap.org/ws/2004/03/partner-link/" xmlns:xs="http://www.w3.org/2001/XMLSchema" xmlns:wsdl="http://schemas.xmlsoap.org/wsdl/" xmlns:diag="http://example.com/BugCastDayTimeDurationToDuration" xmlns:Pool0="http://example.com/BugCastDayTimeDurationToDuration/Pool0" xmlns:tns="http://www.example.org/duration" xmlns:this="http://example.com/BugCastDayTimeDurationToDuration/Pool" xmlns:bpmn="http://www.intalio.com/bpms" 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" bpmn:label="Pool" bpmn:id="_S2O9UOskEdyAk8HLE80VlA" name="Pool" targetNamespace="http://example.com/BugCastDayTimeDurationToDuration/Pool">
+  <bpel:import namespace="http://example.com/BugCastDayTimeDurationToDuration" location="BugCastDayTimeDurationToDuration.wsdl" importType="http://schemas.xmlsoap.org/wsdl/"/>
+  <bpel:import namespace="http://example.com/BugCastDayTimeDurationToDuration/Pool" location="BugCastDayTimeDurationToDuration-Pool.wsdl" importType="http://schemas.xmlsoap.org/wsdl/"/>
+  <bpel:partnerLinks>
+    <bpel:partnerLink name="pool0AndPoolPlkVar" partnerLinkType="diag:Pool0AndPool" myRole="Pool_for_Pool0"/>
+  </bpel:partnerLinks>
+  <bpel:variables>
+    <bpel:variable name="thisTaskRequestMsg" messageType="this:TaskRequest"/>
+    <bpel:variable name="thisTaskResponseMsg" messageType="this:TaskResponse"/>
+  </bpel:variables>
+  <bpel:sequence>
+    <bpel:receive partnerLink="pool0AndPoolPlkVar" portType="this:ForPool0" operation="Task" variable="thisTaskRequestMsg" createInstance="yes"/>
+    <bpel:assign name="init-variables-Pool">
+      <bpel:copy bpmn:label="$thisTaskResponseMsg">
+        <bpel:from>
+          <bpel:literal><this:TaskResponse>OK</this:TaskResponse></bpel:literal>
+        </bpel:from>
+        <bpel:to>$thisTaskResponseMsg.body</bpel:to>
+      </bpel:copy>
+    </bpel:assign>
+    <bpel:assign bpmn:label="Task" bpmn:id="_6_3QwOu1EdyUWbG-WWtMzg">
+      <bpel:copy>
+        <!--<bpel:from xmlns:xdt="http://www.w3.org/2003/11/xpath-datatypes">xdt:dayTimeDuration ("PT2S")</bpel:from>-->
+        <bpel:from>xs:dayTimeDuration ("PT2S")</bpel:from>
+        <bpel:to>$thisTaskRequestMsg.body/tns:duration</bpel:to>
+      </bpel:copy>
+    </bpel:assign>
+    <bpel:wait>
+      <bpel:for>$thisTaskRequestMsg.body/tns:duration</bpel:for>
+    </bpel:wait>
+    <bpel:reply partnerLink="pool0AndPoolPlkVar" portType="this:ForPool0" operation="Task" variable="thisTaskResponseMsg"/>
+  </bpel:sequence>
 </bpel:process>
\ No newline at end of file

Propchange: ode/branches/APACHE_ODE_1.X/bpel-test/src/test/resources/bpel/2.0/TestDuration/BugCastDayTimeDurationToDuration-Pool.bpel
------------------------------------------------------------------------------
    svn:eol-style = native

Propchange: ode/branches/APACHE_ODE_1.X/bpel-test/src/test/resources/bpel/2.0/TestDuration/BugCastDayTimeDurationToDuration-Pool.wsdl
------------------------------------------------------------------------------
    svn:eol-style = native

Propchange: ode/branches/APACHE_ODE_1.X/bpel-test/src/test/resources/bpel/2.0/TestDuration/BugCastDayTimeDurationToDuration.wsdl
------------------------------------------------------------------------------
    svn:eol-style = native

Propchange: ode/branches/APACHE_ODE_1.X/bpel-test/src/test/resources/bpel/2.0/TestDuration/deploy.xml
------------------------------------------------------------------------------
    svn:eol-style = native

Propchange: ode/branches/APACHE_ODE_1.X/bpel-test/src/test/resources/bpel/2.0/TestDuration/duration.xsd
------------------------------------------------------------------------------
    svn:eol-style = native

Propchange: ode/branches/APACHE_ODE_1.X/bpel-test/src/test/resources/bpel/2.0/TestDuration/test.properties
------------------------------------------------------------------------------
    svn:eol-style = native

Propchange: ode/branches/APACHE_ODE_1.X/bpel-test/src/test/resources/bpel/2.0/TestDynamicPick/TestDynamicPick.bpel
------------------------------------------------------------------------------
    svn:eol-style = native

Propchange: ode/branches/APACHE_ODE_1.X/bpel-test/src/test/resources/bpel/2.0/TestDynamicPick/TestDynamicPick.wsdl
------------------------------------------------------------------------------
    svn:eol-style = native

Propchange: ode/branches/APACHE_ODE_1.X/bpel-test/src/test/resources/bpel/2.0/TestDynamicPick/deploy.xml
------------------------------------------------------------------------------
    svn:eol-style = native

Propchange: ode/branches/APACHE_ODE_1.X/bpel-test/src/test/resources/bpel/2.0/TestDynamicPick/test1.properties
------------------------------------------------------------------------------
    svn:eol-style = native

Propchange: ode/branches/APACHE_ODE_1.X/bpel-test/src/test/resources/bpel/2.0/TestDynamicPick/test2.properties
------------------------------------------------------------------------------
    svn:eol-style = native

Propchange: ode/branches/APACHE_ODE_1.X/bpel-test/src/test/resources/bpel/2.0/TestDynamicPick/test3.properties
------------------------------------------------------------------------------
    svn:eol-style = native

Propchange: ode/branches/APACHE_ODE_1.X/bpel-test/src/test/resources/bpel/2.0/TestExpandTemplate/TestExpandTemplate.bpel
------------------------------------------------------------------------------
    svn:eol-style = native

Propchange: ode/branches/APACHE_ODE_1.X/bpel-test/src/test/resources/bpel/2.0/TestExpandTemplate/TestExpandTemplate.wsdl
------------------------------------------------------------------------------
    svn:eol-style = native

Propchange: ode/branches/APACHE_ODE_1.X/bpel-test/src/test/resources/bpel/2.0/TestExpandTemplate/deploy.xml
------------------------------------------------------------------------------
    svn:eol-style = native

Propchange: ode/branches/APACHE_ODE_1.X/bpel-test/src/test/resources/bpel/2.0/TestExpandTemplate/test.properties
------------------------------------------------------------------------------
    svn:eol-style = native

Propchange: ode/branches/APACHE_ODE_1.X/bpel-test/src/test/resources/bpel/2.0/TestFaultHandlers/deploy.xml
------------------------------------------------------------------------------
    svn:eol-style = native

Propchange: ode/branches/APACHE_ODE_1.X/bpel-test/src/test/resources/bpel/2.0/TestFaultHandlers/test.properties
------------------------------------------------------------------------------
    svn:eol-style = native

Propchange: ode/branches/APACHE_ODE_1.X/bpel-test/src/test/resources/bpel/2.0/TestFaultHandlers/testFaultHandlers.bpel
------------------------------------------------------------------------------
    svn:eol-style = native

Propchange: ode/branches/APACHE_ODE_1.X/bpel-test/src/test/resources/bpel/2.0/TestFaultHandlers/testFaultHandlers.wsdl
------------------------------------------------------------------------------
    svn:eol-style = native

Propchange: ode/branches/APACHE_ODE_1.X/bpel-test/src/test/resources/bpel/2.0/TestFaultWithVariable/TestFaultWithVariable.bpel
------------------------------------------------------------------------------
    svn:eol-style = native

Propchange: ode/branches/APACHE_ODE_1.X/bpel-test/src/test/resources/bpel/2.0/TestFaultWithVariable/TestFaultWithVariable.wsdl
------------------------------------------------------------------------------
    svn:eol-style = native

Propchange: ode/branches/APACHE_ODE_1.X/bpel-test/src/test/resources/bpel/2.0/TestFaultWithVariable/deploy.xml
------------------------------------------------------------------------------
    svn:eol-style = native

Propchange: ode/branches/APACHE_ODE_1.X/bpel-test/src/test/resources/bpel/2.0/TestFaultWithVariable/test.properties
------------------------------------------------------------------------------
    svn:eol-style = native

Propchange: ode/branches/APACHE_ODE_1.X/bpel-test/src/test/resources/bpel/2.0/TestFlowActivity1/TestActivityFlow.bpel
------------------------------------------------------------------------------
    svn:eol-style = native

Propchange: ode/branches/APACHE_ODE_1.X/bpel-test/src/test/resources/bpel/2.0/TestFlowActivity1/TestActivityFlow.wsdl
------------------------------------------------------------------------------
    svn:eol-style = native

Propchange: ode/branches/APACHE_ODE_1.X/bpel-test/src/test/resources/bpel/2.0/TestFlowActivity1/deploy.xml
------------------------------------------------------------------------------
    svn:eol-style = native

Propchange: ode/branches/APACHE_ODE_1.X/bpel-test/src/test/resources/bpel/2.0/TestFlowActivity1/test.properties
------------------------------------------------------------------------------
    svn:eol-style = native

Propchange: ode/branches/APACHE_ODE_1.X/bpel-test/src/test/resources/bpel/2.0/TestFlowActivity2/TestActivityFlow.bpel
------------------------------------------------------------------------------
    svn:eol-style = native

Propchange: ode/branches/APACHE_ODE_1.X/bpel-test/src/test/resources/bpel/2.0/TestFlowActivity2/TestActivityFlow.wsdl
------------------------------------------------------------------------------
    svn:eol-style = native

Propchange: ode/branches/APACHE_ODE_1.X/bpel-test/src/test/resources/bpel/2.0/TestFlowActivity2/deploy.xml
------------------------------------------------------------------------------
    svn:eol-style = native

Propchange: ode/branches/APACHE_ODE_1.X/bpel-test/src/test/resources/bpel/2.0/TestFlowActivity2/test.properties
------------------------------------------------------------------------------
    svn:eol-style = native

Propchange: ode/branches/APACHE_ODE_1.X/bpel-test/src/test/resources/bpel/2.0/TestFlowLinks/TestCase.bpel
------------------------------------------------------------------------------
    svn:eol-style = native

Propchange: ode/branches/APACHE_ODE_1.X/bpel-test/src/test/resources/bpel/2.0/TestFlowLinks/TestCase.wsdl
------------------------------------------------------------------------------
    svn:eol-style = native

Propchange: ode/branches/APACHE_ODE_1.X/bpel-test/src/test/resources/bpel/2.0/TestFlowLinks/deploy.xml
------------------------------------------------------------------------------
    svn:eol-style = native

Propchange: ode/branches/APACHE_ODE_1.X/bpel-test/src/test/resources/bpel/2.0/TestFlowLinks/soapRequest.txt
------------------------------------------------------------------------------
    svn:eol-style = native

Propchange: ode/branches/APACHE_ODE_1.X/bpel-test/src/test/resources/bpel/2.0/TestFlowLinks/test.properties
------------------------------------------------------------------------------
    svn:eol-style = native

Propchange: ode/branches/APACHE_ODE_1.X/bpel-test/src/test/resources/bpel/2.0/TestForEach/ForEach-ForEach.bpel
------------------------------------------------------------------------------
    svn:eol-style = native

Propchange: ode/branches/APACHE_ODE_1.X/bpel-test/src/test/resources/bpel/2.0/TestForEach/ForEach-ForEach.wsdl
------------------------------------------------------------------------------
    svn:eol-style = native

Propchange: ode/branches/APACHE_ODE_1.X/bpel-test/src/test/resources/bpel/2.0/TestForEach/ForEach.wsdl
------------------------------------------------------------------------------
    svn:eol-style = native

Propchange: ode/branches/APACHE_ODE_1.X/bpel-test/src/test/resources/bpel/2.0/TestForEach/deploy.xml
------------------------------------------------------------------------------
    svn:eol-style = native

Propchange: ode/branches/APACHE_ODE_1.X/bpel-test/src/test/resources/bpel/2.0/TestForEach/foreach.xsd
------------------------------------------------------------------------------
    svn:eol-style = native

Propchange: ode/branches/APACHE_ODE_1.X/bpel-test/src/test/resources/bpel/2.0/TestForEach/test.properties
------------------------------------------------------------------------------
    svn:eol-style = native

Propchange: ode/branches/APACHE_ODE_1.X/bpel-test/src/test/resources/bpel/2.0/TestIf/TestIf.bpel
------------------------------------------------------------------------------
    svn:eol-style = native

Propchange: ode/branches/APACHE_ODE_1.X/bpel-test/src/test/resources/bpel/2.0/TestIf/TestIf.wsdl
------------------------------------------------------------------------------
    svn:eol-style = native

Propchange: ode/branches/APACHE_ODE_1.X/bpel-test/src/test/resources/bpel/2.0/TestIf/deploy.xml
------------------------------------------------------------------------------
    svn:eol-style = native

Propchange: ode/branches/APACHE_ODE_1.X/bpel-test/src/test/resources/bpel/2.0/TestIf/test.properties
------------------------------------------------------------------------------
    svn:eol-style = native

Propchange: ode/branches/APACHE_ODE_1.X/bpel-test/src/test/resources/bpel/2.0/TestImplicitFaultHandler/TestImplicitFaultHandler.bpel
------------------------------------------------------------------------------
    svn:eol-style = native

Propchange: ode/branches/APACHE_ODE_1.X/bpel-test/src/test/resources/bpel/2.0/TestImplicitFaultHandler/TestImplicitFaultHandler.wsdl
------------------------------------------------------------------------------
    svn:eol-style = native

Propchange: ode/branches/APACHE_ODE_1.X/bpel-test/src/test/resources/bpel/2.0/TestImplicitFaultHandler/deploy.xml
------------------------------------------------------------------------------
    svn:eol-style = native

Modified: ode/branches/APACHE_ODE_1.X/bpel-test/src/test/resources/bpel/2.0/TestInsertMissingData/TestInsertMissingData.bpel
URL: http://svn.apache.org/viewvc/ode/branches/APACHE_ODE_1.X/bpel-test/src/test/resources/bpel/2.0/TestInsertMissingData/TestInsertMissingData.bpel?rev=813870&r1=813869&r2=813870&view=diff
==============================================================================
--- ode/branches/APACHE_ODE_1.X/bpel-test/src/test/resources/bpel/2.0/TestInsertMissingData/TestInsertMissingData.bpel (original)
+++ ode/branches/APACHE_ODE_1.X/bpel-test/src/test/resources/bpel/2.0/TestInsertMissingData/TestInsertMissingData.bpel Fri Sep 11 15:07:05 2009
@@ -1,105 +1,105 @@
-<!--
-	~ Licensed to the Apache Software Foundation (ASF) under one
-	~ or more contributor license agreements.  See the NOTICE file
-	~ distributed with this work for additional information
-	~ regarding copyright ownership.  The ASF licenses this file
-	~ to you under the Apache License, Version 2.0 (the
-	~ "License"); you may not use this file except in compliance
-	~ with the License.  You may obtain a copy of the License at
-	~
-	~    http://www.apache.org/licenses/LICENSE-2.0
-	~
-	~ Unless required by applicable law or agreed to in writing,
-	~ software distributed under the License is distributed on an
-	~ "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
-	~ KIND, either express or implied.  See the License for the
-	~ specific language governing permissions and limitations
-	~ under the License.
--->
-<process xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
-  xsi:schemaLocation="http://docs.oasis-open.org/wsbpel/2.0/process/executable ../../../../../../../bpel-schemas/src/main/resources/wsbpel_executable.xsd"
- xmlns:tns="http://ode/bpel/unit-test/TestInsertMissingData"
- xmlns:prb="http://ode/bpel/unit-test/ProbeService.wsdl"
- xmlns:types="http://ode/bpel/unit-test/TestInsertMissingData.wsdl.types"
- xmlns:foo="http://ode/bpel/unit-test/TestInsertMissingData.wsdl.types"
- xmlns:xsd="http://www.w3.org/2001/XMLSchema"
- xmlns:wns="http://ode/bpel/unit-test/TestInsertMissingData.wsdl"
- xmlns:ode="http://www.apache.org/ode/type/extension"
- xmlns:fn="http://www.w3.org/2005/xpath-functions"
- xmlns="http://docs.oasis-open.org/wsbpel/2.0/process/executable"
- targetNamespace="http://ode/bpel/unit-test/TestInsertMissingData"
- name="TestInsertMissingData"
- 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="TestInsertMissingData.wsdl"
-		namespace="http://ode/bpel/unit-test/TestInsertMissingData.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:TestInsertMissingDataRequest" myRole="TestInsertMissingDataService"/>
- 	</partnerLinks>
- 	<variables>
- 		<variable name="request" messageType="wns:requestMessage"/>
- 		<variable name="testType" element="types:aTestMessage"/>
- 		<variable name="reply" messageType="wns:replyMessage"/>
- 	</variables>
- 	<sequence>
- 		<receive name="receive1" partnerLink="request" portType="wns:TestInsertMissingDataPT" operation="request" variable="request" createInstance="yes"/>
- 
- 		<!-- test cases for ignore missing to data -->
- 		<assign name="assign1">			
-            <copy insertMissingToData="yes">
- 				<from>$request.requestMessageData/typeIndicators/types:indicatorTwo</from>
- 				<to>$testType/@xsi:nil</to>
- 			</copy>
-            <copy insertMissingToData="yes">
- 				<from>$request.requestMessageData/typeIndicators/types:indicatorTwo</from>
- 				<to>$testType/typeIndicators/types:indicatorTwo</to>
- 			</copy>
- 			<copy>
- 				<from>ode:delete($testType/typeIndicators)</from>
- 				<to>$testType</to>
- 			</copy>
-            <copy insertMissingToData="yes">
- 				<from>$request.requestMessageData/typeIndicators/types:indicatorTwo</from>
- 				<to>$testType/child::typeIndicators/types:indicatorTwo</to>
- 			</copy>
- 			<copy>
- 				<from>ode:delete($testType/typeIndicators)</from>
- 				<to>$testType</to>
- 			</copy>
-            <copy insertMissingToData="yes">
- 				<from>$request.requestMessageData/typeIndicators/types:indicatorTwo</from>
- 				<to>$testType/child::typeIndicators/child::types:indicatorTwo</to>
- 			</copy>
- 			<copy>
- 				<from>ode:delete($testType/typeIndicators)</from>
- 				<to>$testType</to>
- 			</copy>
-            <copy insertMissingToData="yes">
- 				<from>$request.requestMessageData/typeIndicators/types:indicatorTwo</from>
- 				<to variable="testType">/typeIndicators/child::types:indicatorTwo</to>
- 			</copy>
- 		</assign>
- 		
- 		<assign name="assign3">			
- 			<copy>
- 				<from>$request.requestMessageData/requestID</from>
- 				<to variable="reply" part="replyID"/>
- 			</copy>
- 			<copy>
- 				<from>
- 					<literal><![CDATA[pass]]></literal>
- 				</from>
- 				<to>$reply.replyText</to>
- 			</copy>
- 		</assign>
-        
- 		<reply name="reply" partnerLink="request" portType="wns:TestInsertMissingDataPT" operation="request" variable="reply"/>
- 	</sequence>
- </process>
+<!--
+	~ Licensed to the Apache Software Foundation (ASF) under one
+	~ or more contributor license agreements.  See the NOTICE file
+	~ distributed with this work for additional information
+	~ regarding copyright ownership.  The ASF licenses this file
+	~ to you under the Apache License, Version 2.0 (the
+	~ "License"); you may not use this file except in compliance
+	~ with the License.  You may obtain a copy of the License at
+	~
+	~    http://www.apache.org/licenses/LICENSE-2.0
+	~
+	~ Unless required by applicable law or agreed to in writing,
+	~ software distributed under the License is distributed on an
+	~ "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
+	~ KIND, either express or implied.  See the License for the
+	~ specific language governing permissions and limitations
+	~ under the License.
+-->
+<process xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
+  xsi:schemaLocation="http://docs.oasis-open.org/wsbpel/2.0/process/executable ../../../../../../../bpel-schemas/src/main/resources/wsbpel_executable.xsd"
+ xmlns:tns="http://ode/bpel/unit-test/TestInsertMissingData"
+ xmlns:prb="http://ode/bpel/unit-test/ProbeService.wsdl"
+ xmlns:types="http://ode/bpel/unit-test/TestInsertMissingData.wsdl.types"
+ xmlns:foo="http://ode/bpel/unit-test/TestInsertMissingData.wsdl.types"
+ xmlns:xsd="http://www.w3.org/2001/XMLSchema"
+ xmlns:wns="http://ode/bpel/unit-test/TestInsertMissingData.wsdl"
+ xmlns:ode="http://www.apache.org/ode/type/extension"
+ xmlns:fn="http://www.w3.org/2005/xpath-functions"
+ xmlns="http://docs.oasis-open.org/wsbpel/2.0/process/executable"
+ targetNamespace="http://ode/bpel/unit-test/TestInsertMissingData"
+ name="TestInsertMissingData"
+ 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="TestInsertMissingData.wsdl"
+		namespace="http://ode/bpel/unit-test/TestInsertMissingData.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:TestInsertMissingDataRequest" myRole="TestInsertMissingDataService"/>
+ 	</partnerLinks>
+ 	<variables>
+ 		<variable name="request" messageType="wns:requestMessage"/>
+ 		<variable name="testType" element="types:aTestMessage"/>
+ 		<variable name="reply" messageType="wns:replyMessage"/>
+ 	</variables>
+ 	<sequence>
+ 		<receive name="receive1" partnerLink="request" portType="wns:TestInsertMissingDataPT" operation="request" variable="request" createInstance="yes"/>
+ 
+ 		<!-- test cases for ignore missing to data -->
+ 		<assign name="assign1">			
+            <copy insertMissingToData="yes">
+ 				<from>$request.requestMessageData/typeIndicators/types:indicatorTwo</from>
+ 				<to>$testType/@xsi:nil</to>
+ 			</copy>
+            <copy insertMissingToData="yes">
+ 				<from>$request.requestMessageData/typeIndicators/types:indicatorTwo</from>
+ 				<to>$testType/typeIndicators/types:indicatorTwo</to>
+ 			</copy>
+ 			<copy>
+ 				<from>ode:delete($testType/typeIndicators)</from>
+ 				<to>$testType</to>
+ 			</copy>
+            <copy insertMissingToData="yes">
+ 				<from>$request.requestMessageData/typeIndicators/types:indicatorTwo</from>
+ 				<to>$testType/child::typeIndicators/types:indicatorTwo</to>
+ 			</copy>
+ 			<copy>
+ 				<from>ode:delete($testType/typeIndicators)</from>
+ 				<to>$testType</to>
+ 			</copy>
+            <copy insertMissingToData="yes">
+ 				<from>$request.requestMessageData/typeIndicators/types:indicatorTwo</from>
+ 				<to>$testType/child::typeIndicators/child::types:indicatorTwo</to>
+ 			</copy>
+ 			<copy>
+ 				<from>ode:delete($testType/typeIndicators)</from>
+ 				<to>$testType</to>
+ 			</copy>
+            <copy insertMissingToData="yes">
+ 				<from>$request.requestMessageData/typeIndicators/types:indicatorTwo</from>
+ 				<to variable="testType">/typeIndicators/child::types:indicatorTwo</to>
+ 			</copy>
+ 		</assign>
+ 		
+ 		<assign name="assign3">			
+ 			<copy>
+ 				<from>$request.requestMessageData/requestID</from>
+ 				<to variable="reply" part="replyID"/>
+ 			</copy>
+ 			<copy>
+ 				<from>
+ 					<literal><![CDATA[pass]]></literal>
+ 				</from>
+ 				<to>$reply.replyText</to>
+ 			</copy>
+ 		</assign>
+        
+ 		<reply name="reply" partnerLink="request" portType="wns:TestInsertMissingDataPT" operation="request" variable="reply"/>
+ 	</sequence>
+ </process>

Propchange: ode/branches/APACHE_ODE_1.X/bpel-test/src/test/resources/bpel/2.0/TestInsertMissingData/TestInsertMissingData.bpel
------------------------------------------------------------------------------
    svn:eol-style = native

Modified: ode/branches/APACHE_ODE_1.X/bpel-test/src/test/resources/bpel/2.0/TestInsertMissingData/TestInsertMissingData.wsdl
URL: http://svn.apache.org/viewvc/ode/branches/APACHE_ODE_1.X/bpel-test/src/test/resources/bpel/2.0/TestInsertMissingData/TestInsertMissingData.wsdl?rev=813870&r1=813869&r2=813870&view=diff
==============================================================================
--- ode/branches/APACHE_ODE_1.X/bpel-test/src/test/resources/bpel/2.0/TestInsertMissingData/TestInsertMissingData.wsdl (original)
+++ ode/branches/APACHE_ODE_1.X/bpel-test/src/test/resources/bpel/2.0/TestInsertMissingData/TestInsertMissingData.wsdl Fri Sep 11 15:07:05 2009
@@ -1,102 +1,102 @@
-<!--
-  ~ Licensed to the Apache Software Foundation (ASF) under one
-  ~ or more contributor license agreements.  See the NOTICE file
-  ~ distributed with this work for additional information
-  ~ regarding copyright ownership.  The ASF licenses this file
-  ~ to you under the Apache License, Version 2.0 (the
-  ~ "License"); you may not use this file except in compliance
-  ~ with the License.  You may obtain a copy of the License at
-  ~
-  ~    http://www.apache.org/licenses/LICENSE-2.0
-  ~
-  ~ Unless required by applicable law or agreed to in writing,
-  ~ software distributed under the License is distributed on an
-  ~ "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
-  ~ KIND, either express or implied.  See the License for the
-  ~ specific language governing permissions and limitations
-  ~ under the License.
--->
-<wsdl:definitions 
-  targetNamespace="http://ode/bpel/unit-test/TestInsertMissingData.wsdl"
-  xmlns:tns="http://ode/bpel/unit-test/TestInsertMissingData.wsdl"
-  xmlns:typens="http://ode/bpel/unit-test/TestInsertMissingData.wsdl.types"
-  xmlns="http://ode/bpel/unit-test/TestInsertMissingData.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: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/TestInsertMissingData.wsdl.types"
-       xmlns="http://ode/bpel/unit-test/TestInsertMissingData.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"/>
-	         <xsd:element ref="indicatorTwo"/>
-        </xsd:sequence>
-	  </xsd:complexType>
-      <xsd:complexType name="testMessage">
-        <xsd:sequence>
-             <xsd:element name="requestID" type="xsd:string"/>
-             <xsd:element name="requestText" type="xsd:string"/>
-             <xsd:element name="typeIndicators" type="typeIndicator"/>
-        </xsd:sequence>
-      </xsd:complexType>
-
-    </xsd:schema>
-  </wsdl:types>
-
-  <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="TestInsertMissingDataPT">
-    <wsdl:operation name="request">
-      <wsdl:input message="requestMessage"/>
-      <wsdl:output message="replyMessage"/>
-    </wsdl:operation>
-  </wsdl:portType>
-  
-  <wsdl:binding name="TestInsertMissingDataBinding" type="tns:TestInsertMissingDataPT">
-    <wsdl:operation name="request">
-    </wsdl:operation>
-  </wsdl:binding>
-  <wsdl:service name="TestInsertMissingDataService">
-    <wsdl:port name="TestInsertMissingDataPort" binding="tns:TestInsertMissingDataBinding">
-    </wsdl:port>
-  </wsdl:service>
-
-  <plnk:partnerLinkType name="TestInsertMissingDataRequest">
-    <plnk:role name="TestInsertMissingDataService" portType="TestInsertMissingDataPT"/>
-   </plnk:partnerLinkType>
-
-   <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:propertyAlias>
-
-</wsdl:definitions>
+<!--
+  ~ Licensed to the Apache Software Foundation (ASF) under one
+  ~ or more contributor license agreements.  See the NOTICE file
+  ~ distributed with this work for additional information
+  ~ regarding copyright ownership.  The ASF licenses this file
+  ~ to you under the Apache License, Version 2.0 (the
+  ~ "License"); you may not use this file except in compliance
+  ~ with the License.  You may obtain a copy of the License at
+  ~
+  ~    http://www.apache.org/licenses/LICENSE-2.0
+  ~
+  ~ Unless required by applicable law or agreed to in writing,
+  ~ software distributed under the License is distributed on an
+  ~ "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
+  ~ KIND, either express or implied.  See the License for the
+  ~ specific language governing permissions and limitations
+  ~ under the License.
+-->
+<wsdl:definitions 
+  targetNamespace="http://ode/bpel/unit-test/TestInsertMissingData.wsdl"
+  xmlns:tns="http://ode/bpel/unit-test/TestInsertMissingData.wsdl"
+  xmlns:typens="http://ode/bpel/unit-test/TestInsertMissingData.wsdl.types"
+  xmlns="http://ode/bpel/unit-test/TestInsertMissingData.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: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/TestInsertMissingData.wsdl.types"
+       xmlns="http://ode/bpel/unit-test/TestInsertMissingData.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"/>
+	         <xsd:element ref="indicatorTwo"/>
+        </xsd:sequence>
+	  </xsd:complexType>
+      <xsd:complexType name="testMessage">
+        <xsd:sequence>
+             <xsd:element name="requestID" type="xsd:string"/>
+             <xsd:element name="requestText" type="xsd:string"/>
+             <xsd:element name="typeIndicators" type="typeIndicator"/>
+        </xsd:sequence>
+      </xsd:complexType>
+
+    </xsd:schema>
+  </wsdl:types>
+
+  <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="TestInsertMissingDataPT">
+    <wsdl:operation name="request">
+      <wsdl:input message="requestMessage"/>
+      <wsdl:output message="replyMessage"/>
+    </wsdl:operation>
+  </wsdl:portType>
+  
+  <wsdl:binding name="TestInsertMissingDataBinding" type="tns:TestInsertMissingDataPT">
+    <wsdl:operation name="request">
+    </wsdl:operation>
+  </wsdl:binding>
+  <wsdl:service name="TestInsertMissingDataService">
+    <wsdl:port name="TestInsertMissingDataPort" binding="tns:TestInsertMissingDataBinding">
+    </wsdl:port>
+  </wsdl:service>
+
+  <plnk:partnerLinkType name="TestInsertMissingDataRequest">
+    <plnk:role name="TestInsertMissingDataService" portType="TestInsertMissingDataPT"/>
+   </plnk:partnerLinkType>
+
+   <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:propertyAlias>
+
+</wsdl:definitions>

Propchange: ode/branches/APACHE_ODE_1.X/bpel-test/src/test/resources/bpel/2.0/TestInsertMissingData/TestInsertMissingData.wsdl
------------------------------------------------------------------------------
    svn:eol-style = native

Modified: ode/branches/APACHE_ODE_1.X/bpel-test/src/test/resources/bpel/2.0/TestInsertMissingData/deploy.xml
URL: http://svn.apache.org/viewvc/ode/branches/APACHE_ODE_1.X/bpel-test/src/test/resources/bpel/2.0/TestInsertMissingData/deploy.xml?rev=813870&r1=813869&r2=813870&view=diff
==============================================================================
--- ode/branches/APACHE_ODE_1.X/bpel-test/src/test/resources/bpel/2.0/TestInsertMissingData/deploy.xml (original)
+++ ode/branches/APACHE_ODE_1.X/bpel-test/src/test/resources/bpel/2.0/TestInsertMissingData/deploy.xml Fri Sep 11 15:07:05 2009
@@ -1,31 +1,31 @@
-<!--
-	~ Licensed to the Apache Software Foundation (ASF) under one
-	~ or more contributor license agreements.  See the NOTICE file
-	~ distributed with this work for additional information
-	~ regarding copyright ownership.  The ASF licenses this file
-	~ to you under the Apache License, Version 2.0 (the
-	~ "License"); you may not use this file except in compliance
-	~ with the License.  You may obtain a copy of the License at
-	~
-	~    http://www.apache.org/licenses/LICENSE-2.0
-	~
-	~ Unless required by applicable law or agreed to in writing,
-	~ software distributed under the License is distributed on an
-	~ "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
-	~ KIND, either express or implied.  See the License for the
-	~ specific language governing permissions and limitations
-	~ under the License.
--->
-
-<deploy xmlns="http://www.apache.org/ode/schemas/dd/2007/03"
-	xmlns:pns="http://ode/bpel/unit-test/TestInsertMissingData" 
-	xmlns:wns="http://ode/bpel/unit-test/TestInsertMissingData.wsdl">
-
-
-	<process name="pns:TestInsertMissingData">
-		<active>true</active>
-		<provide partnerLink="request">
-			<service name="wns:TestInsertMissingDataService" port="wns:TestInsertMissingDataPort"/>
-		</provide>
-	</process>
-</deploy>
+<!--
+	~ Licensed to the Apache Software Foundation (ASF) under one
+	~ or more contributor license agreements.  See the NOTICE file
+	~ distributed with this work for additional information
+	~ regarding copyright ownership.  The ASF licenses this file
+	~ to you under the Apache License, Version 2.0 (the
+	~ "License"); you may not use this file except in compliance
+	~ with the License.  You may obtain a copy of the License at
+	~
+	~    http://www.apache.org/licenses/LICENSE-2.0
+	~
+	~ Unless required by applicable law or agreed to in writing,
+	~ software distributed under the License is distributed on an
+	~ "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
+	~ KIND, either express or implied.  See the License for the
+	~ specific language governing permissions and limitations
+	~ under the License.
+-->
+
+<deploy xmlns="http://www.apache.org/ode/schemas/dd/2007/03"
+	xmlns:pns="http://ode/bpel/unit-test/TestInsertMissingData" 
+	xmlns:wns="http://ode/bpel/unit-test/TestInsertMissingData.wsdl">
+
+
+	<process name="pns:TestInsertMissingData">
+		<active>true</active>
+		<provide partnerLink="request">
+			<service name="wns:TestInsertMissingDataService" port="wns:TestInsertMissingDataPort"/>
+		</provide>
+	</process>
+</deploy>

Propchange: ode/branches/APACHE_ODE_1.X/bpel-test/src/test/resources/bpel/2.0/TestInsertMissingData/deploy.xml
------------------------------------------------------------------------------
    svn:eol-style = native

Modified: ode/branches/APACHE_ODE_1.X/bpel-test/src/test/resources/bpel/2.0/TestInsertMissingData/test1.properties
URL: http://svn.apache.org/viewvc/ode/branches/APACHE_ODE_1.X/bpel-test/src/test/resources/bpel/2.0/TestInsertMissingData/test1.properties?rev=813870&r1=813869&r2=813870&view=diff
==============================================================================
--- ode/branches/APACHE_ODE_1.X/bpel-test/src/test/resources/bpel/2.0/TestInsertMissingData/test1.properties (original)
+++ ode/branches/APACHE_ODE_1.X/bpel-test/src/test/resources/bpel/2.0/TestInsertMissingData/test1.properties Fri Sep 11 15:07:05 2009
@@ -1,22 +1,22 @@
-#
-#    Licensed to the Apache Software Foundation (ASF) under one or more
-#    contributor license agreements.  See the NOTICE file distributed with
-#    this work for additional information regarding copyright ownership.
-#    The ASF licenses this file to You under the Apache License, Version 2.0
-#    (the "License"); you may not use this file except in compliance with
-#    the License.  You may obtain a copy of the License at
-#
-#       http://www.apache.org/licenses/LICENSE-2.0
-#
-#    Unless required by applicable law or agreed to in writing, software
-#    distributed under the License is distributed on an "AS IS" BASIS,
-#    WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
-#    See the License for the specific language governing permissions and
-#    limitations under the License.
-#
-
-namespace=http://ode/bpel/unit-test/TestInsertMissingData.wsdl
-service=TestInsertMissingDataService
-operation=request
-request1=<message><requestMessageData><ens:aTestMessage xmlns:ens="http://ode/bpel/unit-test/TestInsertMissingData.wsdl.types"><requestID>Start InsertMissingData</requestID><requestText>Event InsertMissingData</requestText><typeIndicators xmlns:foo="http://ode/bpel/unit-test/TestInsertMissingData.wsdl.types"><foo:indicatorOne>fail</foo:indicatorOne><foo:indicatorTwo>fail</foo:indicatorTwo></typeIndicators></ens:aTestMessage></requestMessageData></message>
-response1=.*<replyID>Start InsertMissingData</replyID><replyText>pass</replyText>.*
+#
+#    Licensed to the Apache Software Foundation (ASF) under one or more
+#    contributor license agreements.  See the NOTICE file distributed with
+#    this work for additional information regarding copyright ownership.
+#    The ASF licenses this file to You under the Apache License, Version 2.0
+#    (the "License"); you may not use this file except in compliance with
+#    the License.  You may obtain a copy of the License at
+#
+#       http://www.apache.org/licenses/LICENSE-2.0
+#
+#    Unless required by applicable law or agreed to in writing, software
+#    distributed under the License is distributed on an "AS IS" BASIS,
+#    WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+#    See the License for the specific language governing permissions and
+#    limitations under the License.
+#
+
+namespace=http://ode/bpel/unit-test/TestInsertMissingData.wsdl
+service=TestInsertMissingDataService
+operation=request
+request1=<message><requestMessageData><ens:aTestMessage xmlns:ens="http://ode/bpel/unit-test/TestInsertMissingData.wsdl.types"><requestID>Start InsertMissingData</requestID><requestText>Event InsertMissingData</requestText><typeIndicators xmlns:foo="http://ode/bpel/unit-test/TestInsertMissingData.wsdl.types"><foo:indicatorOne>fail</foo:indicatorOne><foo:indicatorTwo>fail</foo:indicatorTwo></typeIndicators></ens:aTestMessage></requestMessageData></message>
+response1=.*<replyID>Start InsertMissingData</replyID><replyText>pass</replyText>.*

Propchange: ode/branches/APACHE_ODE_1.X/bpel-test/src/test/resources/bpel/2.0/TestInsertMissingData/test1.properties
------------------------------------------------------------------------------
    svn:eol-style = native

Propchange: ode/branches/APACHE_ODE_1.X/bpel-test/src/test/resources/bpel/2.0/TestInstantiatingPick/TestInstantiatingPick.bpel
------------------------------------------------------------------------------
    svn:eol-style = native

Propchange: ode/branches/APACHE_ODE_1.X/bpel-test/src/test/resources/bpel/2.0/TestInstantiatingPick/TestInstantiatingPick.wsdl
------------------------------------------------------------------------------
    svn:eol-style = native

Propchange: ode/branches/APACHE_ODE_1.X/bpel-test/src/test/resources/bpel/2.0/TestInstantiatingPick/deploy.xml
------------------------------------------------------------------------------
    svn:eol-style = native

Propchange: ode/branches/APACHE_ODE_1.X/bpel-test/src/test/resources/bpel/2.0/TestInstantiatingPick/test1.properties
------------------------------------------------------------------------------
    svn:eol-style = native

Propchange: ode/branches/APACHE_ODE_1.X/bpel-test/src/test/resources/bpel/2.0/TestInstantiatingPick/test2.properties
------------------------------------------------------------------------------
    svn:eol-style = native

Propchange: ode/branches/APACHE_ODE_1.X/bpel-test/src/test/resources/bpel/2.0/TestMsgDate/BugFromNodeDateTimeToWait-Pool.bpel
------------------------------------------------------------------------------
    svn:eol-style = native

Propchange: ode/branches/APACHE_ODE_1.X/bpel-test/src/test/resources/bpel/2.0/TestMsgDate/BugFromNodeDateTimeToWait-Pool.wsdl
------------------------------------------------------------------------------
    svn:eol-style = native

Propchange: ode/branches/APACHE_ODE_1.X/bpel-test/src/test/resources/bpel/2.0/TestMsgDate/BugFromNodeDateTimeToWait.wsdl
------------------------------------------------------------------------------
    svn:eol-style = native

Propchange: ode/branches/APACHE_ODE_1.X/bpel-test/src/test/resources/bpel/2.0/TestMsgDate/NewXMLSchema.xsd
------------------------------------------------------------------------------
    svn:eol-style = native