Community
Participate
Working Groups
When the SDO types are defined from the following schema <?xml version="1.0" encoding="UTF-8"?> <xs:schema xmlns:xs="http://www.w3.org/2001/XMLSchema" targetNamespace="http://www.example.org/root" xmlns="http://www.example.org/root" elementFormDefault="qualified"> <xs:import namespace="http://www.w3.org/XML/1998/namespace" schemaLocation="http://www.w3.org/2001/03/xml.xsd" /> <xs:element name="root" type="root"/> <xs:complexType name="root"> <xs:attribute ref="xml:base"/> <xs:attribute ref="xml:lang"/> </xs:complexType> </xs:schema> The attributes "base" & "lang" are not being handled in the "http://www.w3.org/XML/1998/namespace" namespace. It appears as though global attributes are not being correctly namespace qualified.
Created attachment 178615 [details] SDO - Fix
Created attachment 178616 [details] SDO - Fix
Created attachment 178640 [details] SDO - Test Cases
Fix checked into 2.1.2 at rev: 8159 Fix checked into trunk at rev: 8160 Code reviewed by: David McCann
The Eclipselink project has moved to Github: https://github.com/eclipse-ee4j/eclipselink