Details
-
Type:
Bug
-
Status:
Closed
-
Priority:
Major
-
Resolution: Fixed
-
Affects Version/s: 1.3.3
-
Fix Version/s: 2.0.0
-
Labels:None
-
Environment:Java 1.6.0_01 + Oracle JDBC 3 Driver (10.2.0.3)
-
Number of attachments :
Description
Using an old JVM with JDBC3 may lead to java.lang.AbstractMethodError: oracle.jdbc.driver.LogicalConnection.isValid(I)Z.
It prevents pooled to be initialized.
Using JDBC4 (latest Oracle 11g driver) or JVM 1.6.0_20 can workaround this issue.
Replacing in JdbcPooledConnection.java, line 93:
with
is fixing this issue.