You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@felix.apache.org by "Lucas Galfaso (JIRA)" <ji...@apache.org> on 2007/11/18 23:07:42 UTC

[jira] Commented: (FELIX-421) Property substitution fails in config.properties

    [ https://issues.apache.org/jira/browse/FELIX-421?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#action_12543420 ] 

Lucas Galfaso commented on FELIX-421:
-------------------------------------

Hi,
  file:conf/config.properties
  is not a URL, a valid URL would be
  file:<full-path-to-the-config.properties-file>



> 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.