Community
Participate
Working Groups
Currently given the following XML: <root> <phone-number>...</phone-number> <phone-number>...</phone-number> <phone-number>...</phone-number> ... </root> A wrapper class needs to be created to facilitate the unmarshal such as: @XmlRootElement public class Root { @XmlElement(name="phone-number") private List<PhoneNumber> phoneNumbers; } It would be convenient to have a mechanism that could just return a collection of PhoneNumber objects.
The Eclipselink project has moved to Github: https://github.com/eclipse-ee4j/eclipselink