Re: terminate() not being called with servlet deployment

2009-09-04 Thread Bill Gallop
Ken, We had this exact same problem with the 5.3.3 servlet adaptor (thankfully, it was fixed in 5.4). If I recall correctly, what we ended up having to do was actually subclass WOServletAdaptor and implement the destroy() method described at

Re: terminate() not being called with servlet deployment

2009-09-03 Thread Ken Anderson
Doesn't anyone have any experience terminating properly under a servlet? On Aug 27, 2009, at 2:06 PM, Ken Anderson wrote: I'm using 5.3.3, and I just realized that terminate() never gets called. Doing a search, I find that this is a bug fixed in 5.4. The question is, can I find out the

Re: terminate() not being called with servlet deployment

2009-09-03 Thread Andrew Lindesay
Hi Ken; I can't remember the specifics, but some top-level WO events from wotaskd may not happen in the servlet environs. Perhaps you could implement a ServletContextListener and add this to your deployment descriptor? Let us know if this works out for you. cheers. Doesn't anyone have

terminate() not being called with servlet deployment

2009-08-27 Thread Ken Anderson
I'm using 5.3.3, and I just realized that terminate() never gets called. Doing a search, I find that this is a bug fixed in 5.4. The question is, can I find out the container is terminating without moving to 5.4 ? ___ Do not post admin requests