On Aug 1, 2004, at 7:36 AM, Jacek Laskowski wrote:
Jacek Laskowski wrote:
David Jencks wrote:
Assuming no changes are introduced, is there any other way in Geronimo to mimic them? Perhaphs, copying to the repository directory and listing them as dependencies would do it.
That should work fine.
That did the trick! Thanks Dave!
I wouldn't copy them into the repository because it allows user deployed jars to accidently pollute the geronimo repository. Instead I would create a lib directory in the config-store directory for the module (i.e., a config-store/${number}/lib directory). Then, just read in the manifest class path entries for the ejb jar, copy them into the lib dir and add them to the configuration class-path. One trick is you must repeat this for each jar copied into the lib as each of these can have manifest class path entries. Also watch out for circular dependencies in the manifest class path entries.
-dain
