Steve,

You can include your library files in the ear file. We do it all of the
time.

Create a directory called lib at the root of the ear.

In the orion-application.xml file, specify the library directory like this:

        <library path="lib" />

Make sure that this is after the persistance tag and before the principals
tag.

This works for us in version 1.5.2.

I don't even think you need this tag...but it doesn't hurt.

regards,

the elephantwalker



-----Original Message-----
From: [EMAIL PROTECTED]
[mailto:[EMAIL PROTECTED]]On Behalf Of Stephen
Davidson
Sent: Wednesday, September 05, 2001 4:25 AM
To: Orion-Interest
Subject: re: Orion and Sax/JDom


Greetings.

I was having some similiar issues with classes from Xerces/Xalan.  We
found an effective workaround was by copying/linking the xerces.jar and
xalan.jar files into the lib directory under Orion.

I am thinking that this may be part of the same issue where utility jars
in ear files are not being read.  This is something I currently have an
open support call with Orion for. (Workaround was the same, copy the
utility jars to the lib directory...)

-Steve


Reply via email to