Hi,
Can sharedlib work for you? The G server provides a common directory
where you can install class files and JAR files that can be shared by
multiple Java EE assets. You can install the shared jar files to
GERONIMO_HOME/var/shared/lib, then include the shared library as a
dependency in your geronimo specific deployment plan:
<environment>
<dependencies>
<dependency>
<groupId>org.apache.geronimo.configs</groupId>
<artifactId>sharedlib</artifactId>
</dependency>
</dependencies>
...
</environment>
HTH
Lin
On Mon, Oct 13, 2008 at 12:51 PM, Juan David <[EMAIL PROTECTED]> wrote:
>
> Hi All
>
> I would like to know how to accomplish shared libraries in the OAS way on
> Geronimo.
>
> What I mean by OAS way is the possibility to define a shared library that
> holds some jars and also can define dependencies with some other libraries.
> It is also possible to define a default set of dependencies for the
> applications (by adding a dependency to the default application), so every
> application deployed will have a set of dependent jars by default. The
> application can remove any dependency on the deployment plan and the
> administrator can change de dependency for all application without the need
> to have new deployments plans for every application and redeploy.
>
> Thanks in advance
>
> JuanDa
>
> --
> View this message in context:
> http://www.nabble.com/shared-libraries-in-the-OAS-way-tp19958574s134p19958574.html
> Sent from the Apache Geronimo - Users mailing list archive at Nabble.com.
>
>