RE: Xerces.jar

2001-06-05 Thread Mike Cannon-Brookes

 java.lang.NoClassDefFoundError: org/apache/xalan/xslt/XSLTProcessorFactory

This file is in Xalan.jar not Xerces.jar ?

Orion no longer needs Xerces, it uses JAXP and Crimson instead. You should
code to the JAXP API anyway, not to Xerces specific APIs - for portability.

-mike





Re: Xerces.jar

2001-06-05 Thread Kesav Kumar

If you want your xerces.jar to be picked from your classpath keep xerces.jar
in jre\lib\ext directory.

- Original Message -
From: Eduardo Estefano [EMAIL PROTECTED]
To: Orion-Interest [EMAIL PROTECTED]
Sent: Tuesday, June 05, 2001 8:46 AM
Subject: Xerces.jar


 After upgrading to orion 1.5.1, orion would not find xerces.jar anymore in
 the classpath.

 I placed it in orion/lib - nothing
 I placed it in the application lib - nothing
 I placed it in the WEB-INF/lib - nothing

 Then I decided to the check the orion.jar manifest, and noticed that
 xerces.jar was not in the classpath anymore. I then updated the manifest
so
 that xerces.jar is in the classpath and now it finds the package.

 I don't want this to be part of the deployment process. Is there an easier
 way to make orion realize that xerces.jar should be in the classpath?

 Shoud I not be using xerces.jar?

 The file that orion complains about is:

 java.lang.NoClassDefFoundError: org/apache/xalan/xslt/XSLTProcessorFactory