OSGi Configuration with the Web Console | Multi-multifield. | Community
Skip to main content
November 26, 2018
Solved

OSGi Configuration with the Web Console | Multi-multifield.

  • November 26, 2018
  • 3 replies
  • 2830 views

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

Is it possible to create multi-multifield OSGi configuration?

This post is no longer active and is closed to new replies. Need help? Start a new post to ask your question.
Best answer by Feike_Visser1

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

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

String[] getStringValues();

3 replies

arunpatidar
Community Advisor
Community Advisor
November 26, 2018

Hi,

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

Arun Patidar
Feike_Visser1
Adobe Employee
Feike_Visser1Adobe EmployeeAccepted solution
Adobe Employee
November 26, 2018

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

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

String[] getStringValues();

Ratna_Kumar
Level 10
November 26, 2018

Hi Pawan,

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

Hope this helps!!

Thanks,

Ratna Kumar.