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

Anil Saldhana (JIRA) jira-events at jboss.com
Tue Jul 25 23:30:11 EDT 2006


    [ http://jira.jboss.com/jira/browse/JBAS-3428?page=comments#action_12340063 ] 
            
Anil Saldhana commented on JBAS-3428:
-------------------------------------

Made the change in HEAD.  Waiting for confirmation from Scott as to whether this is a valid change for Branch 4_0.

> 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
>            Reporter: Clebert Suconic
>         Assigned To: Anil Saldhana
>            Priority: Critical
>             Fix For: JBossAS-5.0.0.Beta, JBossAS-4.0.5.GA
>
>
> Due to JBAS-3013 we changed SecurityActions to use MBeanProxyExt.create what is creating a fake ClassLoader on every call what is forcing Proxy.newInstance to create a new proxy. (Since ClassLoader is a key parameter to a proxy creation).
> This causes excessive GC, memory leaks in production and server outage when using EJB (2.0) or anything related to org.jboss.ejb.Container

-- 
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