Expand my Community achievements bar.

Learn about Edge Delivery Services in upcoming GEM session
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

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();