Community
Participate
Working Groups
When using property access through JAXB, an array property that is read-only or write-only (having a set without a get or a get without a set), an error occurs during initialization. This is due to the nested accessor being unaware of the readOnly/writeOnly status such that it attempts to load the non-existant set or get method.
Created attachment 205674 [details] propsed fix and tests
Attached patch has been checked in to SVN Reviewed by Blaise Doughan
The Eclipselink project has moved to Github: https://github.com/eclipse-ee4j/eclipselink