Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
[eclipselink-dev] Fix for bug 268335 - Wrong wrapper object returned (expected StringWrapperImpl but got StringsWrapperImpl)

Fix submitted for the following bug:

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

Description: When unmarshalling a simple document containing a String, the resulting root DataObject would be of class org.eclipse.persistence.sdo.StringsWrapperImpl, when it should have been StringWrapperImpl.

Test Cases: New test, StringWrapperBug268335TestCases, added to SDOXMLHelperLoadTestSuite.

Patch attached to bug, reviewed by Blaise.

--
Oracle
Rick Barkhouse | Software Developer, TopLink | 613.288.4613
Oracle Development
45 O'Connor Street, Suite 400 | Ottawa, Ontario K1P 1A4

Back to the top