Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
[eclipselink-dev] Fix for bug 218810

Hi,

The patch being checked in for SDO bug 218810 is attached at the link below.
	https://bugs.eclipse.org/bugs/show_bug.cgi?id=218810

Bug 218810- SDO - ConcurrentModification exception when doing dataObject.set
with a List

Modified this method to iterate through an array of the objects instead of
modifying the list directly.

Reviewed by Blaise, email me any additional feedback.

Thanks
Denise



Back to the top