Correction - I meant "metatype.xml" not "metadata.xml".
/Bengt 2012/11/28 Bengt Rodehav <[email protected]> > I have a configuration property that is an array of String. I use iPOJO to > define it as follows: > > * @Property(name = "qualifiers", mandatory = false)* > * private String[] mQualifiers;* > > If I put the following in my property file it works perfectly: > > * qualifiers={A,B,C}* > > However, I always create a metadata.xml for the metadata service but I > can't find anywhere how to specify the type to "array of String". How can I > do that? > > /Bengt > >

