cfg.setConf_key(key);
}
cfg.setConf_value(cfgElem.elementText("value"));
cfg.setUpdatetime(new Date());
cfg.setDeleted(cfgElem.elementText("deleted"));
cfg.setComment(cfgElem.elementText("comment"));
cfgManagement.updateConfig(cfg);
} catch (Exception e) {
log.debug("failed to add/update configuration: " + key, e);
}
}