Wolfgang Knauf [http://community.jboss.org/people/WolfgangKnauf] replied to the discussion
"While deploying .war file - ERROR [org.jboss.kernel.plugins.dependency.AbstractKernelController]" To view the discussion, visit: http://community.jboss.org/message/551931#551931 -------------------------------------------------------------- Hi, seems your war file contains a xml parser. This is a known problem with JBoss: it contains its own xml parser, and thus a parser in a deployed application results in exceptions. If possible remove all xml parser related jar files. If this is not possible, you might play around with classloader configuration. I don't have a link now, but google will help you ;-) Best regards Wolfgang -------------------------------------------------------------- Reply to this message by going to Community [http://community.jboss.org/message/551931#551931] Start a new discussion in Beginner's Corner at Community [http://community.jboss.org/choose-container!input.jspa?contentType=1&containerType=14&container=2075]
_______________________________________________ jboss-user mailing list [email protected] https://lists.jboss.org/mailman/listinfo/jboss-user
