Return-Path: X-Original-To: archive-asf-public-internal@cust-asf2.ponee.io Delivered-To: archive-asf-public-internal@cust-asf2.ponee.io Received: from cust-asf.ponee.io (cust-asf.ponee.io [163.172.22.183]) by cust-asf2.ponee.io (Postfix) with ESMTP id 4CE5C200BC3 for ; Fri, 18 Nov 2016 16:13:00 +0100 (CET) Received: by cust-asf.ponee.io (Postfix) id 4B53C160B16; Fri, 18 Nov 2016 15:13:00 +0000 (UTC) Delivered-To: archive-asf-public@cust-asf.ponee.io Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by cust-asf.ponee.io (Postfix) with SMTP id BBCB0160AFE for ; Fri, 18 Nov 2016 16:12:59 +0100 (CET) Received: (qmail 6195 invoked by uid 500); 18 Nov 2016 15:12:58 -0000 Mailing-List: contact dev-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 dev@felix.apache.org Received: (qmail 6153 invoked by uid 99); 18 Nov 2016 15:12:58 -0000 Received: from arcas.apache.org (HELO arcas) (140.211.11.28) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 18 Nov 2016 15:12:58 +0000 Received: from arcas.apache.org (localhost [127.0.0.1]) by arcas (Postfix) with ESMTP id C28262C0088 for ; Fri, 18 Nov 2016 15:12:58 +0000 (UTC) Date: Fri, 18 Nov 2016 15:12:58 +0000 (UTC) From: "Guillaume Nodet (JIRA)" To: dev@felix.apache.org Message-ID: In-Reply-To: References: Subject: [jira] [Resolved] (FELIX-5420) Refreshing a bundle can cause the system bundle to be refreshed MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-JIRA-FingerPrint: 30527f35849b9dde25b450d4833f0394 archived-at: Fri, 18 Nov 2016 15:13:00 -0000 [ https://issues.apache.org/jira/browse/FELIX-5420?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Guillaume Nodet resolved FELIX-5420. ------------------------------------ Resolution: Won't Fix > Refreshing a bundle can cause the system bundle to be refreshed > --------------------------------------------------------------- > > Key: FELIX-5420 > URL: https://issues.apache.org/jira/browse/FELIX-5420 > Project: Felix > Issue Type: Bug > Affects Versions: framework-5.6.1 > Reporter: Guillaume Nodet > > The problem happens when we refresh a bundle. This bundle has an attached fragment. This fragment has a wiring for the requirement "osgi.ee; (&(osgi.ee=JavaSE)(version=1.6))" to the system bundle. > Not sure if the fragment is supposed to have such a wiring. > The relevant code is here https://github.com/apache/felix/blob/trunk/framework/src/main/java/org/apache/felix/framework/BundleRevisionDependencies.java#L168-L175 -- This message was sent by Atlassian JIRA (v6.3.4#6332)