RE: WebappClassLoader appears to ignore LifecyceListeners

2009-05-27 Thread Caldarale, Charles R
> From: Okken,Brett [mailto:bok...@cerner.com] > Subject: WebappClassLoader appears to ignore LifecyceListeners > > Why are listeners ignored? Because they're not needed. > If they are going to be ignored, could this at least be documented? It's all open source, so fe

WebappClassLoader appears to ignore LifecyceListeners

2009-05-27 Thread Okken,Brett
It appears that the WebappClassLoader[1], while declaring that it implements Lifecycle[2], actually ignores LifecycleListeners[3]. I have observed that registering a Lifecycle listener with a WebappClassLoader seems to have no effect. When the classloader is stopped, the listener was not called.