5 Replies Latest reply on Jun 4, 2005 2:03 PM by hritcu

    JAXP 1.3 (from JDK 1.5) with JBoss 4

    cgeer

      As far as I can tell, JBoss 4 comes with Xerces/Xalan to update the Crimson parser with JDK 1.4.2 to Xerces and make it JAXP 1.2 compliant to meet the J2EE 1.4 specs.

      JDK 1.5 comes with Xerces (an adapted Xerces at least) already part of it but also includes the JAXP 1.3 APIs instead of JAXP 1.2. I was able to remove the XML jars from the endorsed directory and run the server with JDK 1.5 but are there any concerns with that I haven't realized yet? Essentially I want to be able to run JBoss 4 with JAXP 1.3 instead of 1.2.

      Do newer library versions invalidate the J2EE certification?

      Chris