You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@tuscany.apache.org by an...@apache.org on 2006/08/19 14:39:04 UTC

svn commit: r432833 - in /incubator/tuscany/java/samples/sca/helloworldws: pom.xml src/main/webapp/WEB-INF/web.xml

Author: antelder
Date: Sat Aug 19 05:39:03 2006
New Revision: 432833

URL: http://svn.apache.org/viewvc?rev=432833&view=rev
Log:
Change sample to use the new TuscanyServlet. Sample now works. woohoo

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

Modified: incubator/tuscany/java/samples/sca/helloworldws/pom.xml
URL: http://svn.apache.org/viewvc/incubator/tuscany/java/samples/sca/helloworldws/pom.xml?rev=432833&r1=432832&r2=432833&view=diff
==============================================================================
--- incubator/tuscany/java/samples/sca/helloworldws/pom.xml (original)
+++ incubator/tuscany/java/samples/sca/helloworldws/pom.xml Sat Aug 19 05:39:03 2006
@@ -64,6 +64,12 @@
             <scope>runtime</scope> <!-- runtime is need for webapp integration to include jar -->
         </dependency>
         <dependency>
+            <groupId>org.apache.tuscany.runtime</groupId>
+            <artifactId>webapp-host</artifactId>
+            <version>${pom.version}</version>
+            <scope>runtime</scope> <!-- runtime is need for webapp integration to include jar -->
+        </dependency>
+        <dependency>
           <groupId>ws-commons</groupId>
           <artifactId>axiom-api</artifactId>
           <version>SNAPSHOT</version>

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=432833&r1=432832&r2=432833&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 Sat Aug 19 05:39:03 2006
@@ -34,7 +34,7 @@
   </context-param>
 
   <listener>
-     <listener-class>org.apache.tuscany.core.launcher.ServletLauncherListener</listener-class>
+     <listener-class>org.apache.tuscany.runtime.webapp.TuscanyContextListener</listener-class>
   </listener>
 
   <servlet>



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