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