-
Task
-
Resolution: Done
-
Major
-
None
-
None
Currently we don't test OSGi subsystem activation with persistent bundles. In the InitialDeploymentTracker there is a TODO that should get investigated/fixed
protected boolean trackService(ServiceController<? extends Object> controller) { // [TODO] currently we track all persistet deployments. // If one fails it would mean that the OSGi framwork does not bootstrap return deploymentPhaseServices.contains(controller.getName()); }