David Turner wrote:
> 
> In RPCRouterServlet I checked the class of the document builder being returned
> by XMLParserUtils.getXMLDocBuilder() and it's as follows:
>     xdb documentBuilder class type = class
> org.apache.crimson.jaxp.DocumentBuilderImpl
> 
> I don't understand why the crimson version one is being used when I have xerces
> as my parser.  My classpath looks right.
> Does anybody know why this is happening?
> 

IF you have Jaxp.jar and Crimson.jar in your standard extensions
directory
they will be loaded first.

  JAVA_HOME\jre\lib\ext    <- standard extensiond found before classpath

-- 
WBB - [EMAIL PROTECTED]
Java Cert mock exams http://www.lanw.com/java/javacert/
Author of Java Developer's Guide to Servlets and JSP 
ISBN 0-7821-2809-2

Reply via email to