[jboss-user] [JBoss Web Services] - Re: ClassNotFoundException: com.sun.org.apache.xerces.internal.dom.DocumentImpl - JBoss-as-7.1.0.Final

jarkko rantavuori do-not-reply at jboss.com
Tue Jan 15 14:08:56 EST 2013


jarkko rantavuori [https://community.jboss.org/people/jrantav] created the discussion

"Re: ClassNotFoundException: com.sun.org.apache.xerces.internal.dom.DocumentImpl - JBoss-as-7.1.0.Final"

To view the discussion, visit: https://community.jboss.org/message/792090#792090

--------------------------------------------------------------
I solved the same error with

<dependency>
    <groupId>com.sun.xml.parsers</groupId>
    <artifactId>jaxp-ri</artifactId>
    <version>1.4.5</version>
    <scope>runtime</scope>
</dependency>

if it matters, the other libs I had were

<dependency>
    <groupId>org.springframework.ws</groupId>
    <artifactId>spring-ws</artifactId>
    <version>2.1.0.RELEASE</version>
    <classifier>all</classifier>
</dependency>
<dependency>
    <groupId>com.sun.xml.messaging.saaj</groupId>
    <artifactId>saaj-impl</artifactId>
    <version>1.3.20</version>
    <scope>runtime</scope>
</dependency>
--------------------------------------------------------------

Reply to this message by going to Community
[https://community.jboss.org/message/792090#792090]

Start a new discussion in JBoss Web Services at Community
[https://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/20130115/b2e87a83/attachment.html 


More information about the jboss-user mailing list