ConcurrentModificationException in org.hibernate.connection.DriverManagerConnectionProvider.close()

Description

A java.util.ConcurrentModificationException is thrown intermittently from DriverManagerConnectionProvider.close(). This is the stacktrace:

All the other methods in that class synchronize their access to the pool ArrayList, but close() does not (even though it iterates over the list).

Activity

Brett MeyerMarch 7, 2014 at 8:27 PM

Closing – out of date. This class is much different in ORM 4.

Out of Date

Details

Assignee

Reporter

Components

Affects versions

Priority

Created October 19, 2011 at 3:03 PM
Updated March 7, 2014 at 8:27 PM
Resolved March 7, 2014 at 8:27 PM