protected static Document getXmlDocument() throws GenericEntityConfException {
try {
return ResourceLoader.getXmlDocument(ENTITY_ENGINE_XML_FILENAME);
} catch (GenericConfigException e) {
throw new GenericEntityConfException("Could not get entity engine XML document", e);
}
}