You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@tuscany.apache.org by ri...@apache.org on 2006/08/15 01:16:54 UTC

svn commit: r431465 - in /incubator/tuscany/java/samples/sca: helloworldws/pom.xml helloworldws/src/main/webapp/WEB-INF/web.xml helloworldwsclient/src/main/resources/wsdl/helloworld.wsdl

Author: rineholt
Date: Mon Aug 14 16:16:53 2006
New Revision: 431465

URL: http://svn.apache.org/viewvc?rev=431465&view=rev
Log:
sample update

Modified:
    incubator/tuscany/java/samples/sca/helloworldws/pom.xml
    incubator/tuscany/java/samples/sca/helloworldws/src/main/webapp/WEB-INF/web.xml
    incubator/tuscany/java/samples/sca/helloworldwsclient/src/main/resources/wsdl/helloworld.wsdl

Modified: incubator/tuscany/java/samples/sca/helloworldws/pom.xml
URL: http://svn.apache.org/viewvc/incubator/tuscany/java/samples/sca/helloworldws/pom.xml?rev=431465&r1=431464&r2=431465&view=diff
==============================================================================
--- incubator/tuscany/java/samples/sca/helloworldws/pom.xml (original)
+++ incubator/tuscany/java/samples/sca/helloworldws/pom.xml Mon Aug 14 16:16:53 2006
@@ -34,6 +34,15 @@
     </properties>
 
     <dependencies>
+        <dependency>
+            <groupId>org.osoa</groupId>
+            <artifactId>sca-api-r0.95</artifactId>
+            <version>1.0-SNAPSHOT</version>
+            <scope>provided</scope>
+            <!-- provide seem to be correct for tomcat integration.
+            <scope>provided</scope>
+            -->
+        </dependency>
     
         <dependency>
             <groupId>org.apache.tuscany</groupId>
@@ -42,11 +51,20 @@
             <scope>provided</scope>
         </dependency>
         <dependency>
+            <groupId>javax.servlet</groupId>
+            <artifactId>servlet-api</artifactId>
+            <scope>provided</scope>
+        </dependency>
+        <dependency>
             <groupId>org.apache.tuscany.bindings</groupId>
             <artifactId>axis2</artifactId>
             <version>${pom.version}</version>
+            <scope>runtime</scope> <!-- runtime is need for webapp integration to include jar -->
+            <!-- provide seem to be correct for tomcat integration.
             <scope>provided</scope>
+            -->
         </dependency>
+
 
         <dependency>
             <groupId>junit</groupId>

Modified: incubator/tuscany/java/samples/sca/helloworldws/src/main/webapp/WEB-INF/web.xml
URL: http://svn.apache.org/viewvc/incubator/tuscany/java/samples/sca/helloworldws/src/main/webapp/WEB-INF/web.xml?rev=431465&r1=431464&r2=431465&view=diff
==============================================================================
--- incubator/tuscany/java/samples/sca/helloworldws/src/main/webapp/WEB-INF/web.xml (original)
+++ incubator/tuscany/java/samples/sca/helloworldws/src/main/webapp/WEB-INF/web.xml Mon Aug 14 16:16:53 2006
@@ -37,7 +37,7 @@
     <servlet>
         <servlet-name>TuscanyAxisServlet</servlet-name>
         <display-name>Tuscany Apache-Axis Servlet</display-name>
-        <servlet-class>org.apache.tuscany.binding.axis2.WebServiceBinding</servlet-class>
+        <servlet-class>org.apache.tuscany.binding.axis2.WebServiceEntryPointServlet</servlet-class>
         <!--<init-param>-->
         <!--<param-name>axis2.xml.path</param-name>-->
         <!--<param-value>/WEB-INF/conf/axis2.xml</param-value>-->

Modified: incubator/tuscany/java/samples/sca/helloworldwsclient/src/main/resources/wsdl/helloworld.wsdl
URL: http://svn.apache.org/viewvc/incubator/tuscany/java/samples/sca/helloworldwsclient/src/main/resources/wsdl/helloworld.wsdl?rev=431465&r1=431464&r2=431465&view=diff
==============================================================================
--- incubator/tuscany/java/samples/sca/helloworldwsclient/src/main/resources/wsdl/helloworld.wsdl (original)
+++ incubator/tuscany/java/samples/sca/helloworldwsclient/src/main/resources/wsdl/helloworld.wsdl Mon Aug 14 16:16:53 2006
@@ -71,7 +71,7 @@
 
     <wsdl:service name="HelloWorldService">
         <wsdl:port binding="tns:HelloWorldSoapBinding" name="HelloWorldSoapPort">
-            <wsdlsoap:address location="http://localhost:8080/sample-helloworldws/services/HelloWorldWebService"/>
+            <wsdlsoap:address location="http://localhost:8080/sample-helloworldws-1.0-SNAPSHOT/services/HelloWorldWebService"/>
         </wsdl:port>
     </wsdl:service>
 



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