protected void performBoottime(OperationContext context, ModelNode operation, ModelNode model, ServiceVerificationHandler verificationHandler, List<ServiceController<?>> newControllers) {
final RaDeploymentActivator deploymentActivator = new RaDeploymentActivator();
context.addStep(new AbstractDeploymentChainStep() {
protected void execute(DeploymentProcessorTarget processorTarget) {
deploymentActivator.activateProcessors(processorTarget);
}
}, OperationContext.Stage.RUNTIME);
final boolean archiveValidationEnabled = ParamsUtils
.parseBooleanParameter(operation, ARCHIVE_VALIDATION_ENABLED, false);