0 Replies Latest reply on Sep 4, 2002 10:42 AM by douglm

    3.0.2 + jetty

    douglm

      Converting to the above from 2.4.4 + tomcat.

      Have a webapp which uses a servlet filter to convert xml to html using xalan.

      This app would do one conversion, following conversions of the same content
      failed with NullPointerException in thge xpath methods.

      Added xalan 2.4.0 + the associated xml-apis.jar to the webapp. Now it works
      OK (or has all night).

      Is this a known problem with whatever version of xalan came with 3.0.2?
      Should I put those jars in the deploy/lib directory?