Hi,
I'm trying to get a multi value to work in an osgi config.
I've tried various combinations of String[], String with brackets on the value,
etc but nothing seems to work.
Is it possible to have multi value strings in my osgi config?
<node>
<name>org.brainsciences.bmn.amazon.services.impl.ConfigServiceImpl</name>
<primaryNodeType>sling:OsgiConfig</primaryNodeType>
<property>
<name>amazon.aws.ec2.instances.managed.metaphor</name>
<value>i-d3a850ae,i-ef5fb292</value>
<type>String[]</type>
</property>
</node>
Rob