You are viewing a plain text version of this content. The canonical link for it is here.
Posted to user@geronimo.apache.org by my_forum <my...@ukr.net> on 2008/10/22 10:44:09 UTC

Library usage without registering it in Geronimo

Hi all,
I have an Oracle pool deployed as a connector module in my EAR. As far as I
want to keep everything under one umbrella I do not want to register
ojdbc14.jar Oracle thin librarry driver and want to get rid of  this
dependency

            <dep:dependency>
                <dep:groupId>com.oracle</dep:groupId>
                <dep:artifactId>ojdbc14.jar</dep:artifactId>
                <dep:version>10.0.3</dep:version>
                <dep:type>jar</dep:type>
            </dep:dependency>
in my resource deployment plan.
Is it possible to put library either to the ear level and reference it in
resource adaptor's manifest file, or put it directly to the resource adaptor
module?
Had everybody succeded doing this?
Thanks in advance!
-- 
View this message in context: http://www.nabble.com/Library-usage-without-registering-it-in-Geronimo-tp20106417s134p20106417.html
Sent from the Apache Geronimo - Users mailing list archive at Nabble.com.


Re: Library usage without registering it in Geronimo

Posted by David Jencks <da...@yahoo.com>.
On Oct 22, 2008, at 1:44 AM, my_forum wrote:

>
> Hi all,
> I have an Oracle pool deployed as a connector module in my EAR. As  
> far as I
> want to keep everything under one umbrella I do not want to register
> ojdbc14.jar Oracle thin librarry driver and want to get rid of  this
> dependency
>
>            <dep:dependency>
>                <dep:groupId>com.oracle</dep:groupId>
>                <dep:artifactId>ojdbc14.jar</dep:artifactId>
>                <dep:version>10.0.3</dep:version>
>                <dep:type>jar</dep:type>
>            </dep:dependency>
> in my resource deployment plan.
> Is it possible to put library either to the ear level and reference  
> it in
> resource adaptor's manifest file, or put it directly to the resource  
> adaptor
> module?

If you put it in the ear under lib/ or in the resource adapter it  
should be available to the resource adapter.

thanks
david jencks

>
> Had everybody succeded doing this?
> Thanks in advance!
> -- 
> View this message in context: http://www.nabble.com/Library-usage-without-registering-it-in-Geronimo-tp20106417s134p20106417.html
> Sent from the Apache Geronimo - Users mailing list archive at  
> Nabble.com.
>