]
Scott Marlow updated HHH-7265:
------------------------------
Attachment: hibernatesearchsync.jpg
debugger session proving Gail's theory about there being another sync registered after
the entitymanager closer.
ConcurrentModificationException in
SynchronizationRegistryImpl.notifySynchronizationsAfterTransactionCompletion due to
SynchronizationRegistryImpl.clearSynchronizations clearing
SynchronizationRegistryImpl.synchronizations
------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------
Key: HHH-7265
URL:
https://hibernate.onjira.com/browse/HHH-7265
Project: Hibernate ORM
Issue Type: Bug
Components: core
Affects Versions: 4.1.2
Environment: AS7 7.1.1
Reporter: Scott Marlow
Assignee: Gail Badner
Fix For: 4.1.3
Attachments: hibernatesearchsync.jpg
forum post link here includes the AS7 test case and description
https://community.jboss.org/thread/197649?start=0&tstart=0
http://pastie.org/3819424 is the call stack showing
SynchronizationRegistryImpl.notifySynchronizationsAfterTransactionCompletion looping on
synchronization which is cleared mid-loop by
SynchronizationRegistryImpl.clearSynchronizations
--
This message is automatically generated by JIRA.
For more information on JIRA, see: