false
));
resourceRegistration.registerSubModel(new ProfileResourceDefinition(extensionRegistry));
resourceRegistration.registerSubModel(PathResourceDefinition.createNamed(pathManager));
resourceRegistration.registerSubModel(DomainDeploymentResourceDefinition.createForDomainRoot(isMaster, contentRepo, fileRepository));
resourceRegistration.registerSubModel(new DeploymentOverlayDefinition(null, contentRepo, fileRepository));
resourceRegistration.registerSubModel(new ServerGroupResourceDefinition(contentRepo, fileRepository));
//TODO socket-binding-group currently lives in controller and the child RDs live in domain so they currently need passing in from here
resourceRegistration.registerSubModel(new SocketBindingGroupResourceDefinition(
SocketBindingGroupAddHandler.INSTANCE,