Return-Path: Delivered-To: apmail-incubator-felix-dev-archive@www.apache.org Received: (qmail 88524 invoked from network); 10 Feb 2007 02:41:27 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.2) by minotaur.apache.org with SMTP; 10 Feb 2007 02:41:27 -0000 Received: (qmail 42157 invoked by uid 500); 10 Feb 2007 02:41:33 -0000 Delivered-To: apmail-incubator-felix-dev-archive@incubator.apache.org Received: (qmail 42121 invoked by uid 500); 10 Feb 2007 02:41:33 -0000 Mailing-List: contact felix-dev-help@incubator.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: felix-dev@incubator.apache.org Delivered-To: mailing list felix-dev@incubator.apache.org Received: (qmail 42110 invoked by uid 99); 10 Feb 2007 02:41:33 -0000 Received: from herse.apache.org (HELO herse.apache.org) (140.211.11.133) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 09 Feb 2007 18:41:33 -0800 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; Fri, 09 Feb 2007 18:41:25 -0800 Received: from brutus (localhost [127.0.0.1]) by brutus.apache.org (Postfix) with ESMTP id 83B7F7142F8 for ; Fri, 9 Feb 2007 18:41:05 -0800 (PST) Message-ID: <27517348.1171075265509.JavaMail.jira@brutus> Date: Fri, 9 Feb 2007 18:41:05 -0800 (PST) From: "Richard S. Hall (JIRA)" To: felix-dev@incubator.apache.org Subject: [jira] Created: (FELIX-203) Eager removal of unused uninstalled/updated bundles is not correct for require-bundle dependencies MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-Virus-Checked: Checked by ClamAV on apache.org Eager removal of unused uninstalled/updated bundles is not correct for require-bundle dependencies -------------------------------------------------------------------------------------------------- Key: FELIX-203 URL: https://issues.apache.org/jira/browse/FELIX-203 Project: Felix Issue Type: Bug Components: Framework, Specification compliance Affects Versions: 1.0.0 Reporter: Richard S. Hall Fix For: 1.0.0 Recent changes to the handling of "removal pending" packages and immediately refreshing of updated/uninstalled bundles is broken for bundles that participate in require-bundle dependencies. In short, when the framework checks to see if a bundle is "in use" or not, it only checks for package dependencies and does not check for require-bundle dependencies. This needs to be fixed. -- This message is automatically generated by JIRA. - You can reply to this email to add a comment to the issue online.