Community
Participate
Working Groups
If the user specifies a class in an annotation, we should process the metadata for that class. Currently we are not. @XmlElements(value = { @XmlElement(name="address", type=Address.class), @XmlElement(name="phone-number", type=PhoneNumber.class), @XmlElement(name="note", type=String.class) }) private Object contactInfo; The above annotation should trigger us to process the Address and PhoneNumber classes.
Created attachment 183505 [details] propsed fix and tests
Attached patch checked in to SVN Reviewed by David McCann
The Eclipselink project has moved to Github: https://github.com/eclipse-ee4j/eclipselink