Author: antelder
Date: Thu Feb 14 05:24:20 2008
New Revision: 627738

URL: http://svn.apache.org/viewvc?rev=627738&view=rev
Log:
Simplify scdl

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

Modified: 
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/HelloWorld.composite?rev=627738&r1=627737&r2=627738&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/HelloWorld.composite
 Thu Feb 14 05:24:20 2008
@@ -26,13 +26,6 @@
       <implementation.java class="helloworld.HelloWorldClient"/>
       <reference name="helloWorldService">
           <interface.java interface="helloworld.HelloWorldService"/>
-          <!-- binding.jms 
initialContextFactory="org.apache.activemq.jndi.ActiveMQInitialContextFactory"
-                       jndiURL="tcp://localhost:61619">
-              <destination name="RequestQueue" create="always"/>
-              <response>
-                  <destination name="ResponseQueue" create="always"/>
-              </response> 
-          </binding.jms -->
           <binding.jms>
               <destination name="RequestQueue"/>
               <response>
@@ -46,13 +39,6 @@
         <implementation.java class="helloworld.HelloWorldServiceImpl" />
            <service name="HelloWorldService">
                 <interface.java interface="helloworld.HelloWorldService"/>
-                <!-- binding.jms 
initialContextFactory="org.apache.activemq.jndi.ActiveMQInitialContextFactory"
-                             jndiURL="tcp://localhost:61619">
-                    <destination name="RequestQueue" create="always"/>
-                    <response>
-                        <destination name="ResponseQueue" create="always"/>
-                    </response> 
-                </binding.jms -->
                 <binding.jms>
                     <destination name="RequestQueue"/>
                 </binding.jms>



---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to