RE: HttpSessionActivationListener sessionDidActivate not getting called

2011-04-08 Thread Aggarwal, Ajay
ndicate this. Also when sessionWillPassivate() is called I > am logging all session attributes to make sure there is nothing non > serializable there. > > > -Original Message- > From: Caldarale, Charles R [mailto:chuck.caldar...@unisys.com] > >> From: Aggarwal, Ajay [mailto:a

Re: HttpSessionActivationListener sessionDidActivate not getting called

2011-04-08 Thread Filip Hanik - Dev Lists
stratus.com] Subject: HttpSessionActivationListener sessionDidActivate not getting called Lately I am seeing that sessionDidActivate() does not get called upon tomcat restart, even though sessionWillPassivate() is called. Also even though sessionWillPassivate() is called, I don't see the session persistence file be

RE: HttpSessionActivationListener sessionDidActivate not getting called

2011-04-08 Thread Aggarwal, Ajay
Caldarale, Charles R [mailto:chuck.caldar...@unisys.com] > From: Aggarwal, Ajay [mailto:ajay.aggar...@stratus.com] > Subject: HttpSessionActivationListener sessionDidActivate not getting called > Lately I am seeing that sessionDidActivate() does not get called upon > tomcat restart,

RE: HttpSessionActivationListener sessionDidActivate not getting called

2011-04-08 Thread Aggarwal, Ajay
Charles R [mailto:chuck.caldar...@unisys.com] Sent: Friday, April 08, 2011 2:05 PM To: Tomcat Users List Subject: RE: HttpSessionActivationListener sessionDidActivate not getting called > From: Aggarwal, Ajay [mailto:ajay.aggar...@stratus.com] > Subject: HttpSessionActivationListener sessionDidActi

RE: HttpSessionActivationListener sessionDidActivate not getting called

2011-04-08 Thread Caldarale, Charles R
> From: Aggarwal, Ajay [mailto:ajay.aggar...@stratus.com] > Subject: HttpSessionActivationListener sessionDidActivate not getting called > Lately I am seeing that sessionDidActivate() does not get called upon > tomcat restart, even though sessionWillPassivate() is called. Also e

HttpSessionActivationListener sessionDidActivate not getting called

2011-04-08 Thread Aggarwal, Ajay
This is strange. I did some work few months ago for my application to manage my sessions using a combination of HttpSessionActivationListener and HttpSessionListener (not going into the details here as to why I needed this). When I did that work HttpSessionActivationListener was working fine and bo