Return-Path: X-Original-To: archive-asf-public-internal@cust-asf2.ponee.io Delivered-To: archive-asf-public-internal@cust-asf2.ponee.io Received: from cust-asf.ponee.io (cust-asf.ponee.io [163.172.22.183]) by cust-asf2.ponee.io (Postfix) with ESMTP id 5930D200B7C for ; Thu, 8 Sep 2016 10:34:22 +0200 (CEST) Received: by cust-asf.ponee.io (Postfix) id 57AF2160AD1; Thu, 8 Sep 2016 08:34:22 +0000 (UTC) Delivered-To: archive-asf-public@cust-asf.ponee.io Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by cust-asf.ponee.io (Postfix) with SMTP id C3762160AA5 for ; Thu, 8 Sep 2016 10:34:21 +0200 (CEST) Received: (qmail 62502 invoked by uid 500); 8 Sep 2016 08:34:20 -0000 Mailing-List: contact issues-help@karaf.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@karaf.apache.org Delivered-To: mailing list issues@karaf.apache.org Received: (qmail 62461 invoked by uid 99); 8 Sep 2016 08:34:20 -0000 Received: from arcas.apache.org (HELO arcas) (140.211.11.28) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 08 Sep 2016 08:34:20 +0000 Received: from arcas.apache.org (localhost [127.0.0.1]) by arcas (Postfix) with ESMTP id A083B2C1B86 for ; Thu, 8 Sep 2016 08:34:20 +0000 (UTC) Date: Thu, 8 Sep 2016 08:34:20 +0000 (UTC) From: "Guillaume Nodet (JIRA)" To: issues@karaf.apache.org Message-ID: In-Reply-To: References: Subject: [jira] [Assigned] (KARAF-4346) Karaf 3.0.0 Configuration Admin with array of values MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-JIRA-FingerPrint: 30527f35849b9dde25b450d4833f0394 archived-at: Thu, 08 Sep 2016 08:34:22 -0000 [ https://issues.apache.org/jira/browse/KARAF-4346?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Guillaume Nodet reassigned KARAF-4346: -------------------------------------- Assignee: Guillaume Nodet > 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 > Assignee: Guillaume Nodet > > 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)