Community
Participate
Working Groups
Created attachment 175510 [details] Contains proposed fix + supporting test cases We need to support setting a class extractor class name on the inheritance policy. We should add a global element/complex type like so: <xs:element name="xml-class-extractor" type="xml-class-extractor" /> <xs:complexType name="xml-class-extractor"> <xs:attribute name="class" type="xs:string" use="required"/> </xs:complexType> And add an element ref to java-type.
Design and expected usage can be found on the following Wiki: http://wiki.eclipse.org/EclipseLink/DesignDocs/317962/Phase2.1#xml-class-extractor
Reviewed by: matt.macivor@oracle.com Tests: all unit tests pass as expected; jaxb/externalizedmetadata/xmlclassextractor/XmlClassExtractorTestCases
The Eclipselink project has moved to Github: https://github.com/eclipse-ee4j/eclipselink