Return-Path: Delivered-To: apmail-karaf-issues-archive@minotaur.apache.org Received: (qmail 12441 invoked from network); 26 Sep 2010 08:23:55 -0000 Received: from unknown (HELO mail.apache.org) (140.211.11.3) by 140.211.11.9 with SMTP; 26 Sep 2010 08:23:55 -0000 Received: (qmail 6201 invoked by uid 500); 26 Sep 2010 08:23:55 -0000 Delivered-To: apmail-karaf-issues-archive@karaf.apache.org Received: (qmail 6176 invoked by uid 500); 26 Sep 2010 08:23: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: issues@karaf.apache.org Delivered-To: mailing list issues@karaf.apache.org Received: (qmail 6168 invoked by uid 99); 26 Sep 2010 08:23:53 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Sun, 26 Sep 2010 08:23:53 +0000 X-ASF-Spam-Status: No, hits=-2000.0 required=10.0 tests=ALL_TRUSTED X-Spam-Check-By: apache.org Received: from [140.211.11.22] (HELO thor.apache.org) (140.211.11.22) by apache.org (qpsmtpd/0.29) with ESMTP; Sun, 26 Sep 2010 08:23:53 +0000 Received: from thor (localhost [127.0.0.1]) by thor.apache.org (8.13.8+Sun/8.13.8) with ESMTP id o8Q8NWQQ000484 for ; Sun, 26 Sep 2010 08:23:33 GMT Message-ID: <16720378.405771285489412720.JavaMail.jira@thor> Date: Sun, 26 Sep 2010 04:23:32 -0400 (EDT) From: "Ioannis Canellos (JIRA)" To: issues@karaf.apache.org Subject: [jira] Resolved: (KARAF-221) When starting a bare karaf, a single bundle is displayed when using osgi:list, we should display none In-Reply-To: <30333348.364191285248697315.JavaMail.jira@thor> 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-221?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Ioannis Canellos resolved KARAF-221. ------------------------------------ Fix Version/s: 2.2.0 Resolution: Fixed The displayed bundle is org.apache.karaf.shell/org.apache.karaf.shell.config which starts at level 60. This bundle is started by config feature and is not contained in startup.properties (where most of the start levels are set). I edited the feature.xml so that the config feature starts this bundle at level 30. > When starting a bare karaf, a single bundle is displayed when using osgi:list, we should display none > ----------------------------------------------------------------------------------------------------- > > Key: KARAF-221 > URL: https://issues.apache.org/jira/browse/KARAF-221 > Project: Karaf > Issue Type: Bug > Affects Versions: 2.1.0 > Reporter: Guillaume Nodet > Assignee: Ioannis Canellos > Fix For: 2.2.0 > > -- This message is automatically generated by JIRA. - You can reply to this email to add a comment to the issue online.