Author: svkrish
Date: Wed Nov 28 22:51:54 2007
New Revision: 599294

URL: http://svn.apache.org/viewvc?rev=599294&view=rev
Log:
removing jms related things to keep this as a bare simple ws service sample... 
have created a new sample for ws-service-jms which could be used for the jms 
related inclusions

Removed:
    
incubator/tuscany/java/sca/samples/helloworld-ws-service/src/main/java/helloworld/HelloWorldJmsServer.java
    
incubator/tuscany/java/sca/samples/helloworld-ws-service/src/main/resources/definitions.xml
    
incubator/tuscany/java/sca/samples/helloworld-ws-service/src/main/resources/helloworldwsjms.composite
    
incubator/tuscany/java/sca/samples/helloworld-ws-service/src/main/resources/helloworldwsjmspolicy.composite
    
incubator/tuscany/java/sca/samples/helloworld-ws-service/src/test/java/helloworld/HelloWorldJmsPolicyServerTestCase.java
    
incubator/tuscany/java/sca/samples/helloworld-ws-service/src/test/java/helloworld/HelloWorldJmsServerTestCase.java
Modified:
    incubator/tuscany/java/sca/samples/helloworld-ws-service/pom.xml
    
incubator/tuscany/java/sca/samples/helloworld-ws-service/src/main/resources/wsdl/helloworld.wsdl

Modified: incubator/tuscany/java/sca/samples/helloworld-ws-service/pom.xml
URL: 
http://svn.apache.org/viewvc/incubator/tuscany/java/sca/samples/helloworld-ws-service/pom.xml?rev=599294&r1=599293&r2=599294&view=diff
==============================================================================
--- incubator/tuscany/java/sca/samples/helloworld-ws-service/pom.xml (original)
+++ incubator/tuscany/java/sca/samples/helloworld-ws-service/pom.xml Wed Nov 28 
22:51:54 2007
@@ -37,13 +37,6 @@
 
     <dependencies>
         <dependency>
-            <groupId>org.apache.activemq</groupId>
-            <artifactId>apache-activemq</artifactId>
-            <version>4.1.1</version>
-            <scope>provided</scope>
-        </dependency> 
-            
-        <dependency>
             <groupId>org.apache.tuscany.sca</groupId>
             <artifactId>tuscany-host-embedded</artifactId>
             <version>1.1-incubating-SNAPSHOT</version>
@@ -77,7 +70,6 @@
             <version>4.2</version>
             <scope>test</scope>
         </dependency>
-       
     </dependencies>
     
     <build>

Modified: 
incubator/tuscany/java/sca/samples/helloworld-ws-service/src/main/resources/wsdl/helloworld.wsdl
URL: 
http://svn.apache.org/viewvc/incubator/tuscany/java/sca/samples/helloworld-ws-service/src/main/resources/wsdl/helloworld.wsdl?rev=599294&r1=599293&r2=599294&view=diff
==============================================================================
--- 
incubator/tuscany/java/sca/samples/helloworld-ws-service/src/main/resources/wsdl/helloworld.wsdl
 (original)
+++ 
incubator/tuscany/java/sca/samples/helloworld-ws-service/src/main/resources/wsdl/helloworld.wsdl
 Wed Nov 28 22:51:54 2007
@@ -70,19 +70,6 @@
         </wsdl:operation>
     </wsdl:binding>
 
-    <wsdl:binding name="HelloWorldSoapJmsBinding" type="tns:HelloWorld">
-        <wsdlsoap:binding style="document" 
transport="http://schemas.xmlsoap.org/soap/jms"/>
-        <wsdl:operation name="getGreetings">
-            <wsdlsoap:operation soapAction=""/>
-            <wsdl:input name="getGreetingsRequest">
-                <wsdlsoap:body use="literal"/>
-            </wsdl:input>
-            <wsdl:output name="getGreetingsResponse">
-                <wsdlsoap:body use="literal"/>
-            </wsdl:output>
-        </wsdl:operation>
-    </wsdl:binding>
-
     <wsdl:service name="HelloWorldService">
         <wsdl:port binding="tns:HelloWorldSoapBinding" 
name="HelloWorldSoapPort">
             <wsdlsoap:address 
location="http://localhost:8085/HelloWorldServiceComponent"/>



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

Reply via email to