You are viewing a plain text version of this content. The canonical link for it is here.
Posted to users@tomee.apache.org by "Leonardo K. Shikida" <sh...@gmail.com> on 2013/10/15 15:52:41 UTC

Specific Oracle JDBC properties in tomee datasources

Hi

How do I set specific oracle JDBC properties in tomee datasources?

for example

http://docs.oracle.com/cd/B19306_01/java.102/b14355/clntsec.htm#i1022564

TIA

Leo

Re: Specific Oracle JDBC properties in tomee datasources

Posted by Romain Manni-Bucau <rm...@gmail.com>.
Hi

did you try it:

<Resource class-name="...OracleDataSource" type="DataSource">
    propKey = propValue
</Resource>

*Romain Manni-Bucau*
*Twitter: @rmannibucau <https://twitter.com/rmannibucau>*
*Blog: **http://rmannibucau.wordpress.com/*<http://rmannibucau.wordpress.com/>
*LinkedIn: **http://fr.linkedin.com/in/rmannibucau*
*Github: https://github.com/rmannibucau*



2013/10/15 Leonardo K. Shikida <sh...@gmail.com>

> Hi
>
> How do I set specific oracle JDBC properties in tomee datasources?
>
> for example
>
> http://docs.oracle.com/cd/B19306_01/java.102/b14355/clntsec.htm#i1022564
>
> TIA
>
> Leo
>