Error message: Message: JAXP00010003: The length of entity “[xml]” is “100,001” that exceeds the “100,000” limit set by “jdk.xml.maxGeneralEntitySizeLimit”
Solution: Set the import.max.xml.entities config property to a value greater than 100.000
<property name=“import.max.xml.entities” value=“500000” />