https://bz.apache.org/bugzilla/show_bug.cgi?id=62692
--- Comment #9 from Willy <ad...@out-side.nl> --- Solved, at least for this case, by modifying module.xml in wildfly/modules/system/layers/base/org/apache/xerces/main and preventing the loading of xerces's jar file. Let's hope this doesn't break other things. <module name="org.apache.xerces" xmlns="urn:jboss:module:1.9"> <!-- <resources> <resource-root path="xercesImpl-2.12.0.SP03.jar"/> </resources> --> <dependencies> <module name="jdk.xml.dom"/> <module name="java.xml"/> </dependencies> </module> -- You are receiving this mail because: You are the assignee for the bug. --------------------------------------------------------------------- To unsubscribe, e-mail: dev-unsubscr...@poi.apache.org For additional commands, e-mail: dev-h...@poi.apache.org