Re: sling:OsgiConfig - Setting multi-values

2012-02-14 Thread Justin Edelson
Hi David, You assume correctly. Any chance you can put together a small reproducible case which illustrates the problem? Justin On Tue, Feb 14, 2012 at 11:41 AM, David G. wrote: > Justin, > > if merely have a property on my osgi config node, no properties are > loaded for the service for "path".

Re: sling:OsgiConfig - Setting multi-values

2012-02-14 Thread David G.
Justin, if merely have a property on my osgi config node, no properties are loaded for the service for "path". path => ["/foo", "/bar"] only when I add path.0 => "any-value" does the "path" array take effect. From your confusion, i assume that path => ["/foo", "/bar"] should suffice.