You need to load both the mysql driver and the "org.apache.commons.dbcp.PoolingDriver" using Class.forName()
or by setting the system property "jdbc.drivers".


Something like: (but with the mysql driver of course)
-Djdbc.drivers=oracle.jdbc.driver.OracleDriver:org.apache.commons.dbcp.PoolingDriver

-- Dirk


[EMAIL PROTECTED] wrote:


I am using Websphere application server and am trying to get it the connection pool working using mysql and jocl scripts. I keep getting a no suitable driver exception. Anyone have any pointers?




---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



Reply via email to