Daniel López wrote:
> Hi,
> Not sure what your problem is, but this syntax works for me in my tests 
> with Resin 4.0.14
> -----------
>    <database jndi-name='jdbc/app'>
>      <driver
>        type="oracle.jdbc.pool.OracleConnectionPoolDataSource">
>        <url>jdbc:oracle:thin:@db.server.com:port:db</url>
>        <user>db-user</user>
>        <password>db-pass</password>
>      </driver>
>    </database>
> -----------

Hi,

Thank you for your confirmation. After some more debugging I found that 
the application used the slf4j library which has been removed according 
the change log. After adding the libraries to the application 
resin-pro-4.0.14 worked fine as well.

-- 
Halvor Utby
USIT/GAP/W3D
tlf: 22852972
halvor.u...@usit.uio.no


_______________________________________________
resin-interest mailing list
resin-interest@caucho.com
http://maillist.caucho.com/mailman/listinfo/resin-interest

Reply via email to