Hi, I am playing about with JDO, creating objects, relationship, etc. I have a set of unit tests to make sure that what I am creating conform with GAE's implementation of JDO. Coming from a RDBMS background, very often I find myself the following exception:
javax.jdo.JDOException: App Engine ORM does not support multiple parent key provider fields. Wouldn't it make developers' life a lot easier to include the name of the entity that causes the exception? Sometimes it is not obvious which entity is causing the problem. -- 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.
