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/20 17:36:33 UTC

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

Author: antelder
Date: Wed Feb 20 08:36:29 2008
New Revision: 629526

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

Added:
    incubator/tuscany/java/sca/samples/helloworld-jms-webapp/src/main/webapp/META-INF/sca-deployables/
    incubator/tuscany/java/sca/samples/helloworld-jms-webapp/src/main/webapp/META-INF/sca-deployables/HelloWorld.composite
      - copied, changed from r629421, incubator/tuscany/java/sca/samples/helloworld-jms-webapp/src/main/webapp/META-INF/HelloWorld.composite
Removed:
    incubator/tuscany/java/sca/samples/helloworld-jms-webapp/src/main/webapp/META-INF/HelloWorld.composite
    incubator/tuscany/java/sca/samples/helloworld-jms-webapp/src/main/webapp/META-INF/sca-contribution.xml

Copied: incubator/tuscany/java/sca/samples/helloworld-jms-webapp/src/main/webapp/META-INF/sca-deployables/HelloWorld.composite (from r629421, incubator/tuscany/java/sca/samples/helloworld-jms-webapp/src/main/webapp/META-INF/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?p2=incubator/tuscany/java/sca/samples/helloworld-jms-webapp/src/main/webapp/META-INF/sca-deployables/HelloWorld.composite&p1=incubator/tuscany/java/sca/samples/helloworld-jms-webapp/src/main/webapp/META-INF/HelloWorld.composite&r1=629421&r2=629526&rev=629526&view=diff
==============================================================================
--- incubator/tuscany/java/sca/samples/helloworld-jms-webapp/src/main/webapp/META-INF/HelloWorld.composite (original)
+++ incubator/tuscany/java/sca/samples/helloworld-jms-webapp/src/main/webapp/META-INF/sca-deployables/HelloWorld.composite Wed Feb 20 08:36:29 2008
@@ -26,22 +26,15 @@
       <implementation.java class="helloworld.HelloWorldClient"/>
       <reference name="helloWorldService">
           <interface.java interface="helloworld.HelloWorldService"/>
-          <binding.jms>
-              <destination name="RequestQueue"/>
-              <response>
-                  <destination create="always"/>
-              </response> 
-          </binding.jms>
+          <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>
-                    <destination name="RequestQueue"/>
-                </binding.jms>
+            <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