-
Bug
-
Resolution: Done
-
Major
-
None
-
False
-
False
-
-
-
-
-
-
Undefined
This is a clone of https://hibernate.atlassian.net/browse/HHH-14676
org.hibernate.test.resource.transaction.jdbc.autocommit.PostgreSQLSkipAutoCommitTest case does not pass on PostgreSQL Plus 13.1 due to the fact that datasource class name is hardcoded for common PostgreSQL database.
After the PostgreSQL Plus driver was added on local classpath and the DS class name value was changed from org.postgresql.ds.PGSimpleDataSource to com.edb.ds.PGSimpleDataSource - the test run was successful.
Perhaps, some update or fix might be considered.
Environment:
oracle-java-1.8
postgresplus 13.1
hibernate.dialect org.hibernate.dialect.PostgresPlusDialect
EnterpriseDB JDBC Driver 42.2.12.3
- is incorporated by
-
JBEAP-25541 (7.4.z) Upgrade Hibernate ORM from 5.3.31.Final-redhat-00001 to 5.3.32.Final-redhat-00001
- Closed
- links to