currentStoreChildStores.put
(NODE_STORE, referenceDefinition.getAttribute("store"));
getLogger().log("Node store references " + referenceDefinition.getAttribute("store"),LOG_CHANNEL,Logger.INFO);
} catch (ConfigurationException ex) {
getLogger().log("Node store: " + nodeStoreDefinition.getAttribute("classname"),LOG_CHANNEL,Logger.INFO);
NodeStore nodeStore =
(NodeStore) loadChildStore(nodeStoreDefinition,
storeParameters);
if (nodeStore != null) {
currentStoreChildStores.put(NODE_STORE, nodeStore);
}