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/04/18 23:39:54 UTC

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

Author: lresende
Date: Fri Apr 18 14:39:53 2008
New Revision: 649700

URL: http://svn.apache.org/viewvc?rev=649700&view=rev
Log:
Using wsdl interfaces for the grettings service/reference

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

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=649700&r1=649699&r2=649700&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 Apr 18 14:39:53 2008
@@ -28,8 +28,8 @@
   </service>
 
   
-  <reference name="greetingsService" target="GreetingsServiceComponent">
-        <interface.java interface="greetings.GreetingsService" />
+  <reference name="greetingsService">
+        <interface.wsdl interface="http://greetings#wsdl.interface(Greetings)" />
   </reference>
 
 </componentType>              

Modified: incubator/tuscany/java/sca/itest/bpel/helloworld-reference/src/test/resources/helloworld/helloworld.composite
URL: http://svn.apache.org/viewvc/incubator/tuscany/java/sca/itest/bpel/helloworld-reference/src/test/resources/helloworld/helloworld.composite?rev=649700&r1=649699&r2=649700&view=diff
==============================================================================
--- incubator/tuscany/java/sca/itest/bpel/helloworld-reference/src/test/resources/helloworld/helloworld.composite (original)
+++ incubator/tuscany/java/sca/itest/bpel/helloworld-reference/src/test/resources/helloworld/helloworld.composite Fri Apr 18 14:39:53 2008
@@ -34,7 +34,7 @@
     <component name="GreetingsServiceComponent">
         <implementation.java class="greetings.GreetingsServiceImpl" />
 	    <service name="GreetingsService">
-	    	<interface.java interface="greetings.GreetingsService" />
+	    	<interface.wsdl interface="http://greetings#wsdl.interface(Greetings)" />
 	    </service>
     </component>
         



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