RE: common jars

2000-12-12 Thread shlomo
nterest 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. Th

Re: common jars

2000-12-12 Thread Hitesh Jasani
Matt, Here's a manifest of one of my .ear files in which I bundle a couple of common non-ejb classes:     META-INF/MANIFEST.MF     lib/atoc-app2-common.jar     lib/atoc-app2-xcpt.jar     META-INF/application.xml     META-INF/orion-application.xml     atoc-app2-ejb.jar     atoc-app2-web.war     co

RE: common jars

2000-12-12 Thread Juan Lorandi (Chile)
hew 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: ejb

common jars

2000-12-12 Thread Matthew Domarotsky
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 de