Community
Participate
Working Groups
If a property is marked transient with annotations ie: @XmlTransient public String phoneNumber; the if the following is in the bindings file <java-attributes> <xml-element java-attribute='phoneNumber'/> phoneNumber should be non-transient.
Created attachment 196132 [details] Proposed changes and test updates
Fixed to handle the described case. Now in AnnotationsProcessor we build properties and mark them transient (so they are available to XMLProcessor to override if needed) instead of non building them.
The Eclipselink project has moved to Github: https://github.com/eclipse-ee4j/eclipselink