Hibernate’s DefaultSchemaNameResolver expects an AbstractMethodError when the jdbc driver is written to be compatible with Java6. Some connection pools silently ignore AbstractMethodError and returns return null. That is the case in the latest commons dbcp (tomcat dbcp2).
|
|