Wildfly NoClassDefFoundError on com.sun.xml.internal.stream.util.ThreadLocalBufferAllocator
Off late, there was an application which failed with following error at run time when we ran the application in Wildfly. This class is available inside java run time library. In order to include these sun internal classes into the application path I added below XML block into jboss-deployment-structure.xml, To… Continue Reading Wildfly NoClassDefFoundError on com.sun.xml.internal.stream.util.ThreadLocalBufferAllocator