You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@tuscany.apache.org by js...@apache.org on 2008/03/17 12:32:32 UTC

svn commit: r637845 - in /incubator/tuscany/java/sca/tutorial/nodes-jee/catalog-webapp: pom.xml webapp/WEB-INF/web.xml

Author: jsdelfino
Date: Mon Mar 17 04:32:29 2008
New Revision: 637845

URL: http://svn.apache.org/viewvc?rev=637845&view=rev
Log:
Fixed web.xml and pom.xml to reference the correct launcher and module.

Modified:
    incubator/tuscany/java/sca/tutorial/nodes-jee/catalog-webapp/pom.xml
    incubator/tuscany/java/sca/tutorial/nodes-jee/catalog-webapp/webapp/WEB-INF/web.xml

Modified: incubator/tuscany/java/sca/tutorial/nodes-jee/catalog-webapp/pom.xml
URL: http://svn.apache.org/viewvc/incubator/tuscany/java/sca/tutorial/nodes-jee/catalog-webapp/pom.xml?rev=637845&r1=637844&r2=637845&view=diff
==============================================================================
--- incubator/tuscany/java/sca/tutorial/nodes-jee/catalog-webapp/pom.xml (original)
+++ incubator/tuscany/java/sca/tutorial/nodes-jee/catalog-webapp/pom.xml Mon Mar 17 04:32:29 2008
@@ -44,6 +44,13 @@
             <scope>provided</scope>
         </dependency>
 
+        <dependency>
+            <groupId>org.apache.tuscany.sca</groupId>
+            <artifactId>tuscany-node2-launcher-webapp</artifactId>
+            <version>1.2-incubating-SNAPSHOT</version>
+            <scope>runtime</scope>
+        </dependency>
+        
     </dependencies>
     
     <build>

Modified: incubator/tuscany/java/sca/tutorial/nodes-jee/catalog-webapp/webapp/WEB-INF/web.xml
URL: http://svn.apache.org/viewvc/incubator/tuscany/java/sca/tutorial/nodes-jee/catalog-webapp/webapp/WEB-INF/web.xml?rev=637845&r1=637844&r2=637845&view=diff
==============================================================================
--- incubator/tuscany/java/sca/tutorial/nodes-jee/catalog-webapp/webapp/WEB-INF/web.xml (original)
+++ incubator/tuscany/java/sca/tutorial/nodes-jee/catalog-webapp/webapp/WEB-INF/web.xml Mon Mar 17 04:32:29 2008
@@ -26,7 +26,7 @@
   
   <filter>
     <filter-name>tuscany</filter-name> 
-    <filter-class>org.apache.tuscany.sca.implementation.node.launcher.NodeServletFilter</filter-class> 
+    <filter-class>org.apache.tuscany.sca.node.launcher.webapp.NodeServletFilter</filter-class> 
   </filter>
 
   <filter-mapping>



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