LOGGER.logp(Level.SEVERE, CLASS_NAME, METHOD,
"System configuration document not found.");
return;
}
systemDoc.replaceItemValue(NCCONST.SITM_LASTCACHEUPDATE, now);
systemDoc.save(true);
LOGGER.logp(Level.INFO, CLASS_NAME, METHOD,
"Directory Cache last update time set to " + now.toString());
} catch (RepositoryException e) {
LOGGER.log(Level.SEVERE, CLASS_NAME, e);
} finally {