The warning usually means that some classloading
issues occurred. This can happen if you have an old 1.0.x version of JAXP, or if
the JAXP classes were found on the classpath but that no JAXP compliant parser
was found.
So if you get a recent distribution (1.1 or later)
of JAXP and a JAXP compliant parser, everything should just work. e.g. jaxp.jar
and crimson.jar on your classpath, or a recent Xerces distro with
xmlParserAPIs.jar and xercesImpl.jar.
My guess is that you either have an old JAXP jar
thats not 1.1 or later, or that you don't have a matching JAXP implementaiton
jar (xerces or crimson)
James
|
Title: JAXP via reflection????
- [dom4j-dev] JAXP via reflection???? Rathore, Ritesh (GEA, TEMP, 096462)
- RE: [dom4j-dev] JAXP via reflecti... James Strachan
- RE: [dom4j-dev] JAXP via reflecti... Rathore, Ritesh (GEA, TEMP, 096462)
- Re: [dom4j-dev] JAXP via refl... James Strachan
- RE: [dom4j-dev] JAXP via reflecti... Rathore, Ritesh (GEA, TEMP, 096462)
- Re: [dom4j-dev] JAXP via refl... James Strachan