Return-Path: Delivered-To: apmail-felix-dev-archive@www.apache.org Received: (qmail 77328 invoked from network); 21 Sep 2010 19:08:54 -0000 Received: from unknown (HELO mail.apache.org) (140.211.11.3) by 140.211.11.9 with SMTP; 21 Sep 2010 19:08:54 -0000 Received: (qmail 62714 invoked by uid 500); 21 Sep 2010 19:08:54 -0000 Delivered-To: apmail-felix-dev-archive@felix.apache.org Received: (qmail 62658 invoked by uid 500); 21 Sep 2010 19:08:53 -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 62650 invoked by uid 99); 21 Sep 2010 19:08:53 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 21 Sep 2010 19:08: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; Tue, 21 Sep 2010 19:08:52 +0000 Received: from thor (localhost [127.0.0.1]) by thor.apache.org (8.13.8+Sun/8.13.8) with ESMTP id o8LJ8W7S021544 for ; Tue, 21 Sep 2010 19:08:32 GMT Message-ID: <13266503.324831285096112570.JavaMail.jira@thor> Date: Tue, 21 Sep 2010 15:08:32 -0400 (EDT) From: "Richard S. Hall (JIRA)" To: dev@felix.apache.org Subject: [jira] Updated: (FELIX-2543) [Gogo] Should avoid using System.getProperty() to get configuration properties In-Reply-To: <20630753.369721281980655725.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/FELIX-2543?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Richard S. Hall updated FELIX-2543: ----------------------------------- Fix Version/s: gogo-0.6.1 (was: gogo-0.8.0) > [Gogo] Should avoid using System.getProperty() to get configuration properties > ------------------------------------------------------------------------------ > > Key: FELIX-2543 > URL: https://issues.apache.org/jira/browse/FELIX-2543 > Project: Felix > Issue Type: Improvement > Components: Gogo Shell > Affects Versions: gogo-0.6.0 > Reporter: Richard S. Hall > Assignee: Richard S. Hall > Priority: Minor > Fix For: gogo-0.6.1 > > > Gogo Shell uses System.getProperty() to find configuration properties, but this isn't a good thing since it makes it difficult to run multiple instances of the framework in a single VM each with their own shells. It should use BundleContext.getProperty() which falls back to system properties if there are no local configuration properties specified for the framework. -- This message is automatically generated by JIRA. - You can reply to this email to add a comment to the issue online.