[jboss-jira] [JBoss JIRA] Created: (JBAS-3428) org.jboss.ejb.SecurityActions.getMBeanProxy duplicating proxies

Clebert Suconic (JIRA) jira-events at jboss.com
Tue Jul 25 18:13:11 EDT 2006


org.jboss.ejb.SecurityActions.getMBeanProxy duplicating proxies
---------------------------------------------------------------

                 Key: JBAS-3428
                 URL: http://jira.jboss.com/jira/browse/JBAS-3428
             Project: JBoss Application Server
          Issue Type: Bug
      Security Level: Public (Everyone can see)
    Affects Versions: JBossAS-4.0.4.GA, JBossAS-4.0.3 SP1
            Reporter: Clebert Suconic
            Priority: Critical
             Fix For: JBossAS-5.0.0.Beta, JBossAS-4.0.5.GA, JBossAS-4.0.3 SP1


Due to JBAS-3013 we change SecurityActions to use MBeanProxyExt.create what is creating a fake ClassLoader on every call what is focring Proxy.newInstance to create a new proxy. (Since ClassLoader is a key parameter to a proxy creation).
That could cause GC, memory leaks in production and server outage.




-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: http://jira.jboss.com/jira/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira

        



More information about the jboss-jira mailing list