JSF is leaking application ClassLoaders
---------------------------------------
Key: GERONIMO-2885
URL: https://issues.apache.org/jira/browse/GERONIMO-2885
Project: Geronimo
Issue Type: Bug
Security Level: public (Regular issues)
Components: Jetty, Tomcat
Affects Versions: 2.0-beta1, 2.0
Reporter: Kevan Miller
Fix For: 2.0
javax.faces.FactoryFinder is holding onto application ClassLoaders. This
prevents the ClassLoaders from being GC'ed after an undeploy.
Need to call FactoryFinder.releaseFactories() during undeploy. This will
release the current ContextClassLoader.
--
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.