If you are using Geronimo 2.2 or 2.1, you can define the classloading order by using <hidden-classes> of <inverse-classloading> in the deployment plan.
See https://cwiki.apache.org/GMOxDOC22/geronimo-webxml.html HTH. Jeff On Wed, Jun 22, 2011 at 8:21 AM, Gary Shin <[email protected]> wrote: > Hi, > I wanted to deploy an application which is built using maven, it > contains a list of self written jars and third-party (apache software) jars. > So what is the best way to deploy it in geronimo without conflicting with > the existing geronimo jars. > Eg:- Say my application has older version of axis2 jar, i don't want it to > conflict with geronimo's axis2. > > I hope the question is clear, please provide suggestions and workarounds to > deal with this. > > Thanks > SG >
