This content has been marked as final.
Show 2 replies
-
1. Re: Receive NoClassDefFoundError: com.sun.org....dom.DocumentImpl error on AIX
janstey Dec 12, 2008 7:44 AM (in response to aishwaryabk)Someone was having a similar issue using Apache CXF (FUSE Services Framework)
You could try the solution that worked in their case.
Cheers,
Jon
-
2. Re: Receive NoClassDefFoundError: com.sun.org....dom.DocumentImpl error on AIX
dkulp_dkulp Dec 12, 2008 9:43 AM (in response to aishwaryabk)Grab the latest jaxp-ri jar from:
http://repo1.maven.org/maven2/com/sun/xml/parsers/jaxp-ri/1.4.2/
and add that. That should fix it. It's only needed on IBM JDK's (and sometimes causes issues on Sun JDK's).