gusgogar / datanucleus-appengine

Automatically exported from code.google.com/p/datanucleus-appengine
0 stars 0 forks source link

Can get IndexOutOfBoundsException if supplied incomplete embedded metadata #304

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
If we have an embedded object and we specify something like

@Embedded(nullIndicatorColumn="someColumn")
OtherType myOtherObj;

and particularly if the user hasn't bothered defining columns on the embedded 
fields. Also if the nullIndicatorColumn doesn't exist.

i.e cater for user error

Original issue reported on code.google.com by googleco...@yahoo.co.uk on 12 Oct 2012 at 1:36

GoogleCodeExporter commented 9 years ago
SVN trunk has a check on number of columns

Original comment by googleco...@yahoo.co.uk on 12 Oct 2012 at 1:41