Skip to main content

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

Hi,

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

Bug 218676- SDO - error when using imports and no schemaLocations

Modified Schema model to use Lists instead of Maps for imports and includes.
They used to be in a map keyed on schemaLocation which is not acceptable
because there may be multiple imports with no schemaLocation specified.

Reviewed by Blaise, email me any additional feedback.

Thanks
Denise



Back to the top