currentStoreChildStores.put
(CONTENT_STORE, referenceDefinition.getAttribute("store"));
getLogger().log("Content store references " + referenceDefinition.getAttribute("store"),LOG_CHANNEL,Logger.INFO);
} catch (ConfigurationException ex) {
getLogger().log("Content store: " + contentStoreDefinition.getAttribute("classname"),LOG_CHANNEL,Logger.INFO);
ContentStore contentStore =
(ContentStore) loadChildStore(contentStoreDefinition,
storeParameters);
if (contentStore != null) {
currentStoreChildStores.put(CONTENT_STORE, contentStore);
}