Details
-
Bug
-
Status: Resolved
-
Major
-
Resolution: Fixed
-
3.0-M1, 3.0.0
-
None
-
Security Level: public (Regular issues)
-
None
Description
I try to deploy an application that uses some JDBC 4 API like java.sql.ResultSet.isClosed()
This calls fails with following error
java.lang.AbstractMethodError: org.tranql.connector.jdbc.ResultSetHandle.isClosed()Z
According to JEE 6 specifications, JDBC 4 API should be supported in Geronimo 3, and it seems not.