[jboss-user] [JBoss Web Services] - Re: Web Services with JBoss 5.1

Peter Johnson do-not-reply at jboss.com
Fri Dec 3 10:53:12 EST 2010


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]

-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.jboss.org/pipermail/jboss-user/attachments/20101203/771b4239/attachment.html 


More information about the jboss-user mailing list