return new TransactionalMultiStepOperationController(executionContext, handler, operationControllerContext, confPerstProvider);
}
protected ControllerResource getControllerResource(final OperationContext context, final ModelNode operation, final OperationHandler operationHandler,
final ResultHandler resultHandler, final PathAddress address, final OperationControllerContext operationControllerContext) {
ControllerResource resource = null;
if (operationHandler instanceof ModelUpdateOperationHandler) {
resource = new DomainModelControllerResource(operationHandler, address, context.getSubModel(), operationControllerContext);
}