Resin-2.1.0 - Problem with Oralce JDBC Pool

From: Robert Edgar <robert.edgar@xxx.com>
Date: Tue Apr 02 2002 - 09:41:48 PST

Upgraded from 205 to 210. left Conf file unchanged

On restarting I get the following error

com.caucho.sql.SQLExceptionWrapper: driver-name `null' has not been
configured
for pool jdbc/remote.

The pool was setup to use an Oracle datasource and worked fine with 205.

Config was as below
<!-- configure Oracle's ConnectionPoolDataSource -->
<resource-ref res-ref-name='jdbc/pool/live'
res-type='javax.sql.ConnectionPoolDataSource'>
  <class-name>oracle.jdbc.pool.OracleConnectionPoolDataSource</class-name>
  <init-param url='jdbc:oracle:thin:@XXX.XXX.XXX.XXX:1521:XXXX'/>
  <init-param user='CCCC'/>
  <init-param password='XXXX'/>
</resource-ref>

<!-- configure Resin's pool to use Oracle's data source -->
<resource-ref res-ref-name='jdbc/remote' res-type='javax.sql.DataSource'>
  <data-source>jdbc/pool/live</data-source>
  <init-param max-connections='100'/>
  <init-param max-overflow-connections='100'/>
  <init-param max-active-time='30m'/>
  <init-param max-idle-time='60m'/>
  <init-param max-pool-time='360m'/>
  <init-param ping-table='dual'/>
  <init-param ping-on-idle='true'/>
</resource-ref>

Any idea on what is wrong
Rob
Received on Tue 02 Apr 2002 09:41:48 -0800

This archive was generated by hypermail 2.1.8 : Thu Sep 28 2006 - 20:17:00 PDT