}
}
else
{
NucleusLogger.DATASTORE.info("Creating FederatedStoreManager to handle federation of primary StoreManager and " + propNamesWithDatastore.size() + " secondary datastores");
FederatedStoreManager fedStoreMgr = new FederatedStoreManager(clr, this);
setStoreManager(fedStoreMgr);
}
// Load up any persistence-unit classes into the StoreManager
String puName = config.getStringProperty("datanucleus.PersistenceUnitName");