[
https://issues.apache.org/jira/browse/CXF-458?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
willem Jiang reassigned CXF-458:
--------------------------------
Assignee: willem Jiang
> 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.