You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@cxf.apache.org by "willem Jiang (JIRA)" <ji...@apache.org> on 2007/03/15 14:54:09 UTC

[jira] Resolved: (CXF-458) Memory Leak in ServerRegistry

     [ https://issues.apache.org/jira/browse/CXF-458?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

willem Jiang resolved CXF-458.
------------------------------

    Resolution: Fixed

this issue has been fix in the reverion 518546

> Memory Leak in ServerRegistry
> -----------------------------
>
>                 Key: CXF-458
>                 URL: https://issues.apache.org/jira/browse/CXF-458
>             Project: CXF
>          Issue Type: Bug
>          Components: Core
>    Affects Versions: 2.0-RC
>            Reporter: Bharath Ganesh
>         Assigned To: willem Jiang
>            Priority: Critical
>
> When an endpoint is published, the corresponding org.apache.cxf.endpoint.ServerImpl instance is registered with the ServerRegistry. I wanted to know the reason for this. As far as I could not see there are no accessors for this registry. 
> During endpoint.stop(), the ServerImpl is not cleared from the Registry. This leads to strong reference of the ServerImpl, which would in-turn hold a reference to JaxWsEndpointImpl, the observer and all related stuff, causing  a huge memory bottleneck. 

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.