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