xalan and xerces in jboss eap 6.0.1
问题 I'm migrating an application from Glassfish 2.1 to Jboss eap 6.0.1. Now I deploy my app in Jboss correctly but it doesn't work. I have made debug and I saw the problem. When the code arrives to this line: OutputFormat format = OutputFormat(doc); It fails. I made a new watch of "OutputFormat(doc)" and in the value appears this: Unknown type "org.apache.xml.serialize.OutputFormat"< This class is inside xerces library. This library is installed as a module in my jboss. I have tried many things: