} else {
// The configuration repository has more than one projection, so we need to merge the results
executor = new FederatingCommandExecutor(context, configurationSourceName, projections, connectionFactory);
}
// Wrap the executor with a logging executor ...
executor = new LoggingCommandExecutor(executor, context.getLogger(getClass()), Logger.Level.DEBUG);
// The configuration projection (via "executor") will convert this path into a path that exists in the configuration
// repository
Path configNode = pathFactory.create(PATH_TO_CONFIGURATION_INFORMATION);