// DELETE SECOND
MockeyXmlFileManager reader = MockeyXmlFileManager.getInstance();
String inputAsString = reader.getFileContentAsString(fstream);
store.deleteEverything();
reader.loadConfigurationWithXmlDef(inputAsString, null);
logger.info("Loaded definitions from " + fileName);
jsonResultObject.put(SUCCESS, "Loaded definitions from " + fileName);
jsonResultObject.put(BSC.FILE, fileName);
}
} catch (Exception e) {