Skip to main content

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

Hi,

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

Bug 216045- SDO - error with namespaces declared on local elements

If an XSD has a namespace declaration xmlns:q1="uri1" declared and used on
the same element ie:
<xs:element minOccurs="0" name="address" type="q1:Address" xmlns:q1="uri1"/>

Currently an exception occurs because the namespace declaration is not being
used when resolving the type="q1:Address"

Modified SchemaParser to include these namespaces when processing.

Reviewed by Blaise, email me any additional feedback.

Thanks
Denise



Back to the top