Currently, it is possible to create a multifield OSGi configuration with @Property(unbounded=PropertyUnbounded.ARRAY).
Is it possible to create multi-multifield OSGi configuration?
Solved! Go to Solution.
see here an example: htl-examples/MyServiceConfiguration.java at master · heervisscher/htl-examples · GitHub
@AttributeDefinition(name = "Multiple-Values", description = "Multi Configuration values")
String[] getStringValues();
Hi,
No, It is not possible to create Multifield Osgi config property.
Views
Replies
Total Likes
see here an example: htl-examples/MyServiceConfiguration.java at master · heervisscher/htl-examples · GitHub
@AttributeDefinition(name = "Multiple-Values", description = "Multi Configuration values")
String[] getStringValues();
Hi Pawan,
See this HELPX article: Reading OSGi Configuration Values for Adobe Experience Manager 6.3
Hope this helps!!
Thanks,
Ratna Kumar.
Views
Replies
Total Likes
Views
Likes
Replies
Views
Likes
Replies