Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Re: [eclipselink-users] EclipseLink 2.4 @Array Problem.

The issue is the current @Array support is limited to ORDT descriptors.  If
you add an @Struct to your entity this should resolve the issue.  It does
not matter that it does not map to a struct, this is just a tag to mark it
as an ordt descriptor.


You can log a bug here,
https://bugs.eclipse.org/bugs/enter_bug.cgi?product=EclipseLink



--
View this message in context: http://eclipse.1072660.n5.nabble.com/EclipseLink-2-4-Array-Problem-tp154318p154400.html
Sent from the EclipseLink - Users mailing list archive at Nabble.com.


Back to the top