Return-Path: Delivered-To: apmail-incubator-felix-dev-archive@www.apache.org Received: (qmail 6519 invoked from network); 25 Jan 2007 15:07:12 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.2) by minotaur.apache.org with SMTP; 25 Jan 2007 15:07:12 -0000 Received: (qmail 83676 invoked by uid 500); 25 Jan 2007 15:07:17 -0000 Delivered-To: apmail-incubator-felix-dev-archive@incubator.apache.org Received: (qmail 83635 invoked by uid 500); 25 Jan 2007 15:07:16 -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 83624 invoked by uid 99); 25 Jan 2007 15:07:16 -0000 Received: from herse.apache.org (HELO herse.apache.org) (140.211.11.133) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 25 Jan 2007 07:07:16 -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; Thu, 25 Jan 2007 07:07:09 -0800 Received: from brutus (localhost [127.0.0.1]) by brutus.apache.org (Postfix) with ESMTP id 5A5427142D4 for ; Thu, 25 Jan 2007 07:06:49 -0800 (PST) Message-ID: <22590991.1169737609366.JavaMail.jira@brutus> Date: Thu, 25 Jan 2007 07:06:49 -0800 (PST) From: "Richard S. Hall (JIRA)" To: felix-dev@incubator.apache.org Subject: [jira] Closed: (FELIX-23) Implement execution environment checking 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/FELIX-23?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Richard S. Hall closed FELIX-23. -------------------------------- Resolution: Fixed Assignee: Richard S. Hall I have applied this patch. I made a few minor modifications. The only important change was that I added another check at install time; thus, a bundle won't install if it doesn't match the current execution environment. I kept the resolve-time check too, so that we do not try to resolve bundles that no longer match the execution environment. > Implement execution environment checking > ---------------------------------------- > > Key: FELIX-23 > URL: https://issues.apache.org/jira/browse/FELIX-23 > Project: Felix > Issue Type: New Feature > Components: Framework, Specification compliance > Reporter: Richard S. Hall > Assigned To: Richard S. Hall > Attachments: FELIX-23.diff > > > This issue is documented in sections 3.3 and 999 in the OSGi R4 specification and compendium. This should not be a significant amount of work, we just need to implement some code to verify a bundle's required execution environment. -- This message is automatically generated by JIRA. - You can reply to this email to add a comment to the issue online.