Map<String, List<RepositoryConfiguration.ProjectionConfiguration>> preconfiguredProjectionsByWorkspace = config.getFederation()
.getProjectionsByWorkspace();
Set<String> extSources = config.getFederation().getExternalSources();
this.connectors = new Connectors(this, connectorComponents, extSources, preconfiguredProjectionsByWorkspace);
logger.debug("Loading cache '{0}' from cache container {1}", cacheName, container);
SchematicDb database = Schematic.get(container, cacheName);
Channel cacheChannel = checkClustering(database);
// the name of the fork stack is based on the name of the cache; this will allow multiple caches to share the
// same JG stack
String forkStackId = "modeshape-" + cacheName + "-fork-stack";