On Thu, Jan 31, 2008 at 7:36 AM, bdaye <[EMAIL PROTECTED]> wrote: > How can I make my deployed EAR independent of whatever is in the Geronimo > Repo? Currently, I find myself specifying a lot of system dependencies in > my openejb-jar.xml file (deployment-1.2:dependency). So basically, I want > to make every JAR that is distributed with my EAR priority.
Put these jars in lib directory of your EAR or define such a lib directory in the deployment descriptor and move the jars there. Have you tried it already? Jacek -- Jacek Laskowski http://www.JacekLaskowski.pl
