Peter Johnson [http://community.jboss.org/people/peterj] created the discussion
"Re: Web Services with JBoss 5.1" To view the discussion, visit: http://community.jboss.org/message/574294#574294 -------------------------------------------------------------- Only look at the first excpetion stack trace, and always follow the "cuased by" chain. If you do this, you will see this root cause: > Caused by: java.lang.ClassCastException: > org.apache.xerces.parsers.XIncludeAwareParserConfiguration cannot be cast to > org.apache.xerces.xni.parser.XMLParserConfiguration CCE errors typically mean that you have packed within your applicaiton a JAR that JBoss AS already provides. In this case, you packaged the xerces JAR, remove it from your app. -------------------------------------------------------------- Reply to this message by going to Community [http://community.jboss.org/message/574294#574294] Start a new discussion in JBoss Web Services at Community [http://community.jboss.org/choose-container!input.jspa?contentType=1&containerType=14&container=2044]
_______________________________________________ jboss-user mailing list [email protected] https://lists.jboss.org/mailman/listinfo/jboss-user
