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