Rod,

As I mentioned in our private email exchange, here are my results for the
community to see.  Thanks for investigating with me.  Thanks also to others
who replied.

In the manifest of the EJB JAR file, I referred to my library JARs relative
to the EJB instead of relative to the root of the EAR.  For example,

BEFORE

Manifest-Version: 1.0
Created-By: Apache Ant 1.5.1
Class-Path: libs/apogent-common.jar libs/eif-ejb.jar

AFTER

Manifest-Version: 1.0
Created-By: Apache Ant 1.5.1
Class-Path: ../libs/apogent-common.jar ../libs/eif-ejb.jar

The BEFORE approach works in 2.4.10 but not in 3.x; while the AFTER approach
works in 3.x, I don't know whether it works in 2.4.10.  I won't be able to
try it until tomorrow or I'm at work on Monday.

Thanks,
Craig


-------------------------------------------------------
This SF.NET email is sponsored by:
SourceForge Enterprise Edition + IBM + LinuxWorld = Something 2 See!
http://www.vasoftware.com
_______________________________________________
JBoss-user mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/jboss-user

Reply via email to