Return-Path: X-Original-To: apmail-karaf-issues-archive@minotaur.apache.org Delivered-To: apmail-karaf-issues-archive@minotaur.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id DF3C510D34 for ; Wed, 21 Aug 2013 12:51:58 +0000 (UTC) Received: (qmail 42752 invoked by uid 500); 21 Aug 2013 12:51:58 -0000 Delivered-To: apmail-karaf-issues-archive@karaf.apache.org Received: (qmail 42703 invoked by uid 500); 21 Aug 2013 12:51:54 -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 42626 invoked by uid 99); 21 Aug 2013 12:51:52 -0000 Received: from arcas.apache.org (HELO arcas.apache.org) (140.211.11.28) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 21 Aug 2013 12:51:52 +0000 Date: Wed, 21 Aug 2013 12:51:52 +0000 (UTC) From: "Jonathan Anstey (JIRA)" To: issues@karaf.apache.org Message-ID: In-Reply-To: References: Subject: [jira] [Commented] (KARAF-2452) The "--force" option is not honored when designate bundle as a system bundle MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-JIRA-FingerPrint: 30527f35849b9dde25b450d4833f0394 [ https://issues.apache.org/jira/browse/KARAF-2452?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13746010#comment-13746010 ] Jonathan Anstey commented on KARAF-2452: ---------------------------------------- Awesome. Thanks Freeman! > The "--force" option is not honored when designate bundle as a system bundle > ---------------------------------------------------------------------------- > > Key: KARAF-2452 > URL: https://issues.apache.org/jira/browse/KARAF-2452 > Project: Karaf > Issue Type: Bug > Affects Versions: 2.3.2 > Reporter: Jonathan Anstey > Assignee: Freeman Fang > Fix For: 2.3.3, 2.4.0, 3.0.0 > > Attachments: KARAF-2452-karaf-2.x.patch, KARAF-2452-trunk.patch > > > When setting a bundle level to 50 or below, the system issues a confirmation message: > You are about to designate bundle as a system bundle. Do you wish to continue (yes/no): > Using the "--force" option does not bypass the confirmation message. For example, > {code} > root> osgi:bundle-level 53 100 > You are about to access system bundle 53. Do you wish to continue (yes/no): > yes > karaf@root> osgi:bundle-level 53 > Level 100 > karaf@root> osgi:bundle-level --force 53 40 > You are about to designate bundle as a system bundle. Do you wish to continue (yes/no): > y > e > s > karaf@root> > {code} > Notice also that "yes" is printed out one character per line :) I'll fix that as well. -- This message is automatically generated by JIRA. If you think it was sent incorrectly, please contact your JIRA administrators For more information on JIRA, see: http://www.atlassian.com/software/jira