Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
[eclipselink-dev] Check-in: Bug 321041 - EclipseLink throws ConcurrentModificationException when triggering lazy load from conforming query

Submitted Patch

https://bugs.eclipse.org/bugs/show_bug.cgi?id=321041

The fix makes a copy of the list of keys in getFromIdentityMap() so that when indirection is triggered we do not add to the same list we are iterating on.

Reviewed by Tom Ware with input from Andrei Ilitchev

Tested with full JPA and Core LRG

Adding TriggerValueHoldersSelfReferencingOneToOneTest to our Core
IdentityMapTestSuite.


Back to the top