Migration from websphere to Jboss EAP7.1

Latest response

I have a migration from websphere java 1.6 to Jboss EAP7.1 with Java 1.8.
In the migration process i am getting errors related to servlets mainly in ActionServlet,HttpServlet
i am getting a below error while deploying in jboss:

Caused by: java.lang.NoClassDefFoundError: com/sun/org/apache/xml/internal/resolver/CatalogManager
at com.sun.xml.ws.util.xml.XmlUtil.createDefaultCatalogResolver(XmlUtil.java:284)
at com.sun.xml.ws.client.WSServiceDelegate.parseWSDL(WSServiceDelegate.java:265)
at com.sun.xml.ws.client.WSServiceDelegate.(WSServiceDelegate.java:228)

i tried placing the jar but still the same error

Responses