Dain Sundstrom wrote:
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.
Thanks Dain. I'll take care of it. Just opened a JIRA issue to keep track - http://issues.apache.org/jira/browse/GERONIMO-281.
-dain
Jacek
