You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@ode.apache.org by bo...@apache.org on 2007/11/15 22:47:36 UTC

svn commit: r595470 - in /ode/trunk/bpel-test/src/test/resources/bpel/2.0: TestCompensationHandlers/ TestFaultHandlers/ TestFaultWithVariable/ TestFlowActivity1/ TestFlowActivity2/ TestSimpleTypeParts/ TestSimpleVariableType/ TestTimer/ TestXPathNamesp...

Author: boisvert
Date: Thu Nov 15 13:47:34 2007
New Revision: 595470

URL: http://svn.apache.org/viewvc?rev=595470&view=rev
Log:
Merge test case fixes from Ode 1.1. branch (r595407 and r595457)

Modified:
    ode/trunk/bpel-test/src/test/resources/bpel/2.0/TestCompensationHandlers/deploy.xml
    ode/trunk/bpel-test/src/test/resources/bpel/2.0/TestFaultHandlers/deploy.xml
    ode/trunk/bpel-test/src/test/resources/bpel/2.0/TestFaultWithVariable/deploy.xml
    ode/trunk/bpel-test/src/test/resources/bpel/2.0/TestFlowActivity1/deploy.xml
    ode/trunk/bpel-test/src/test/resources/bpel/2.0/TestFlowActivity2/deploy.xml
    ode/trunk/bpel-test/src/test/resources/bpel/2.0/TestSimpleTypeParts/TestSimpleTypeParts.bpel
    ode/trunk/bpel-test/src/test/resources/bpel/2.0/TestSimpleVariableType/TestSimpleVariableType.bpel
    ode/trunk/bpel-test/src/test/resources/bpel/2.0/TestTimer/deploy.xml
    ode/trunk/bpel-test/src/test/resources/bpel/2.0/TestXPathNamespace1/TestXPathNamespace1.bpel
    ode/trunk/bpel-test/src/test/resources/bpel/2.0/TestXslTransform/HelloXslWorld.bpel
    ode/trunk/bpel-test/src/test/resources/bpel/2.0/TestXslTransform/HelloXslWorld.wsdl
    ode/trunk/bpel-test/src/test/resources/bpel/2.0/TestXslTransform/deploy.xml

Modified: ode/trunk/bpel-test/src/test/resources/bpel/2.0/TestCompensationHandlers/deploy.xml
URL: http://svn.apache.org/viewvc/ode/trunk/bpel-test/src/test/resources/bpel/2.0/TestCompensationHandlers/deploy.xml?rev=595470&r1=595469&r2=595470&view=diff
==============================================================================
--- ode/trunk/bpel-test/src/test/resources/bpel/2.0/TestCompensationHandlers/deploy.xml (original)
+++ ode/trunk/bpel-test/src/test/resources/bpel/2.0/TestCompensationHandlers/deploy.xml Thu Nov 15 13:47:34 2007
@@ -27,5 +27,9 @@
 		<provide partnerLink="request">
 			<service name="wns:testCompensationHandlersService" port="wns:testCompensationHandlersPort"/>
 		</provide>
+        <invoke partnerLink="probe">
+			<service name="ignore" port="ignore"/>
+		</invoke>
+
 	</process>
 </deploy>

Modified: ode/trunk/bpel-test/src/test/resources/bpel/2.0/TestFaultHandlers/deploy.xml
URL: http://svn.apache.org/viewvc/ode/trunk/bpel-test/src/test/resources/bpel/2.0/TestFaultHandlers/deploy.xml?rev=595470&r1=595469&r2=595470&view=diff
==============================================================================
--- ode/trunk/bpel-test/src/test/resources/bpel/2.0/TestFaultHandlers/deploy.xml (original)
+++ ode/trunk/bpel-test/src/test/resources/bpel/2.0/TestFaultHandlers/deploy.xml Thu Nov 15 13:47:34 2007
@@ -27,5 +27,8 @@
 		<provide partnerLink="request">
 			<service name="wns:testFaultHandlersService" port="wns:testFaultHandlersPort"/>
 		</provide>
+		<invoke partnerLink="probe">
+			<service name="ignore" port="ignore"/>
+		</invoke>
 	</process>
 </deploy>

Modified: ode/trunk/bpel-test/src/test/resources/bpel/2.0/TestFaultWithVariable/deploy.xml
URL: http://svn.apache.org/viewvc/ode/trunk/bpel-test/src/test/resources/bpel/2.0/TestFaultWithVariable/deploy.xml?rev=595470&r1=595469&r2=595470&view=diff
==============================================================================
--- ode/trunk/bpel-test/src/test/resources/bpel/2.0/TestFaultWithVariable/deploy.xml (original)
+++ ode/trunk/bpel-test/src/test/resources/bpel/2.0/TestFaultWithVariable/deploy.xml Thu Nov 15 13:47:34 2007
@@ -27,5 +27,11 @@
 		<provide partnerLink="request">
 			<service name="wns:TestFaultWithVariableService" port="wns:TestFaultWithVariablePort"/>
 		</provide>
+		<invoke partnerLink="probe">
+			<service name="ignore" port="ignore"/>
+		</invoke>
+		<invoke partnerLink="fault">
+			<service name="ignore" port="ignore"/>
+		</invoke>
 	</process>
 </deploy>

Modified: ode/trunk/bpel-test/src/test/resources/bpel/2.0/TestFlowActivity1/deploy.xml
URL: http://svn.apache.org/viewvc/ode/trunk/bpel-test/src/test/resources/bpel/2.0/TestFlowActivity1/deploy.xml?rev=595470&r1=595469&r2=595470&view=diff
==============================================================================
--- ode/trunk/bpel-test/src/test/resources/bpel/2.0/TestFlowActivity1/deploy.xml (original)
+++ ode/trunk/bpel-test/src/test/resources/bpel/2.0/TestFlowActivity1/deploy.xml Thu Nov 15 13:47:34 2007
@@ -27,5 +27,8 @@
 		<provide partnerLink="request">
 			<service name="wns:TestFlowActivityService" port="wns:TestFlowActivityPort"/>
 		</provide>
+		<invoke partnerLink="probe">
+			<service name="ignore" port="ignore"/>
+		</invoke>
 	</process>
 </deploy>

Modified: ode/trunk/bpel-test/src/test/resources/bpel/2.0/TestFlowActivity2/deploy.xml
URL: http://svn.apache.org/viewvc/ode/trunk/bpel-test/src/test/resources/bpel/2.0/TestFlowActivity2/deploy.xml?rev=595470&r1=595469&r2=595470&view=diff
==============================================================================
--- ode/trunk/bpel-test/src/test/resources/bpel/2.0/TestFlowActivity2/deploy.xml (original)
+++ ode/trunk/bpel-test/src/test/resources/bpel/2.0/TestFlowActivity2/deploy.xml Thu Nov 15 13:47:34 2007
@@ -27,5 +27,8 @@
 		<provide partnerLink="request">
 			<service name="wns:TestFlowActivityService" port="wns:TestFlowActivityPort"/>
 		</provide>
+		<invoke partnerLink="probe">
+			<service name="ignore" port="ignore"/>
+		</invoke>
 	</process>
 </deploy>

Modified: ode/trunk/bpel-test/src/test/resources/bpel/2.0/TestSimpleTypeParts/TestSimpleTypeParts.bpel
URL: http://svn.apache.org/viewvc/ode/trunk/bpel-test/src/test/resources/bpel/2.0/TestSimpleTypeParts/TestSimpleTypeParts.bpel?rev=595470&r1=595469&r2=595470&view=diff
==============================================================================
--- ode/trunk/bpel-test/src/test/resources/bpel/2.0/TestSimpleTypeParts/TestSimpleTypeParts.bpel (original)
+++ ode/trunk/bpel-test/src/test/resources/bpel/2.0/TestSimpleTypeParts/TestSimpleTypeParts.bpel Thu Nov 15 13:47:34 2007
@@ -1,52 +1,49 @@
-<!--
-	~ 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/TestSimpleTypeParts"
-	xmlns:wns="http://ode/bpel/unit-test/TestSimpleTypeParts.wsdl"
-	targetNamespace="http://ode/bpel/unit-test/TestSimpleTypeParts"
-	xmlns:prb="http://ode/bpel/unit-test/ProbeService.wsdl"
-	xmlns="http://docs.oasis-open.org/wsbpel/2.0/process/executable"
-	name="TestSimpleTypeParts"
-	queryLanguage="urn:oasis:names:tc:wsbpel:2.0:sublang:xpath2.0"
-	expressionLanguage="urn:oasis:names:tc:wsbpel:2.0:sublang:xpath2.0"
+<!--
+	~ 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/TestSimpleTypeParts"
+	xmlns:wns="http://ode/bpel/unit-test/TestSimpleTypeParts.wsdl"
+	targetNamespace="http://ode/bpel/unit-test/TestSimpleTypeParts"
+	xmlns:prb="http://ode/bpel/unit-test/ProbeService.wsdl"
+	xmlns="http://docs.oasis-open.org/wsbpel/2.0/process/executable"
+	name="TestSimpleTypeParts"
+	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="TestSimpleTypeParts.wsdl"
-		namespace="http://ode/bpel/unit-test/TestSimpleTypeParts.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/"/>
+	<import location="TestSimpleTypeParts.wsdl"
+		namespace="http://ode/bpel/unit-test/TestSimpleTypeParts.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:TestSimpleTypePartsRequest" myRole="TestSimpleTypePartsService"/>
-  	<partnerLink name="probe" partnerLinkType="wns:probeRequest" partnerRole="probeService" initializePartnerRole="yes"/>
   </partnerLinks>
 
   <variables>
     <variable name="request" 
                messageType="wns:requestMessage"/>
-    <variable name="probeInput" 
-               messageType="prb:probeMessage"/>
     <variable name="reply" 
                messageType="wns:replyMessage"/>
   </variables>

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=595470&r1=595469&r2=595470&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 Nov 15 13:47:34 2007
@@ -1,53 +1,50 @@
-<!--
-	~ 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"
-	targetNamespace="http://ode/bpel/unit-test/TestSimpleVariableType"
-	xmlns:tns="http://ode/bpel/unit-test/TestSimpleVariableType"
-	xmlns:wns="http://ode/bpel/unit-test/TestSimpleVariableType.wsdl"
-	xmlns:prb="http://ode/bpel/unit-test/ProbeService.wsdl"
-	xmlns="http://docs.oasis-open.org/wsbpel/2.0/process/executable"
-	xmlns:xsd="http://www.w3.org/2001/XMLSchema"
-	name="TestSimpleVariableType"
-	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/" />
-	<import location="../ProbeService/probeService.wsdl"
-		namespace="http://ode/bpel/unit-test/ProbeService.wsdl"
+<!--
+	~ 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"
+	targetNamespace="http://ode/bpel/unit-test/TestSimpleVariableType"
+	xmlns:tns="http://ode/bpel/unit-test/TestSimpleVariableType"
+	xmlns:wns="http://ode/bpel/unit-test/TestSimpleVariableType.wsdl"
+	xmlns:prb="http://ode/bpel/unit-test/ProbeService.wsdl"
+	xmlns="http://docs.oasis-open.org/wsbpel/2.0/process/executable"
+	xmlns:xsd="http://www.w3.org/2001/XMLSchema"
+	name="TestSimpleVariableType"
+	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/" />
+	<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:TestSimpleVariableTypeRequest" myRole="TestSimpleVariableTypeService"/>
-  	<partnerLink name="probe" partnerLinkType="wns:probeRequest" partnerRole="probeService" initializePartnerRole="yes"/>
   </partnerLinks>
 
   <variables>
     <variable name="request" 
                messageType="wns:requestMessage"/>
     <variable name="testType" type="xsd:string"/>
-    <variable name="probeInput" 
-               messageType="prb:probeMessage"/>
     <variable name="reply" 
                messageType="wns:replyMessage"/>
   </variables>

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=595470&r1=595469&r2=595470&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 Nov 15 13:47:34 2007
@@ -27,5 +27,8 @@
 		<provide partnerLink="request">
 			<service name="wns:testTimerService" port="wns:testTimerPort"/>
 		</provide>
+		<invoke partnerLink="probe">
+			<service name="ignore" port="ignore"/>
+		</invoke>
 	</process>
 </deploy>

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=595470&r1=595469&r2=595470&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 Nov 15 13:47:34 2007
@@ -1,65 +1,63 @@
-<!--
-	~ 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/TestXPathNamespace1"
-	xmlns:wns="http://ode/bpel/unit-test/TestXPathNamespace1.wsdl"
-	targetNamespace="http://ode/bpel/unit-test/TestXPathNamespace1"
-	xmlns:types1="http://ode/bpel/unit-test/TestXPathNamespace1.wsdl.types1"
-	xmlns:prb="http://ode/bpel/unit-test/ProbeService.wsdl"
-	xmlns="http://docs.oasis-open.org/wsbpel/2.0/process/executable"
-	name="TestXPathNamespace1"
-	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"/>
-		<partnerLink name="probe" partnerLinkType="wns:probeRequest" partnerRole="probeService"  initializePartnerRole="yes"/>
-	</partnerLinks>
-	<variables>
-		<variable name="request" messageType="wns:requestMessage1"/>
-		<variable name="probeInput" messageType="prb:probeMessage"/>
-		<variable name="reply" messageType="wns:replyMessage1"/>
-	</variables>
-	<sequence>
-		<receive name="receive1" partnerLink="request" portType="wns:TestXPathNamespace1PT" operation="request" variable="request" createInstance="yes"> </receive>
-		<!-- Copy input variables to internal accumulators -->
-		<assign name="assign1">
-			<copy>
-				<from>$request.requestMessageData/requestID</from>
-				<to variable="reply" part="replyID"/>
-			</copy>
-			<copy>
-				<from xmlns:foo="http://ode/bpel/unit-test/TestXPathNamespace1.wsdl.footypes">$request.requestMessageData/typeIndicators/foo:indicatorTwo</from>
-				<to variable="reply" part="replyText"/>
-			</copy>
-		</assign>
-		<reply name="reply" partnerLink="request" portType="wns:TestXPathNamespace1PT" operation="request" variable="reply"> </reply>
-	</sequence>
+<!--
+	~ 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/TestXPathNamespace1"
+	xmlns:wns="http://ode/bpel/unit-test/TestXPathNamespace1.wsdl"
+	targetNamespace="http://ode/bpel/unit-test/TestXPathNamespace1"
+	xmlns:types1="http://ode/bpel/unit-test/TestXPathNamespace1.wsdl.types1"
+	xmlns:prb="http://ode/bpel/unit-test/ProbeService.wsdl"
+	xmlns="http://docs.oasis-open.org/wsbpel/2.0/process/executable"
+	name="TestXPathNamespace1"
+	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"/>
+	</partnerLinks>
+	<variables>
+		<variable name="request" messageType="wns:requestMessage1"/>
+		<variable name="reply" messageType="wns:replyMessage1"/>
+	</variables>
+	<sequence>
+		<receive name="receive1" partnerLink="request" portType="wns:TestXPathNamespace1PT" operation="request" variable="request" createInstance="yes"> </receive>
+		<!-- Copy input variables to internal accumulators -->
+		<assign name="assign1">
+			<copy>
+				<from>$request.requestMessageData/requestID</from>
+				<to variable="reply" part="replyID"/>
+			</copy>
+			<copy>
+				<from xmlns:foo="http://ode/bpel/unit-test/TestXPathNamespace1.wsdl.footypes">$request.requestMessageData/typeIndicators/foo:indicatorTwo</from>
+				<to variable="reply" part="replyText"/>
+			</copy>
+		</assign>
+		<reply name="reply" partnerLink="request" portType="wns:TestXPathNamespace1PT" operation="request" variable="reply"> </reply>
+	</sequence>
 </process>

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=595470&r1=595469&r2=595470&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 Nov 15 13:47:34 2007
@@ -17,18 +17,18 @@
   ~ under the License.
   -->
 <process name="HelloXslWorld" 
-    targetNamespace="http://pxe/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://pxe/bpel/unit-test"
+    xmlns:tns="http://ode/bpel/unit-test"
     xmlns:xsd="http://www.w3.org/2001/XMLSchema"
-    xmlns:types="http://pxe/bpel/types"
-    xmlns:test="http://pxe/bpel/unit-test.wsdl"
+    xmlns:types="http://ode/bpel/types"
+    xmlns:test="http://ode/bpel/unit-test.wsdl"
     queryLanguage="urn:oasis:names:tc:wsbpel:2.0:sublang:xpath2.0"
     expressionLanguage="urn:oasis:names:tc:wsbpel:2.0:sublang:xpath2.0">
 
     <import location="HelloXslWorld.wsdl"
-        namespace="http://pxe/bpel/unit-test.wsdl"
+        namespace="http://ode/bpel/unit-test.wsdl"
         importType="http://schemas.xmlsoap.org/wsdl/"/>
     
     <partnerLinks>

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=595470&r1=595469&r2=595470&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 Nov 15 13:47:34 2007
@@ -19,23 +19,23 @@
   -->
 
 <wsdl:definitions 
-    targetNamespace="http://pxe/bpel/unit-test.wsdl"
+    targetNamespace="http://ode/bpel/unit-test.wsdl"
     xmlns="http://schemas.xmlsoap.org/wsdl/"
-    xmlns:tns="http://pxe/bpel/unit-test.wsdl"
+    xmlns:tns="http://ode/bpel/unit-test.wsdl"
     xmlns:wsdl="http://schemas.xmlsoap.org/wsdl/" 
     xmlns:xsd="http://www.w3.org/2001/XMLSchema"
-    xmlns:types="http://pxe/bpel/types"
+    xmlns:types="http://ode/bpel/types"
     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:types>
-        <xsd:schema targetNamespace="http://pxe/bpel/types">
-                <xsd:complexType name="ContentCT">
+        <xsd:schema targetNamespace="http://ode/bpel/types">
+            <xsd:complexType name="ContentCT">
                 <xsd:sequence>
                     <xsd:element name="content" type="xsd:string"/>
                 </xsd:sequence>
-                </xsd:complexType>
+            </xsd:complexType>
         </xsd:schema>
     </wsdl:types>
 
@@ -56,12 +56,12 @@
             <soap:operation soapAction="" style="rpc"/>
             <wsdl:input>
                 <soap:body
-                    namespace="http://pxe/bpel/unit-test.wsdl"
+                    namespace="http://ode/bpel/unit-test.wsdl"
                     use="literal"/>
             </wsdl:input>
             <wsdl:output>
                 <soap:body
-                    namespace="http://pxe/bpel/unit-test.wsdl" 
+                    namespace="http://ode/bpel/unit-test.wsdl"
                     use="literal"/>
             </wsdl:output>
         </wsdl:operation>

Modified: ode/trunk/bpel-test/src/test/resources/bpel/2.0/TestXslTransform/deploy.xml
URL: http://svn.apache.org/viewvc/ode/trunk/bpel-test/src/test/resources/bpel/2.0/TestXslTransform/deploy.xml?rev=595470&r1=595469&r2=595470&view=diff
==============================================================================
--- ode/trunk/bpel-test/src/test/resources/bpel/2.0/TestXslTransform/deploy.xml (original)
+++ ode/trunk/bpel-test/src/test/resources/bpel/2.0/TestXslTransform/deploy.xml Thu Nov 15 13:47:34 2007
@@ -17,8 +17,8 @@
   ~ under the License.
   -->
 <deploy xmlns="http://www.apache.org/ode/schemas/dd/2007/03"
-        xmlns:pns="http://pxe/bpel/unit-test"
-        xmlns:wns="http://pxe/bpel/unit-test.wsdl">
+        xmlns:pns="http://ode/bpel/unit-test"
+        xmlns:wns="http://ode/bpel/unit-test.wsdl">
 
     <process name="pns:HelloXslWorld">
         <active>true</active>