I'm investigating this today. There is a HttpSessionListener class in the servlet library,
which is for getting callbacks when sessions expire - this seems like just the right hook,
but I don't yet understand how to register these.
--Glen
> -----Original Message-----
> From: Steve Loughran [mailto:steve_l@iseran.com]
> Sent: Tuesday, September 03, 2002 4:10 PM
> To: axis-dev@xml.apache.org
> Subject: Re: REPOST: ServiceLifecycle Bug
>
>
> I think people would like it fixed, but their priorities are
> different.
>
> the AxisServletBase class has cleanup code which should be called when
> AxisServlet goes away, telling the engine to call destroy
> methods. That
> code is meant to handle re-entrancy, though that needs checking.
>
> servlets get killed when their container thinks it is time,
> which is why it
> is so hard to write good tests for these routines.
>
> ----- Original Message -----
> From: "Matthias Brunner" <mb@blumenstrasse.vol.at>
> To: <axis-dev@xml.apache.org>
> Sent: Tuesday, September 03, 2002 9:35 AM
> Subject: REPOST: ServiceLifecycle Bug
>
>
> Hello,
>
> nearly two weeks ago I submitted a bug report about
> ServiceLifecycle.destroy
> being never called when a HTTP session is finished.
> (http://nagoya.apache.org/bugzilla/show_bug.cgi?id=11815)
>
> Nobody reacted, which is okay since this is open source software.
> If no one is interested in fixing it I will try to do it
> myself, although I
> do
> not really know where to begin (and will be much slower). It
> would be nice
> if
> someone could give me a hint.
>
> Cheers!
> --
> Matthias Brunner <mb@blumenstrasse.vol.at>
> PGP FP 7862 32B3 3B75 292A F76F 5042 8587 21AB 5B89 D501
> Check out http://blumenstrasse.vol.at/~mb/gpgkey.asc
>
>
>
>
|