Return-Path: Delivered-To: apmail-cxf-issues-archive@www.apache.org Received: (qmail 59797 invoked from network); 8 Oct 2008 12:29:35 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.2) by minotaur.apache.org with SMTP; 8 Oct 2008 12:29:35 -0000 Received: (qmail 8460 invoked by uid 500); 8 Oct 2008 12:29:34 -0000 Delivered-To: apmail-cxf-issues-archive@cxf.apache.org Received: (qmail 8444 invoked by uid 500); 8 Oct 2008 12:29:34 -0000 Mailing-List: contact issues-help@cxf.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@cxf.apache.org Delivered-To: mailing list issues@cxf.apache.org Received: (qmail 8433 invoked by uid 99); 8 Oct 2008 12:29:34 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 08 Oct 2008 05:29:34 -0700 X-ASF-Spam-Status: No, hits=-1999.9 required=10.0 tests=ALL_TRUSTED,DNS_FROM_SECURITYSAGE X-Spam-Check-By: apache.org Received: from [140.211.11.140] (HELO brutus.apache.org) (140.211.11.140) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 08 Oct 2008 12:28:38 +0000 Received: from brutus (localhost [127.0.0.1]) by brutus.apache.org (Postfix) with ESMTP id B0033234C213 for ; Wed, 8 Oct 2008 05:28:44 -0700 (PDT) Message-ID: <605114773.1223468924720.JavaMail.jira@brutus> Date: Wed, 8 Oct 2008 05:28:44 -0700 (PDT) From: "Gyorgy Orban (JIRA)" To: issues@cxf.apache.org Subject: [jira] Updated: (CXF-1850) org.apache.cxf.endpoint.ServerImpl does not shut down destination in stop() when MultipleEndpointObserver is used. In-Reply-To: <1873310468.1223468924691.JavaMail.jira@brutus> MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-Virus-Checked: Checked by ClamAV on 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.