Author: edwardsmj
Date: Thu May 8 13:46:27 2008
New Revision: 654616
URL: http://svn.apache.org/viewvc?rev=654616&view=rev
Log:
Fix for error in naming of Service in componentType file
Modified:
incubator/tuscany/java/sca/itest/bpel/helloworld/src/test/resources/helloworld/helloworld.componentType
Modified:
incubator/tuscany/java/sca/itest/bpel/helloworld/src/test/resources/helloworld/helloworld.componentType
URL:
http://svn.apache.org/viewvc/incubator/tuscany/java/sca/itest/bpel/helloworld/src/test/resources/helloworld/helloworld.componentType?rev=654616&r1=654615&r2=654616&view=diff
==============================================================================
---
incubator/tuscany/java/sca/itest/bpel/helloworld/src/test/resources/helloworld/helloworld.componentType
(original)
+++
incubator/tuscany/java/sca/itest/bpel/helloworld/src/test/resources/helloworld/helloworld.componentType
Thu May 8 13:46:27 2008
@@ -22,7 +22,7 @@
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xmlns:xsd="http://www.w3.org/2001/XMLSchema">
- <service name="HelloService">
+ <service name="helloPartnerLink">
<interface.wsdl
interface="http://tuscany.apache.org/implementation/bpel/example/helloworld.wsdl#wsdl.interface(HelloPortType)"
/>
</service>