[
https://issues.apache.org/jira/browse/FELIX-2543?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Richard S. Hall closed FELIX-2543.
----------------------------------
Assignee: Richard S. Hall
Resolution: Fixed
There appeared to be two places where we were doing this incorrectly, so I
changed them.
> [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.8.0
>
>
> 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.