Author: lresende
Date: Sat Nov 10 01:32:52 2007
New Revision: 593756

URL: http://svn.apache.org/viewvc?rev=593756&view=rev
Log:
Set right namespace for the bpel process

Modified:
    
incubator/tuscany/java/sca/modules/implementation-bpel/src/test/resources/ping/ping.bpel

Modified: 
incubator/tuscany/java/sca/modules/implementation-bpel/src/test/resources/ping/ping.bpel
URL: 
http://svn.apache.org/viewvc/incubator/tuscany/java/sca/modules/implementation-bpel/src/test/resources/ping/ping.bpel?rev=593756&r1=593755&r2=593756&view=diff
==============================================================================
--- 
incubator/tuscany/java/sca/modules/implementation-bpel/src/test/resources/ping/ping.bpel
 (original)
+++ 
incubator/tuscany/java/sca/modules/implementation-bpel/src/test/resources/ping/ping.bpel
 Sat Nov 10 01:32:52 2007
@@ -23,17 +23,17 @@
         xmlns="http://docs.oasis-open.org/wsbpel/2.0/process/executable";
         xmlns:bpws="http://docs.oasis-open.org/wsbpel/2.0/process/executable";
         xmlns:xsd="http://www.w3.org/2001/XMLSchema";
-        xmlns:tns="urn:/Ping.bpel"
-        xmlns:ping="urn:/Ping.wsdl"
-        xmlns:pong="urn:/Pong.wsdl"
+        xmlns:tns="http://tuscany.apache.org/implementation/bpel/example/ping";
+        
xmlns:ping="http://tuscany.apache.org/implementation/bpel/example/ping.wsdl";
+        
xmlns:pong="http://tuscany.apache.org/implementation/bpel/example/pong.wsdl";
         expressionLanguage="urn:oasis:names:tc:wsbpel:2.0:sublang:xpath1.0">
 
-    <import location="Ping.wsdl"
-            namespace="urn:/Ping.wsdl"
+    <import location="ping.wsdl"
+            
namespace="http://tuscany.apache.org/implementation/bpel/example/ping.wsdl";
             importType="http://schemas.xmlsoap.org/wsdl/"; />
 
-    <import location="Pong.wsdl"
-            namespace="urn:/Pong.wsdl"
+    <import location="pong.wsdl"
+            
namespace="http://tuscany.apache.org/implementation/bpel/example/pong.wsdl";
             importType="http://schemas.xmlsoap.org/wsdl/"; />
 
     <partnerLinks>



---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to