[
https://issues.apache.org/jira/browse/CXF-1850?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Daniel Kulp reassigned CXF-1850:
--------------------------------
Assignee: Daniel Kulp
> org.apache.cxf.endpoint.ServerImpl does not shut down destination in stop()
> when MultipleEndpointObserver is used.
> ------------------------------------------------------------------------------------------------------------------
>
> Key: CXF-1850
> URL: https://issues.apache.org/jira/browse/CXF-1850
> Project: CXF
> Issue Type: Bug
> Components: Core
> Affects Versions: 2.1.2
> Reporter: Gyorgy Orban
> Assignee: Daniel Kulp
> Attachments: ServerImpl.patch
>
>
> stop() should call
> getDestination().setMessageObserver(null);
> getDestination().shutdown()
> at some point (probably where no more endpoints are registered on the
> observer). Please see attached patch.
--
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.