Re: Karaf-4346 JIRA

2017-06-01 Thread Guillaume Nodet
Sent:* Thursday, June 01, 2017 4:11 PM > *To:* user <user@karaf.apache.org> > *Subject:* Re: Karaf-4346 JIRA > > > > First, it has to be xx.config not xx.cfg. Before 4.2, both are handled > differently. > > So in 4.1, you need to use the config syntax: > &

RE: Karaf-4346 JIRA

2017-06-01 Thread Leschke, Scott
ct: Re: Karaf-4346 JIRA First, it has to be xx.config not xx.cfg. Before 4.2, both are handled differently. So in 4.1, you need to use the config syntax: myInts = i[ "10", "5", "4" ] See the syntax description: https://github.com/apache/felix/blob/trunk/configadm

Re: Karaf-4346 JIRA

2017-06-01 Thread Guillaume Nodet
First, it has to be xx.config not xx.cfg. Before 4.2, both are handled differently. So in 4.1, you need to use the config syntax: myInts = i[ "10", "5", "4" ] See the syntax description: