From: Mathieu Baudier Date: Tue, 7 May 2024 05:00:03 +0000 (+0200) Subject: Adapt to changes in Argeo Commons X-Git-Url: https://git.argeo.org/?a=commitdiff_plain;h=refs%2Fheads%2Funstable;p=gpl%2Fargeo-slc.git Adapt to changes in Argeo Commons --- diff --git a/org.argeo.slc.runtime/src/org/argeo/slc/cms/deploy/osgi/OsgiCmsDeployment.java b/org.argeo.slc.runtime/src/org/argeo/slc/cms/deploy/osgi/OsgiCmsDeployment.java index 38974a013..2abb4b44f 100644 --- a/org.argeo.slc.runtime/src/org/argeo/slc/cms/deploy/osgi/OsgiCmsDeployment.java +++ b/org.argeo.slc.runtime/src/org/argeo/slc/cms/deploy/osgi/OsgiCmsDeployment.java @@ -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,