Notes |
|
(0005727)
|
mate
|
04-02-12 05:19
|
|
May have been a bit quick there. Looks more likely that the com.caucho.config.inject.InjectManager should be disposed when application is redeployed, but that does not seem to work as expected. |
|
|
(0005731)
|
mate
|
04-03-12 07:58
|
|
It does seem, that the problem is that InjectManagers higher up in the hierarchy ("host:default", "resin-system:" and even "") keeps classes of our web app in their _beanMap (and potentially BaseTypeFactory LRU cache).
Don't know if it is relevant, that in our particular case, it is the backing bean of the JSF error page, declared in web.xml <error-page> |
|
|
(0005823)
|
ferg
|
06-11-12 15:42
|
|
The primary issue looks like an internal class creation of the AnnotationLiteral that's capturing the current context, but being saved in a global context. |
|