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 14FC1200B7C for ; Thu, 8 Sep 2016 16:06:23 +0200 (CEST) Received: by cust-asf.ponee.io (Postfix) id 13D24160AD4; Thu, 8 Sep 2016 14:06:23 +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 8A064160ABD for ; Thu, 8 Sep 2016 16:06:22 +0200 (CEST) Received: (qmail 50038 invoked by uid 500); 8 Sep 2016 14:06:21 -0000 Mailing-List: contact issues-help@karaf.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@karaf.apache.org Delivered-To: mailing list issues@karaf.apache.org Received: (qmail 49862 invoked by uid 99); 8 Sep 2016 14:06:21 -0000 Received: from arcas.apache.org (HELO arcas) (140.211.11.28) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 08 Sep 2016 14:06:21 +0000 Received: from arcas.apache.org (localhost [127.0.0.1]) by arcas (Postfix) with ESMTP id 8A0E82C1B80 for ; Thu, 8 Sep 2016 14:06:21 +0000 (UTC) Date: Thu, 8 Sep 2016 14:06:21 +0000 (UTC) From: "Hannes Bjurek (JIRA)" To: issues@karaf.apache.org Message-ID: In-Reply-To: References: Subject: [jira] [Updated] (KARAF-4701) Problem installing feature MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-JIRA-FingerPrint: 30527f35849b9dde25b450d4833f0394 archived-at: Thu, 08 Sep 2016 14:06:23 -0000 [ https://issues.apache.org/jira/browse/KARAF-4701?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Hannes Bjurek updated KARAF-4701: --------------------------------- Component/s: karaf-feature > Problem installing feature > -------------------------- > > Key: KARAF-4701 > URL: https://issues.apache.org/jira/browse/KARAF-4701 > Project: Karaf > Issue Type: Bug > Components: karaf-feature > Affects Versions: 4.0.6 > Reporter: Hannes Bjurek > > Sometimes(roughly every 5) time we deploy a feature karaf thinks it needs to refresh our org.apache.servicemix.bundles.jaxb-impl bundle even though it should not. We have debugged the Deployer.computeDeployent method and discovered that cause of this problem is that the jaxb-impl bundle is duplicated in the bundlesPerRegions-map and then it gets duplicated in the toDeploy list. > The "first" jaxb-impl gets removed on line 1219 but the "second" one of course is still there and then it triggers the unexpected event. -- This message was sent by Atlassian JIRA (v6.3.4#6332)