Author: antelder
Date: Fri Apr 17 16:12:41 2009
New Revision: 766071

URL: http://svn.apache.org/viewvc?rev=766071&view=rev
Log:
Comment out the http service as its not used by the test an seems to ause a 
problem in continuum

Modified:
    
tuscany/branches/sca-java-1.x/samples/helloworld-ws-service-jms/src/main/resources/helloworldwsjms.composite

Modified: 
tuscany/branches/sca-java-1.x/samples/helloworld-ws-service-jms/src/main/resources/helloworldwsjms.composite
URL: 
http://svn.apache.org/viewvc/tuscany/branches/sca-java-1.x/samples/helloworld-ws-service-jms/src/main/resources/helloworldwsjms.composite?rev=766071&r1=766070&r2=766071&view=diff
==============================================================================
--- 
tuscany/branches/sca-java-1.x/samples/helloworld-ws-service-jms/src/main/resources/helloworldwsjms.composite
 (original)
+++ 
tuscany/branches/sca-java-1.x/samples/helloworld-ws-service-jms/src/main/resources/helloworldwsjms.composite
 Fri Apr 17 16:12:41 2009
@@ -29,7 +29,7 @@
                <interface.wsdl 
interface="http://helloworld#wsdl.interface(HelloWorld)" />
             <binding.ws 
wsdlElement="http://helloworld#wsdl.binding(HelloWorldSoapJmsBinding)"
                     
uri="jms:/queue.sample?transport.jms.ConnectionFactoryJNDIName=QueueConnectionFactory&amp;java.naming.factory.initial=org.apache.activemq.jndi.ActiveMQInitialContextFactory&amp;java.naming.provider.url=tcp://localhost:51293"/>
-            <binding.ws 
wsdlElement="http://helloworld#wsdl.binding(HelloWorldSoapBinding)"/>
+            <!-- binding.ws 
wsdlElement="http://helloworld#wsdl.binding(HelloWorldSoapBinding)"/ -->
         </service>
     </component>
 


Reply via email to