Re: [Resin-interest] 4.0.20 - Problem with my HttpSessionListener

2011-09-08 Thread Eric Kreiser
No one else does cleanup on session destory? No one else uses 4.0.20? On 09/02/2011 08:42 AM, Eric Kreiser wrote: Yes Resin is running with -Djava.system.class.loader=com.caucho.loader.SystemClassLoader. And yes, it does feel like a class loader issue... On 09/01/2011 04:42 PM, Paul

Re: [Resin-interest] 4.0.20 - Problem with my HttpSessionListener

2011-09-02 Thread Eric Kreiser
Yes Resin is running with -Djava.system.class.loader=com.caucho.loader.SystemClassLoader. And yes, it does feel like a class loader issue... On 09/01/2011 04:42 PM, Paul Cowan wrote: On Aug 31, 2011, at 6:28 PM, Eric Kreiser wrote: I have a session listener that I use to clear out

Re: [Resin-interest] 4.0.20 - Problem with my HttpSessionListener

2011-09-01 Thread Paul Cowan
On Aug 31, 2011, at 6:28 PM, Eric Kreiser wrote: I have a session listener that I use to clear out certain cached items etc... on session destroy (some items are in a database). I get a NameNotFoundException when trying to access any of my db connection pools if the Session Listener is

[Resin-interest] 4.0.20 - Problem with my HttpSessionListener

2011-08-31 Thread Eric Kreiser
I have a session listener that I use to clear out certain cached items etc... on session destroy (some items are in a database). I get a NameNotFoundException when trying to access any of my db connection pools if the Session Listener is being executed by SessionManager.handleAlarm() but