Configuration c = defaultConfiguration.clone();
c.applyOverrides(entry.getValue());
configurationOverrides.put(entry.getKey(), c);
}
globalComponentRegistry = new GlobalComponentRegistry(globalConfiguration, this);
cacheNameLockContainer = new ReentrantPerEntryLockContainer(defaultConfiguration.getConcurrencyLevel());
} catch (ConfigurationException ce) {
throw ce;
} catch (RuntimeException re) {
throw new ConfigurationException(re);
}