logger.warn("JoinManager is null");
}
}
public void modifyLookupAttributes(Entry[] attrSetTemplates, Entry[] attrSets) {
JoinManager mgr = service.getJoinManager();
if(mgr!=null) {
mgr.modifyAttributes(attrSetTemplates, attrSets, true);
if(snapshotHandler!=null) {
try {
snapshotHandler.takeSnapshot();
} catch(IOException ioe) {
logger.warn("Persisting Modified Lookup Attributes", ioe);