Skip to main content

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

Hi All,

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

Bug 212820 - SDO -  A NAMESPACE FOR THE PREFIX NS0:VALUE WAS NOT FOUND WHEN
A LIST ENTRY IS CLEARED - If an SDO has a List (and maybe also a
ChangeSummary) property, after a user tries to set an existing entry of the
list,
e.g.:-------------------------
valueList.clear()
-------------------------
If user tries to serialize the whole SDO object into XML then an exception
occurs.

This was a minor namespace issue and only required changes to 1 source file.

Reviewed by Blaise, email me any additional feedback.

Thanks
Denise



Back to the top