Mantis - Resin
Viewing Issue Advanced Details
2700 major always 05-26-08 19:06 06-05-08 11:51
altaman  
ferg  
normal  
closed 3.1.6  
fixed  
none    
none 3.1.7  
0002700: Unable to set driverType for DB2 connection pool
I am using DB2 and trying to select the Type 4 driver.
The DB2 documentation says to set the driverType property.
<driverType>4</driverType>
When I try to do this Resin interprets the driverType property as the driverType defined in com.caucho.sql.DriverConfig, i.e. one of
ConnectionPoolDataSource
XADataSource
ManagedConnectionFactory
Driver
rather than allowing me to set the JDBC driver type.


Notes
(0003091)
altaman   
05-26-08 19:17   
The IBM property documentation can be found here:
http://publib.boulder.ibm.com/infocenter/db2luw/v9/index.jsp?topic=/com.ibm.db2.udb.apdv.java.doc/doc/rjvdsprp.htm [^]
(0003135)
ferg   
06-05-08 11:51   
server/4507