Community
Participate
Working Groups
The EclipseLink implementation of IndexedAttributeList will return an "" for an attributes local name in the case that the attribute doesn't have a prefix or namespace Uri. This is causing a problem with Validation because the ValidatorHandler is checking the local name of an attribute to try to match it to the attribute declaration in the schema. In the case that attr.getLocalName() is null, IndexedAttributeList should return attr.getName() instead of "".
Created attachment 184509 [details] Proposed Fix
Proposed fix checked in to SVN
The Eclipselink project has moved to Github: https://github.com/eclipse-ee4j/eclipselink