.setInitialMode(Mode.ACTIVE)
.install());
// TODO does the install of this and the DriverProcessor
// belong in DataSourcesSubsystemAdd?
final DriverRegistryService driverRegistryService = new DriverRegistryService();
newControllers.add(serviceTarget.addService(ConnectorServices.JDBC_DRIVER_REGISTRY_SERVICE, driverRegistryService)
.addListener(verificationHandler)
.install());
newControllers.addAll(raDeploymentActivator.activateServices(serviceTarget, verificationHandler));