You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@tuscany.apache.org by an...@apache.org on 2008/02/21 14:17:34 UTC

svn commit: r629773 - /incubator/tuscany/java/sca/samples/helloworld-jms-webapp/src/main/webapp/META-INF/sca-deployables/HelloWorld.composite

Author: antelder
Date: Thu Feb 21 05:17:34 2008
New Revision: 629773

URL: http://svn.apache.org/viewvc?rev=629773&view=rev
Log:
Simplify jms sample scdl further

Modified:
    incubator/tuscany/java/sca/samples/helloworld-jms-webapp/src/main/webapp/META-INF/sca-deployables/HelloWorld.composite

Modified: incubator/tuscany/java/sca/samples/helloworld-jms-webapp/src/main/webapp/META-INF/sca-deployables/HelloWorld.composite
URL: http://svn.apache.org/viewvc/incubator/tuscany/java/sca/samples/helloworld-jms-webapp/src/main/webapp/META-INF/sca-deployables/HelloWorld.composite?rev=629773&r1=629772&r2=629773&view=diff
==============================================================================
--- incubator/tuscany/java/sca/samples/helloworld-jms-webapp/src/main/webapp/META-INF/sca-deployables/HelloWorld.composite (original)
+++ incubator/tuscany/java/sca/samples/helloworld-jms-webapp/src/main/webapp/META-INF/sca-deployables/HelloWorld.composite Thu Feb 21 05:17:34 2008
@@ -23,17 +23,15 @@
            name="HelloWorld">
 
     <component name="HelloWorldClient">
-      <implementation.java class="helloworld.HelloWorldClient"/>
-      <reference name="helloWorldService">
-          <interface.java interface="helloworld.HelloWorldService"/>
-          <binding.jms uri="jms:RequestQueue"/>
-      </reference>
+        <implementation.java class="helloworld.HelloWorldClient"/>
+        <reference name="helloWorldService">
+            <binding.jms uri="jms:RequestQueue"/>
+        </reference>
     </component>
 
     <component name="HelloWorldServiceComponent">
         <implementation.java class="helloworld.HelloWorldServiceImpl" />
 	    <service name="HelloWorldService">
-            <interface.java interface="helloworld.HelloWorldService"/>
             <binding.jms uri="jms:RequestQueue"/>
         </service>
     </component>



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