You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@tuscany.apache.org by ed...@apache.org on 2008/05/17 14:30:42 UTC

svn commit: r657343 - /incubator/tuscany/java/sca/samples/helloworld-bpel/src/main/resources/deploy.xml

Author: edwardsmj
Date: Sat May 17 05:30:41 2008
New Revision: 657343

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

Modified:
    incubator/tuscany/java/sca/samples/helloworld-bpel/src/main/resources/deploy.xml

Modified: incubator/tuscany/java/sca/samples/helloworld-bpel/src/main/resources/deploy.xml
URL: http://svn.apache.org/viewvc/incubator/tuscany/java/sca/samples/helloworld-bpel/src/main/resources/deploy.xml?rev=657343&r1=657342&r2=657343&view=diff
==============================================================================
--- incubator/tuscany/java/sca/samples/helloworld-bpel/src/main/resources/deploy.xml (original)
+++ incubator/tuscany/java/sca/samples/helloworld-bpel/src/main/resources/deploy.xml Sat May 17 05:30:41 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>