You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@karaf.apache.org by "Boban Petkovic (JIRA)" <ji...@apache.org> on 2016/02/17 22:58:18 UTC

[jira] [Created] (KARAF-4346) Karaf 3.0.0 Configuration Admin with array of values

Boban Petkovic created KARAF-4346:
-------------------------------------

             Summary: Karaf 3.0.0 Configuration Admin with array of values
                 Key: KARAF-4346
                 URL: https://issues.apache.org/jira/browse/KARAF-4346
             Project: Karaf
          Issue Type: Improvement
          Components: karaf-config
            Reporter: Boban Petkovic


Need support to use array of values property in configuratuon file (*.cfg)

When trying to use configuration file to persist OSGi configuration in Karaf 3.0.0, there is an issue when using property with array of values. My configuration file is placed in /etc folder and looks something like this:

property = ["value1","value2"]

The problem is that array does not get interpreted properly, so in Web Console I see one string value instead of array of values. I figure out that if I use .config as extension for the configuration file, the array gets interpreted properly, but I experience another issue then, like for example that my config file gets overwritten. It seems there is no support for arrays in configration file with file extension .cfg



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)