AW: ServletContextListener and HttpSessionActivationListener

2004-09-07 Thread Michael Sudkamp
> > But it's not explicit enough, and for that you should ask the Servlet > Expert Group (you can find a link for that on the JSR154 home page). Yes, I sent them a comment. Best regards Michael - To unsubscribe, e-mail: [EMAI

RE: ServletContextListener and HttpSessionActivationListener

2004-09-07 Thread Shapira, Yoav
'Tomcat Users List' >Subject: AW: ServletContextListener and HttpSessionActivationListener > >Yoav, thanks for your understanding. I've just read the 2.4 spec regarding >this and cannot any big clarifications. Can you point me to the chapter >where you found it. > >I find this

AW: ServletContextListener and HttpSessionActivationListener

2004-09-06 Thread Michael Sudkamp
.3 nor 2.4. Michael > -Ursprungliche Nachricht- > Von: Shapira, Yoav [mailto:[EMAIL PROTECTED] > Gesendet: Freitag, 3. September 2004 15:14 > An: Tomcat Users List > Betreff: RE: ServletContextListener and HttpSessionActivationListener > > > > Hi, > I think

RE: ServletContextListener and HttpSessionActivationListener

2004-09-03 Thread Shapira, Yoav
er 03, 2004 7:07 AM >To: 'Tomcat Users List' >Subject: AW: ServletContextListener and HttpSessionActivationListener > >> >> We can talk opinions all we want -- if it's a grey area in >> the spec, and >> your container (Tomcat, in this case) does thin

AW: ServletContextListener and HttpSessionActivationListener

2004-09-03 Thread Michael Sudkamp
> > We can talk opinions all we want -- if it's a grey area in > the spec, and > your container (Tomcat, in this case) does things a certain way then > that's how it goes. But if people would agree with me we could try to get a next spec more specific. That's my intention. > > Have you at lea

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

AW: ServletContextListener and HttpSessionActivationListener

2004-09-02 Thread Michael Sudkamp
I asked for your opinion because I wanted to know if anyone can imagine for what purpose the sessionDidActivate event is useful if not for reinitilization work after the session has become deserialized. It it is for that purpose, then IMO there must be fully initialized context at that point. I

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

ServletContextListener and HttpSessionActivationListener

2004-09-02 Thread Michael Sudkamp
Hello, I try to correctly reinitialize my sessions after a session deserialization. For this I try to use the ServletContextListener and the HttpSessionActivationListener. I use Tomcat 4.1.30. >From testing I saw that during a startup (with a serialized session available) the >sessionDidActiva