Return-Path: Delivered-To: apmail-felix-commits-archive@www.apache.org Received: (qmail 77544 invoked from network); 20 Oct 2010 21:22:26 -0000 Received: from unknown (HELO mail.apache.org) (140.211.11.3) by 140.211.11.9 with SMTP; 20 Oct 2010 21:22:26 -0000 Received: (qmail 45838 invoked by uid 500); 20 Oct 2010 21:22:26 -0000 Delivered-To: apmail-felix-commits-archive@felix.apache.org Received: (qmail 45816 invoked by uid 500); 20 Oct 2010 21:22:26 -0000 Mailing-List: contact commits-help@felix.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@felix.apache.org Delivered-To: mailing list commits@felix.apache.org Received: (qmail 45809 invoked by uid 99); 20 Oct 2010 21:22:26 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 20 Oct 2010 21:22:26 +0000 X-ASF-Spam-Status: No, hits=-2000.0 required=10.0 tests=ALL_TRUSTED X-Spam-Check-By: apache.org Received: from [140.211.11.4] (HELO eris.apache.org) (140.211.11.4) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 20 Oct 2010 21:22:26 +0000 Received: by eris.apache.org (Postfix, from userid 65534) id 22D07238896F; Wed, 20 Oct 2010 21:21:30 +0000 (UTC) Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Subject: svn commit: r1025764 - /felix/trunk/coordinator/src/main/java/org/apache/felix/coordination/impl/Activator.java Date: Wed, 20 Oct 2010 21:21:30 -0000 To: commits@felix.apache.org From: fmeschbe@apache.org X-Mailer: svnmailer-1.0.8 Message-Id: <20101020212130.22D07238896F@eris.apache.org> Author: fmeschbe Date: Wed Oct 20 21:21:29 2010 New Revision: 1025764 URL: http://svn.apache.org/viewvc?rev=1025764&view=rev Log: FELIX-2671 (OSGi Bug 104) Add a TODO to ensure termination of Coordinations if the Coordinator service is ungotten by the initiator bundle Modified: felix/trunk/coordinator/src/main/java/org/apache/felix/coordination/impl/Activator.java Modified: felix/trunk/coordinator/src/main/java/org/apache/felix/coordination/impl/Activator.java URL: http://svn.apache.org/viewvc/felix/trunk/coordinator/src/main/java/org/apache/felix/coordination/impl/Activator.java?rev=1025764&r1=1025763&r2=1025764&view=diff ============================================================================== --- felix/trunk/coordinator/src/main/java/org/apache/felix/coordination/impl/Activator.java (original) +++ felix/trunk/coordinator/src/main/java/org/apache/felix/coordination/impl/Activator.java Wed Oct 20 21:21:29 2010 @@ -91,7 +91,7 @@ public class Activator implements Bundle public void ungetService(Bundle bundle, ServiceRegistration registration, Object service) { - // nothing to do + // TODO: FELIX-2671/OSGi Bug 104: Ensure all coordinations of this Coordinator service are terminated } }