You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@tuscany.apache.org by sl...@apache.org on 2007/10/01 13:37:21 UTC

svn commit: r580927 - /incubator/tuscany/java/sca/samples/helloworld-ws-service/src/main/resources/helloworldwsjmspolicy.composite

Author: slaws
Date: Mon Oct  1 04:37:17 2007
New Revision: 580927

URL: http://svn.apache.org/viewvc?rev=580927&view=rev
Log:
TUSCANY-1822
Remove wsdlElement from binding

Modified:
    incubator/tuscany/java/sca/samples/helloworld-ws-service/src/main/resources/helloworldwsjmspolicy.composite

Modified: incubator/tuscany/java/sca/samples/helloworld-ws-service/src/main/resources/helloworldwsjmspolicy.composite
URL: http://svn.apache.org/viewvc/incubator/tuscany/java/sca/samples/helloworld-ws-service/src/main/resources/helloworldwsjmspolicy.composite?rev=580927&r1=580926&r2=580927&view=diff
==============================================================================
--- incubator/tuscany/java/sca/samples/helloworld-ws-service/src/main/resources/helloworldwsjmspolicy.composite (original)
+++ incubator/tuscany/java/sca/samples/helloworld-ws-service/src/main/resources/helloworldwsjmspolicy.composite Mon Oct  1 04:37:17 2007
@@ -26,7 +26,7 @@
         <implementation.java class="helloworld.HelloWorldImpl" />
 	    <service name="HelloWorldService">
 	        <interface.wsdl interface="http://helloworld#wsdl.interface(HelloWorld)" />
-            <binding.ws wsdlElement="http://helloworld#wsdl.binding(HelloWorldSoapJmsBinding)" requires="transport.jms"/>
+            <binding.ws requires="transport.jms"/>
         </service>
     </component>
 



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