Author: edwardsmj
Date: Sat May 17 05:28:56 2008
New Revision: 657339

URL: http://svn.apache.org/viewvc?rev=657339&view=rev
Log:
Adjusted deploy.xml to match the new format for implementation.bpel

Modified:
    
incubator/tuscany/java/sca/itest/bpel/helloworld/src/test/resources/helloworld/deploy.xml

Modified: 
incubator/tuscany/java/sca/itest/bpel/helloworld/src/test/resources/helloworld/deploy.xml
URL: 
http://svn.apache.org/viewvc/incubator/tuscany/java/sca/itest/bpel/helloworld/src/test/resources/helloworld/deploy.xml?rev=657339&r1=657338&r2=657339&view=diff
==============================================================================
--- 
incubator/tuscany/java/sca/itest/bpel/helloworld/src/test/resources/helloworld/deploy.xml
 (original)
+++ 
incubator/tuscany/java/sca/itest/bpel/helloworld/src/test/resources/helloworld/deploy.xml
 Sat May 17 05:28:56 2008
@@ -18,13 +18,14 @@
   -->
 <deploy xmlns="http://www.apache.org/ode/schemas/dd/2007/03";
        
xmlns:tns="http://tuscany.apache.org/implementation/bpel/example/helloworld"; 
-       
xmlns:wns="http://tuscany.apache.org/implementation/bpel/example/helloworld.wsdl";>
+       
xmlns:wns="http://tuscany.apache.org/implementation/bpel/example/helloworld.wsdl";
+       xmlns:tus="http://tuscany.apache.org";>
 
 
        <process name="tns:HelloWorld">
                <active>true</active>
                <provide partnerLink="helloPartnerLink">
-                       <service name="wns:HelloService" port="HelloPort"/>
+                       <service name="tus:helloPartnerLink" port="HelloPort"/>
                </provide>
        </process>
 </deploy>


Reply via email to