I'm getting a warning for an embedded child: org.datanucleus.store.appengine.MetaDataValidator checkForIllegalChildField: Unable to validate relation com.allurefx.herdspot.server.data.Person.im
I understand we get the checkForIllegalChildField error for many-to- one children that have a Long (rather than Key/String) primary key, but what I have is an embedded field that can't have a primary key. What's the reason for this warning, and what's the resolution?
-- 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=en.
