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] Created: (CXF-1850) org.apache.cxf.endpoint.ServerImpl does not shut down destination in stop() when MultipleEndpointObserver is used.

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.


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

Posted by "Gyorgy Orban (JIRA)" <ji...@apache.org>.
     [ 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.


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

Posted by "Daniel Kulp (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/CXF-1850?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Daniel Kulp resolved CXF-1850.
------------------------------

       Resolution: Fixed
    Fix Version/s: 2.2.5
                   2.1.8

> 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
>             Fix For: 2.1.8, 2.2.5
>
>         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.


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

Posted by "Daniel Kulp (JIRA)" <ji...@apache.org>.
     [ 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.