Return-Path: Delivered-To: apmail-incubator-cxf-issues-archive@locus.apache.org Received: (qmail 4149 invoked from network); 31 Oct 2006 02:26:32 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.2) by minotaur.apache.org with SMTP; 31 Oct 2006 02:26:32 -0000 Received: (qmail 46394 invoked by uid 500); 31 Oct 2006 02:26:43 -0000 Delivered-To: apmail-incubator-cxf-issues-archive@incubator.apache.org Received: (qmail 46372 invoked by uid 500); 31 Oct 2006 02:26:43 -0000 Mailing-List: contact cxf-issues-help@incubator.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: cxf-dev@incubator.apache.org Delivered-To: mailing list cxf-issues@incubator.apache.org Received: (qmail 46363 invoked by uid 99); 31 Oct 2006 02:26:43 -0000 X-ASF-Spam-Status: No, hits=0.0 required=10.0 tests= X-Spam-Check-By: apache.org Received: from [140.211.11.4] (HELO brutus.apache.org) (140.211.11.4) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 30 Oct 2006 18:26:42 -0800 Received: from brutus (localhost [127.0.0.1]) by brutus.apache.org (Postfix) with ESMTP id 64203714310 for ; Mon, 30 Oct 2006 18:03:18 -0800 (PST) Message-ID: <30918001.1162260198407.JavaMail.root@brutus> Date: Mon, 30 Oct 2006 18:03:18 -0800 (PST) From: "willem Jiang (JIRA)" To: cxf-issues@incubator.apache.org Subject: [jira] Resolved: (CXF-152) When we stop server in an application, all resouces have not been cleaned up. In-Reply-To: <3261122.1160809775027.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 [ http://issues.apache.org/jira/browse/CXF-152?page=all ] willem Jiang resolved CXF-152. ------------------------------ Resolution: Fixed Revision: 467854 call the lifecycleManager.preShutdown() and postShutdown() in springBus.shutdown() > When we stop server in an application, all resouces have not been cleaned up. > ----------------------------------------------------------------------------- > > Key: CXF-152 > URL: http://issues.apache.org/jira/browse/CXF-152 > Project: CXF > Issue Type: Bug > Affects Versions: 2.0-M1 > Reporter: unrealjiang > Assigned To: willem Jiang > Fix For: 2.0-M1 > > > Such as If our application has two services and two servers for those services, when we'd like to stop one server, unfortunately all the resouces used by this server will not been cleaned up. I know our bus.shutdown function is designed for this, but so for this function do nothing. -- This message is automatically generated by JIRA. - If you think it was sent incorrectly contact one of the administrators: http://issues.apache.org/jira/secure/Administrators.jspa - For more information on JIRA, see: http://www.atlassian.com/software/jira