But if you want to use schema validation, then you will need xerces as
crimson doesnt support it. Have a look at my post for a solution to your
problem:
http://www.mail-archive.com/orion-interest%40orionserver.com/msg15104.html
erest
Subject: RE: Does Orion root .jar files interfere with my web-app
WEB-INF/libjar files?
Kit,
post 1.4.8, I don't think xerces is used by Orion, but crimson. So the
current release, 1.5.2 uses crimson. Xerces is used by Xalan in the current
release. So you can replace the Xerces.jar and Xala
TECTED]]On Behalf Of Hani Suleiman
Sent: Sunday, July 15, 2001 2:39 AM
To: Orion-Interest
Subject: Re: Does Orion root .jar files interfere with my web-app
WEB-INF/libjar files?
Order of loading is:
Entries explicitly in the root classloader (specified by Class-Path in
orion.jar's MANIFEST.MF), w
Order of loading is:
Entries explicitly in the root classloader (specified by Class-Path in
orion.jar's MANIFEST.MF), which is most of what is in the orion/
directory.
Next is orion/lib
Next is application specific classes, and I think WEB-INF/lib has
precedence over WEB-INF/classes
Hani
On S