-
Bug
-
Resolution: Done
-
Minor
-
EAP_EWP 5.1.2
-
None
-
None
-
JBoss Enterprise Application Platform 5.1.0
Sun JDK / OpenJDK
-
-
A memory leak was encountered in previous versions of JBoss EAP when an application that uses EL inside JSP (such as the admin-console) was unemployed. This leak has been corrected by adding a call to purgeBeanClasses in an undeploy method.
-
Documented as Resolved Issue
-
NEW
This occurs when undeploying an application, which uses EL inside JSP. The admin-console application can be used as an example. After undeploying the application, taking a heap dump, and analyzing in Eclipse Memory Analyzer, the classloader for this application (org.jboss.classloader.spi.base.BaseClassLoader) is left over with its root being held by com.sun.naming.internal.ResourceManager in a WeakHashMap named propertiesCache. Would it be possible for this classloader to be cleaned up when the application is undeployed?
- blocks
-
JBPAPP-10640 Upgrade JBoss Web
- Closed
- is related to
-
AS7-3736 javax.el.BeanELResolver.properties keeps references to undeployed classes (Class Loader leak)
- Resolved
- relates to
-
AS7-3736 javax.el.BeanELResolver.properties keeps references to undeployed classes (Class Loader leak)
- Resolved