Author: edwardsmj
Date: Sat May 17 05:29:26 2008
New Revision: 657341
URL: http://svn.apache.org/viewvc?rev=657341&view=rev
Log:
Adjusted deploy.xml to match the new format for implementation.bpel
Modified:
incubator/tuscany/java/sca/itest/bpel/helloworld-reference/src/test/resources/helloworld/deploy.xml
Modified:
incubator/tuscany/java/sca/itest/bpel/helloworld-reference/src/test/resources/helloworld/deploy.xml
URL:
http://svn.apache.org/viewvc/incubator/tuscany/java/sca/itest/bpel/helloworld-reference/src/test/resources/helloworld/deploy.xml?rev=657341&r1=657340&r2=657341&view=diff
==============================================================================
---
incubator/tuscany/java/sca/itest/bpel/helloworld-reference/src/test/resources/helloworld/deploy.xml
(original)
+++
incubator/tuscany/java/sca/itest/bpel/helloworld-reference/src/test/resources/helloworld/deploy.xml
Sat May 17 05:29:26 2008
@@ -19,16 +19,17 @@
<deploy xmlns="http://www.apache.org/ode/schemas/dd/2007/03"
xmlns:tns="http://helloworld"
xmlns:helloworld="http://helloworld"
- xmlns:greetings="http://greetings">
+ xmlns:greetings="http://greetings"
+ xmlns:tus="http://tuscany.apache.org">
<process name="tns:HelloWorld">
<active>true</active>
<provide partnerLink="helloPartnerLink">
- <service name="helloworld:HelloWorldService"
port="HelloWorld"/>
+ <service name="tus:helloPartnerLink" port="HelloWorld"/>
</provide>
<invoke partnerLink="greetingsPartnerLink">
- <service name="greetings:GreetingsService"
port="Greetings"/>
+ <service name="tus:greetingsPartnerLink"
port="Greetings"/>
</invoke>
</process>
</deploy>