Community
Participate
Working Groups
MOXy is currently generating attributes/elements of type xs:anySimpleType for char fields/properties instead of the correct xs:unsignedShort.
CORRECTION: MOXy should generate xs:string for char fields/properties. To specify the XML schema type as xs:unsignedShort the @XmlSchemaType(name="unsignedShort") annotation should be used. Unfortunately there is a bug in MOXy with this. For more information see: - https://bugs.eclipse.org/357381
Created attachment 203168 [details] Patch
Fixed and checked in to 2.1, 2.2, 2.3 and trunk (2.4).
The Eclipselink project has moved to Github: https://github.com/eclipse-ee4j/eclipselink