Expand my Community achievements bar.

Submissions are now open for the 2026 Adobe Experience Maker Awards.

Mark Solution

This conversation has been locked due to inactivity. Please create a new post.

SOLVED

OSGi Configuration with the Web Console | Multi-multifield.

Avatar

Level 1

Currently, it is possible to create a multifield OSGi configuration with @Property(unbounded=PropertyUnbounded.ARRAY).

Is it possible to create multi-multifield OSGi configuration?

1 Accepted Solution

Avatar

Correct answer by
Employee

see here an example: htl-examples/MyServiceConfiguration.java at master · heervisscher/htl-examples · GitHub

@AttributeDefinition(name = "Multiple-Values", description = "Multi Configuration values")

String[] getStringValues();

View solution in original post

3 Replies

Avatar

Community Advisor

Hi,

No, It is not possible to create Multifield Osgi config property.

Arun Patidar

AEM LinksLinkedIn

Avatar

Correct answer by
Employee

see here an example: htl-examples/MyServiceConfiguration.java at master · heervisscher/htl-examples · GitHub

@AttributeDefinition(name = "Multiple-Values", description = "Multi Configuration values")

String[] getStringValues();

Avatar

Level 10

Hi Pawan,

See this HELPX article: Reading OSGi Configuration Values for Adobe Experience Manager 6.3

Hope this helps!!

Thanks,

Ratna Kumar.