Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
[eclipselink-dev] Check in for bug 236705

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

Elements written in wrong order when sdoJava:instanceClass is specified:
Mappings were being added to a descriptor in the wrong order if the type of a property wasn't finalized at the time of mapping generation. These mappings would be generated later and added to the descriptor in the wrong position causing elements to marshal in the wrong order.

Tests: New automated LoadAndSave test cases added
Review By: david.mccann@xxxxxxxxxx

-Matt

Back to the top