RE: referring to a jar from an ejb-jar file/directory?

2001-03-01 Thread Andre Vanha
Wednesday, February 28, 2001 11:27 PM To: Orion-Interest Subject: RE: referring to a jar from an ejb-jar file/directory? Running it out of a directory I'm not sure the MANIFEST Class-Path: will work. I know if you use a JAR, it will work that way. It's the way the OSCore library work

RE: referring to a jar from an ejb-jar file/directory?

2001-02-28 Thread Mike Cannon-Brookes
EMAIL PROTECTED]]On Behalf Of Gary Shea > Sent: Thursday, March 01, 2001 4:35 PM > To: Orion-Interest > Subject: referring to a jar from an ejb-jar file/directory? > > > I have an ejb application running under orion. I want to restructure > the code so that some common code is

referring to a jar from an ejb-jar file/directory?

2001-02-28 Thread Gary Shea
I have an ejb application running under orion. I want to restructure the code so that some common code is put into a jar. The problem is that I can't figure out a way, short of putting the jar in the orion/lib directory, to make the contents of the jar available to the ejb side of the applicatio