-
Sub-task
-
Resolution: Done
-
Major
-
None
-
None
Another cause of memory leaks is the MBeanProxy stuff.
Where the proxy gets stored against one classloader but references another.
One example, that doesn't actually cause a memory leak (because EJBTimerService is not hot deployed)
is the EJBTimer stuff:
public MBeanDelegate(MBeanServer server)
{
try
catch (MBeanProxyCreationException e)
{ throw new IllegalStateException("Cannot create EJBTimerService proxy"); }}
- relates to
-
JBAS-3428 org.jboss.ejb.SecurityActions.getMBeanProxy duplicating proxies
- Closed