The OSGi Configuration Loader Bundle uses the following system properties:
System Property |
Type |
Default Value |
Description |
|---|---|---|---|
com.prosyst.mbs.osgi.cm.polling.period |
int |
-1 |
On such a period the config folder is checked for added, removed or changed configuration property files. If the value is <= 0, then there are no checks on the folder content i.e. its content is checked only once at startup. |
com.prosyst.mbs.osgi.cm.config.root |
String |
../../../config |
The root folder for configuration property files. It may contain different profile folders. |
com.prosyst.mbs.osgi.cm.config.profiles |
String[] |
common |
The list with active config profiles. Only their configuration property files will be loaded. |