You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@tuscany.apache.org by lr...@apache.org on 2008/03/15 06:09:47 UTC

svn commit: r637357 - /incubator/tuscany/java/sca/itest/bpel/helloworld-reference/src/test/resources/helloworld/helloworld.componentType

Author: lresende
Date: Fri Mar 14 22:09:44 2008
New Revision: 637357

URL: http://svn.apache.org/viewvc?rev=637357&view=rev
Log:
Updating componentType to set interface configuration for the component reference

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=637357&r1=637356&r2=637357&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 Fri Mar 14 22:09:44 2008
@@ -27,10 +27,10 @@
         <interface.wsdl interface="http://helloworld#wsdl.interface(HelloWorld)" />
   </service>
 
-  <!--   
+  
   <reference name="greetingsService" target="GreetingsServiceComponent">
-        <binding.ws uri="http://localhost:8085/GreetingsService"/>
+        <interface.java interface="greetings.GreetingsService" />
   </reference>
-   -->
+
 </componentType>              
        



---------------------------------------------------------------------
To unsubscribe, e-mail: tuscany-commits-unsubscribe@ws.apache.org
For additional commands, e-mail: tuscany-commits-help@ws.apache.org