}
}
if (confmanager.getConfig(ConfigKeys.USE_DATABSE_STORAGE)
.equalsIgnoreCase("false")) {
ConcurrentHashMap<String, LinkedList<String>> map = new ConcurrentHashMap<String, LinkedList<String>>();
InMemoryImpl tempStor = new InMemoryImpl();
tempStor.setMap(map);
MsgBoxServiceSkeleton.setStorage(tempStor);
dbImplemented = false;
}
configurationcontext.setProperty(