Author: lresende
Date: Thu Jan 31 17:37:46 2008
New Revision: 617323

URL: http://svn.apache.org/viewvc?rev=617323&view=rev
Log:
Fixing service name on componentType and ODE deployment descriptor

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

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=617323&r1=617322&r2=617323&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
 Thu Jan 31 17:37:46 2008
@@ -25,7 +25,7 @@
        <process name="tns:HelloWorld">
                <active>true</active>
                <provide partnerLink="helloPartnerLink">
-                       <service name="helloworld:HelloService" 
port="HelloWorld"/>
+                       <service name="helloworld:HelloWorldService" 
port="HelloWorld"/>
                </provide>
                <invoke partnerLink="greetingsPartnerLink">
                        <service name="greetings:GreetingsService" 
port="Greetings"/>

Modified: 
incubator/tuscany/java/sca/itest/bpel/helloworld-reference/src/test/resources/helloworld/helloworld.componentType
URL: 
http://svn.apache.org/viewvc/incubator/tuscany/java/sca/itest/bpel/helloworld-reference/src/test/resources/helloworld/helloworld.componentType?rev=617323&r1=617322&r2=617323&view=diff
==============================================================================
--- 
incubator/tuscany/java/sca/itest/bpel/helloworld-reference/src/test/resources/helloworld/helloworld.componentType
 (original)
+++ 
incubator/tuscany/java/sca/itest/bpel/helloworld-reference/src/test/resources/helloworld/helloworld.componentType
 Thu Jan 31 17:37:46 2008
@@ -23,7 +23,7 @@
        xmlns:xsd="http://www.w3.org/2001/XMLSchema";>
 
 
-  <service name="HelloService">
+  <service name="HelloWorldService">
         <interface.wsdl 
interface="http://helloworld#wsdl.interface(HelloWorld)" />
   </service>
 



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

Reply via email to