protected void performBoottime(OperationContext context, ModelNode operation, ModelNode model, ServiceVerificationHandler verificationHandler, List<ServiceController<?>> newControllers) {
log.infof("Activating OSGi Subsystem");
context.addStep(new AbstractDeploymentChainStep() {
protected void execute(DeploymentProcessorTarget processorTarget) {
new OSGiDeploymentActivator().activate(processorTarget);
}
}, OperationContext.Stage.RUNTIME);
long begin = System.currentTimeMillis();