Issues
- Hibernate does not recognize MySQL 8 error code 3572 as PessimisticLockExceptionHHH-13698Resolved issue: HHH-13698Former user
- Uninitialized entity does not get initialized when a setter is called with enhancement-as-proxy enabledHHH-13653Resolved issue: HHH-13653Andrea Boriero
- Uninitialized HibernateProxy mapped as NO_PROXY gets initialized when reloaded with enhancement-as-proxy enabledHHH-13640Resolved issue: HHH-13640Steve Ebersole
- PersistenceContext can get cleared before load completes using StatelessSessionImplHHH-13634Resolved issue: HHH-13634Former user
- Bugs join-fetching a collection when scrolling with a stateless session using enhancement as proxyHHH-13633Resolved issue: HHH-13633Former user
- On release of batch it still contained JDBC statements using JTAHHH-13307Resolved issue: HHH-13307Former user
6 of 6
Hibernate does not recognize MySQL 8 error code 3572 as PessimisticLockException
Fixed
Description
Created October 30, 2019 at 3:02 PM
Updated November 8, 2019 at 5:36 PM
Resolved November 1, 2019 at 6:08 PM
Activity
Show:
Former userNovember 1, 2019 at 6:08 PM
Fixed in master.
o.h.test.jpa.lock.LockExceptionTests#L93 fails with MySQL 8.0
Stacktrace:
Looking at test it seems to me that error is expected, but
SQLException
isn't converted to expected exception.Details from SQLException:
Error code: 3572
SQL State: HY000