RE: Tomcat DBCP with Oracle JDBC OCI 10g driver

2007-12-10 Thread Jeffrey.Constantin
To All, Found it. Apparently you have to use the classes12.jar and the ojdbc14.jar files provided with the Oracle client installation or it crashes the JVM trying to talk to the OraClient10.dll with the wrong number/type of parameters. After I added those 2 jars first in my classpath everything wo

RE: Tomcat DBCP with Oracle JDBC OCI 10g driver

2007-12-10 Thread Jeffrey.Constantin
Core dump -- I have included the dump file. Thanks, Jeff -Original Message- From: Henri Yandell [mailto:[EMAIL PROTECTED] Sent: Friday, December 07, 2007 11:19 PM To: Jakarta Commons Developers List Subject: Re: Tomcat DBCP with Oracle JDBC OCI 10g driver When you say it crashes the J

Tomcat DBCP with Oracle JDBC OCI 10g driver

2007-12-07 Thread Jeffrey.Constantin
To Whom It May Concern, Does anyone have a checklist for implementing Oracle JDBC OCI 10g driver in the Tomcat server DBCP connection pool. It seems very simple according to directions from Oracle but I must be missing one piece. I have confirmed the external setup with tnsnames.ora and the oracl

"Already closed." exception in org.apache.commons.dbcp.PoolableConnection

2007-11-19 Thread Jeffrey.Constantin
To Whom It May Concern: Why is it necessary to throw a new SQLException("Already closed") when the purpose of the close() method is to close the connection. Seems to me this Exception is not necessary. In my code (Tomcat/DBCP/iBATIS) apparently iBATIS is trying to close an already closed connec