Differences

This shows you the differences between two versions of the page.

Link to this comparison view

array_value_property_for_osgi_ds_component [2015/06/29 08:59]
array_value_property_for_osgi_ds_component [2021/04/05 11:23] (current)
Line 1: Line 1:
 +====== Array Value Property for OSGi Declarative Service Component ======
 +Most tutorials and articles only handle the setting of a single value as a property value in an OSGi component definition XML file. But sometimes an array of values is needed, f. e. for multiple event topics. Multiple values can be entered by separating them with a line feed.
  
 +<sxh xml>
 +<property name="event.topics">miworkplace/ui/*
 +miworkplace/connection/*
 +</property>
 +</sxh>
 +
 +{{tag>osgi}}