Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
[eclipselink-dev] Fix for 209688 - SDO: Issues with LoadAndSaveXMLEncodingAndVersionTestCases and Xerces parser

All,

Please review the fix for the following bug and provide any feedback you may have:

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

Bug summary:

"Document encoding verification fails for two test cases (testLoadFromAndSaveAfterDefineMultipleSchemas & testClassGenerationLoadAndSave)  because they call into xmlHelper.define with an input format (FileReader & String, respectively) not supported by the Xerces SAX parser - not supported meaning that the parser will not get the encoding from the instance doc.  FileInputStream can be used in both cases w/o negatively affecting the purpose of the tests."

Code reviewed by michael.obrien@xxxxxxxxxx

--

Oracle
David McCann | Principal Software Engineer | TopLink Product
Oracle Corporation Canada
45 O'Connor Street, Suite 400
Ottawa, Ontario K1P 1A4
Canada
613.288.4636
613.238.2818 (fax)


Back to the top