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/10/03 14:50:23 UTC

svn commit: r452463 - /incubator/tuscany/java/sampleapps/bigbank/webclient/src/main/webapp/WEB-INF/web.xml

Author: rineholt
Date: Tue Oct  3 05:50:22 2006
New Revision: 452463

URL: http://svn.apache.org/viewvc?view=rev&rev=452463
Log:
session listener needed too in web.xml. --- but still not getting invoked.

Modified:
    incubator/tuscany/java/sampleapps/bigbank/webclient/src/main/webapp/WEB-INF/web.xml

Modified: incubator/tuscany/java/sampleapps/bigbank/webclient/src/main/webapp/WEB-INF/web.xml
URL: http://svn.apache.org/viewvc/incubator/tuscany/java/sampleapps/bigbank/webclient/src/main/webapp/WEB-INF/web.xml?view=diff&rev=452463&r1=452462&r2=452463
==============================================================================
--- incubator/tuscany/java/sampleapps/bigbank/webclient/src/main/webapp/WEB-INF/web.xml (original)
+++ incubator/tuscany/java/sampleapps/bigbank/webclient/src/main/webapp/WEB-INF/web.xml Tue Oct  3 05:50:22 2006
@@ -36,10 +36,9 @@
         <listener-class>org.apache.tuscany.runtime.webapp.TuscanyContextListener</listener-class>
     </listener>
 
-
-
-
-
+    <listener>
+        <listener-class>org.apache.tuscany.runtime.webapp.TuscanySessionListener</listener-class>
+    </listener>
 
     <servlet>
         <servlet-name>LoginServlet</servlet-name>



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