Adapt to changes in Argeo Commons unstable github/unstable
authorMathieu Baudier <mbaudier@argeo.org>
Tue, 7 May 2024 05:00:03 +0000 (07:00 +0200)
committerMathieu Baudier <mbaudier@argeo.org>
Tue, 7 May 2024 05:00:03 +0000 (07:00 +0200)
org.argeo.slc.runtime/src/org/argeo/slc/cms/deploy/osgi/OsgiCmsDeployment.java

index 38974a013ce9846d74ab7ed2a1fa692a6aac1412..2abb4b44f9f3ed5f19572d60f95be533c063fd46 100644 (file)
@@ -103,7 +103,7 @@ public class OsgiCmsDeployment implements Deployment {
                        }
 
                        // FIXME use runtime manager
-                       runtimeContext = new OsgiRuntimeContext(config);
+                       runtimeContext = new OsgiRuntimeContext(null, config);
                        runtimeContext.run();
 
 //                     deployedSystem = new OsgiCmsDeployedSystem(runtimeContext.getFramework().getBundleContext(), distribution,