Improve nested OSGi runtimes
[lgpl/argeo-commons.git] / org.argeo.init / src / org / argeo / init / osgi / OsgiBoot.java
index 963bab4d495e4349bcc7ba409141deb7e2fa94b7..c6c8471b0b336e4fdff09b91e6ac273799fb0a7a 100644 (file)
@@ -172,7 +172,7 @@ public class OsgiBoot {
        public void install() {
                String osgiInstancePath = getProperty(InitConstants.PROP_OSGI_INSTANCE_AREA);
                String osgiConfigurationPath = getProperty(InitConstants.PROP_OSGI_CONFIGURATION_AREA);
-               String osgiSharedConfigurationPath = getProperty(InitConstants.PROP_OSGI_CONFIGURATION_AREA);
+               String osgiSharedConfigurationPath = getProperty(InitConstants.PROP_OSGI_SHARED_CONFIGURATION_AREA);
                logger.log(DEBUG, () -> "OSGi bootstrap starting" //
                                + (osgiInstancePath != null ? " data: " + osgiInstancePath + "" : "") //
                                + (osgiConfigurationPath != null ? " state: " + osgiConfigurationPath + "" : "") //