deploymentManager = new ModelControllerServerDeploymentManager(injectedController.getValue());
}
@Override
protected BundleLifecycle createServiceValue(StartContext startContext) throws StartException {
BundleLifecycle defaultService = super.createServiceValue(startContext);
return new BundleLifecycleImpl(defaultService);
}