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: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to