Gary Gregory created DBCP-518:
---------------------------------
Summary: Allow DBCP to work with old Java 6/JDBC drivers without
throwing AbstractMethodError
Key: DBCP-518
URL: https://issues.apache.org/jira/browse/DBCP-518
Project: Commons DBCP
Issue Type: Bug
Affects Versions: 2.5.0
Reporter: Gary Gregory
Assignee: Gary Gregory
Allow DBCP to work with old Java 6/JDBC 4.0 drivers without throwing
{{AbstractMethodError}}.
As of version 2.5.0, DBCP ses methods from Java 7/JDBC 4.1 like
{{Connection#getSchema()}}. When DBCP tries to call this method, the JVM throws
a {{AbstractMethodError}}.
DBCP will detect this condition and use {{null}} for such schema values.
--
This message was sent by Atlassian JIRA
(v7.6.3#76005)