.setInitialMode(ServiceController.Mode.ACTIVE)
.install());
// create the POA Registry use by iiop
final POARegistry poaRegistry = new POARegistry();
newControllers.add(context.getServiceTarget().addService(POARegistry.SERVICE_NAME, poaRegistry)
.addDependency(CorbaPOAService.ROOT_SERVICE_NAME, POA.class, poaRegistry.getRootPOA())
.setInitialMode(ServiceController.Mode.PASSIVE)
.addListener(verificationHandler)
.install());
EnableStatisticsWriteHandler.INSTANCE.updateToRuntime(context, model);