You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@cxf.apache.org by "Gyorgy Orban (JIRA)" <ji...@apache.org> on 2008/10/08 14:28:44 UTC

[jira] Updated: (CXF-1850) org.apache.cxf.endpoint.ServerImpl does not shut down destination in stop() when MultipleEndpointObserver is used.

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

Gyorgy Orban updated CXF-1850:
------------------------------

    Attachment: ServerImpl.patch

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