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 9406B200BB7 for ; Wed, 5 Oct 2016 08:11:22 +0200 (CEST) Received: by cust-asf.ponee.io (Postfix) id 929CB160ACC; Wed, 5 Oct 2016 06:11:22 +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 D3F32160ADC for ; Wed, 5 Oct 2016 08:11:21 +0200 (CEST) Received: (qmail 30939 invoked by uid 500); 5 Oct 2016 06:11: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 30598 invoked by uid 99); 5 Oct 2016 06:11:20 -0000 Received: from arcas.apache.org (HELO arcas) (140.211.11.28) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 05 Oct 2016 06:11:20 +0000 Received: from arcas.apache.org (localhost [127.0.0.1]) by arcas (Postfix) with ESMTP id A24982C2A6D for ; Wed, 5 Oct 2016 06:11:20 +0000 (UTC) Date: Wed, 5 Oct 2016 06:11:20 +0000 (UTC) From: "ASF subversion and git services (JIRA)" To: issues@karaf.apache.org Message-ID: In-Reply-To: References: Subject: [jira] [Commented] (KARAF-4739) Rebooting Karaf can cause some bundles to not resolve anymore MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-JIRA-FingerPrint: 30527f35849b9dde25b450d4833f0394 archived-at: Wed, 05 Oct 2016 06:11:22 -0000 [ https://issues.apache.org/jira/browse/KARAF-4739?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15547801#comment-15547801 ] ASF subversion and git services commented on KARAF-4739: -------------------------------------------------------- Commit d937f50c51fe06bd58b915fda17e276ba1a63c41 in karaf's branch refs/heads/master from [~gnt] [ https://git-wip-us.apache.org/repos/asf?p=karaf.git;h=d937f50 ] [KARAF-4739] Rebooting Karaf can cause some bundles to not resolve anymore > Rebooting Karaf can cause some bundles to not resolve anymore > ------------------------------------------------------------- > > Key: KARAF-4739 > URL: https://issues.apache.org/jira/browse/KARAF-4739 > Project: Karaf > Issue Type: Bug > Components: karaf-feature > Affects Versions: 4.0.7 > Reporter: Guillaume Nodet > Assignee: Guillaume Nodet > Fix For: 4.1.0 > > > The nice thing of the features service is that is uses the resolver to compute a working solution, then applies it. > However, after a reboot, the feature service does not have any say in the resolution done by the framework and thus, the framework may fail to resolve the bundles properly. > This mostly happen on felix I think, as afaik, equinox does keep the bundle wiring. > One work around would be to have the features service store the wiring and re-apply it during the boot. Another one may be to completely re-run the resolution after a reboot while the features service bundle is starting. -- This message was sent by Atlassian JIRA (v6.3.4#6332)