Hi Chetan, I commented also on the issue. Probably the best approach would be to register a String[] such that it can be read by PropertiesUtil.toMap (key=value). I think is the “standard” way to represent maps in OSGI properties.
Marius On 3/3/15, 8:52 AM, "Chetan Mehrotra" <[email protected]> wrote: >On Tue, Mar 3, 2015 at 12:19 PM, Julian Reschke <[email protected]> >wrote: >> This is ugly; I don't think it's a good idea to introduce JSON-shaped >> strings here. If we need more structure, why not a Map? > >The description has to be finally converted to string to be published >as string service property. So probably DocumentStore API returns a >Map with method name like getMetadata and then >DocumentNodeStoreService serializes it as a JSON string. > >Would that work? > >Chetan Mehrotra
