this is what I do... and may not be exactly what you're looking for... and
is a lil' dirty...

but I pack EVERYTHING (ejb & non ejb) into ONE big jar.... (for instance, I
have helper classes, and I use apache regexp)

It works...

HTH

JP

-----Original Message-----
From: Matthew Domarotsky [mailto:[EMAIL PROTECTED]]
Sent: Martes, 12 de Diciembre de 2000 19:05
To: Orion-Interest
Subject: common jars


Hello all,

Does anyone know about deploying an ear file that contains ejb jars with
dependencies on a common non-ejb.  For example, I have the following
situation below:

ejb1.jar
ejb2.jar
common.jar

Both ejb1.jar and ejb2.jar depend on common.jar, which has no ejbs.  The
problem comes when I deploy.  How do I deploy the two ejb jars so they
can see common.jar.  I just tried creating the directory META-INF/lib
and adding the common.jar there, but that didn't work.  Any ideas.

Thanks, Matt




Reply via email to