[esb-issues] [JBoss JIRA] Commented: (JBESB-1594) Memory leak in JAXRRegistryImpl

Kevin Conner (JIRA) jira-events at lists.jboss.org
Tue Mar 18 08:47:51 EDT 2008


    [ http://jira.jboss.com/jira/browse/JBESB-1594?page=comments#action_12403364 ] 
            
Kevin Conner commented on JBESB-1594:
-------------------------------------

I don't think it is related as the singleton is set by the MBean.

There are a number of issues in the code but the most important one is that successive calls to init() grow the 'creds' set.  Every time this is called it adds another credential to the set.

I see no reason why this is called every time but I also think that the code is overly synchronized.

> Memory leak in JAXRRegistryImpl
> -------------------------------
>
>                 Key: JBESB-1594
>                 URL: http://jira.jboss.com/jira/browse/JBESB-1594
>             Project: JBoss ESB
>          Issue Type: Bug
>      Security Level: Public(Everyone can see) 
>          Components: Registry and Repository
>    Affects Versions: 4.2.1 CP1, 4.2.1
>            Reporter: Kevin Conner
>         Assigned To: Kevin Conner
>             Fix For: 4.2.1 CP2, 4.3
>
>
> There is a memory leak in JAXRRegistryImpl resulting from the repeated execution of the init() method.

-- 
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 esb-issues mailing list