Community
Participate
Working Groups
From the spec section 8.12.5.1: A single valued property or field must be mapped with the following default mapping annotation : XmlElement A property or field with a collection type must be mapped by with the following default mapping annotation: • if the property or field is annotated with @XmlList, then the default mapping annotation is: @XmlElement • otherwise the default mapping annotation is: @XmlElements({ @XmlElement(nillable=true)})
I have fixed this for M6, just waiting for some feedback from Blaise to make sure there aren't any cases I have missed. Will assume this is completed correctly for M6