RE: ServletContextListener and HttpSessionActivationListener

2004-09-07 Thread Shapira, Yoav
issue logged as bug #30344. It's exactly what I mean. But IMO >this not described in the spec, neither 2.3 nor 2.4. > >Michael > >> -Ursprungliche Nachricht- >> Von: Shapira, Yoav [mailto:[EMAIL PROTECTED] >> Gesendet: Freitag, 3. September 2004

RE: ServletContextListener and HttpSessionActivationListener

2004-09-03 Thread Shapira, Yoav
Hi, I think this was clarified in Spec v2.4 to match Michael's opinion, and there's an open issue for Tomcat 5 for this already. Yoav Shapira Millennium Research Informatics >-Original Message- >From: Michael Sudkamp [mailto:[EMAIL PROTECTED] >Sent: Friday, September 03, 2004 7:07 AM >T

Re: ServletContextListener and HttpSessionActivationListener

2004-09-02 Thread QM
On Thu, Sep 02, 2004 at 05:44:14PM +0200, Michael Sudkamp wrote: : It it is for that purpose, then IMO there must be fully initialized context at that point. I mean I must have had the chance to set up my own context attributes prior to this point. We can talk opinions all we want -- if it's a g

Re: ServletContextListener and HttpSessionActivationListener

2004-09-02 Thread QM
On Thu, Sep 02, 2004 at 10:47:06AM +0200, Michael Sudkamp wrote: : From testing I saw that during a startup (with a serialized session available) : the sessionDidActivate() method is called prior to the contextInitialized() : method. : : Does this make sense? Shouldn't I be sure that the context i