DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUGĀ· RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT <http://issues.apache.org/bugzilla/show_bug.cgi?id=42934>. ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED ANDĀ· INSERTED IN THE BUG DATABASE.
http://issues.apache.org/bugzilla/show_bug.cgi?id=42934 ------- Additional Comments From [EMAIL PROTECTED] 2007-08-01 08:41 ------- I see the confusion. When I say Session Listener I was talking about a class that implements HttpSessionActivationListener where you were thinking I meant an HttpSessionListener. When HttpSessionActivationListeners are not declared in the web.xml but are automatically called by the container when the instance passivates and activates instances stored in the Session. So what I'm saying is that I would expect the ServletContextListener.contextInitialized() to be called before HttpSessionActivationListener.sessionDidActivate(). When shutting down ServletContextListener.contextDestroyed() is currently correctly called after HttpSessionActivationListener.sessionWillPassivate(). Does that clear things up? -- Configure bugmail: http://issues.apache.org/bugzilla/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are the assignee for the bug, or are watching the assignee. --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]