I am getting the following error with very specific conditions: "java.lang.IllegalArgumentException: out of field index" on startup of the development environment. The conditions are: -- I have a parent entity which is defined as a @MappedSuperclass. It contains just a Long and Date values. The Long is the primary key for all inherited objects. -- Any object has a field defined as a google Blob field. -- datanucleus-gae-plugin release 1.0.3
The 1.0.4rc1 posted on the list (used to test inheritance) solves the problem. Since I will be needing Blobs, can you provide any guidance on when the 1.0.4 will be in a general release. Tim -- You received this message because you are subscribed to the Google Groups "Google App Engine for Java" group. To post to this group, send email to [email protected]. To unsubscribe from this group, send email to [email protected]. For more options, visit this group at http://groups.google.com/group/google-appengine-java?hl=.
