I'm running into an issue in WF 26 where Im getting a mix of classes from 2 different Xerces libraries - the JDK one (com.sun.org.apache.xerces) and the WF system module one
(org.apache.xerces).
This is resulting in the following:
class org.apache.xerces.dom.ElementNSImpl cannot be cast to class com.sun.org.apache.xerces.internal.dom.NodeImpl (org.apache.xerces.dom.ElementNSImpl is in unnamed module of loader 'org.apac...@2.12.0.SP03' @1700d16; com.sun.org.apache.xerces.internal.dom.NodeImpl is in module java.xml of loader 'bootstrap')
Id like to exclude the JDK Xerces library. Is that possible to do at the server level? Or thru the jboss-deployment-structure.xml?
Thank you,
Burt