Author: edwardsmj
Date: Thu May  8 13:39:42 2008
New Revision: 654614

URL: http://svn.apache.org/viewvc?rev=654614&view=rev
Log:
Fix for error in naming of Service in componentType file

Modified:
    
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/helloworld.componentType
URL: 
http://svn.apache.org/viewvc/incubator/tuscany/java/sca/itest/bpel/helloworld-reference/src/test/resources/helloworld/helloworld.componentType?rev=654614&r1=654613&r2=654614&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 May  8 13:39:42 2008
@@ -23,7 +23,7 @@
        xmlns:xsd="http://www.w3.org/2001/XMLSchema";>
 
 
-  <service name="HelloWorldService">
+  <service name="helloPartnerLink">
         <interface.wsdl 
interface="http://helloworld#wsdl.interface(HelloWorld)" />
   </service>
 


Reply via email to