Hi @ravijais04 If I understand the issue/question correctly..Can you
please mention what do the OSGi values in config look like?With
cardinality being multiple, you are probably adding multiple values to
it. How would that resolve to a Map?You would have to get the OSGi
values as a list or collection (or String[] may be).key1|value1
key2|value2 key3|value3 If your config has values like above, then you
will have to get the OSGi values as list and separate the items based on
the delimiter '|' and...