Property substitution fails in config.properties
------------------------------------------------
Key: FELIX-421
URL: https://issues.apache.org/jira/browse/FELIX-421
Project: Felix
Issue Type: Bug
Components: Framework
Affects Versions: 1.0.0
Reporter: Neil Bartlett
Priority: Minor
When Felix is launched with a config.properties provided via the
'felix.system.properties' set to a "file:" URL, property substitution on the
contents of that file does not function correctly. In particular this results
in the 'org.osgi.framework.system.packages' property not being configured with
all the normal JRE packages.
To reproduce, using a freshly unzipped copy of Felix 1.0.1:
1) Change dir to felix-1.0.1
2) Launch using: java -Dfelix.system.properties=file:conf/config.properties
-jar bin/felix.jar
3) At the Felix shell, type packages 0. The result will include only
org.osgi.framework, packageadmin, etc.
--
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.