Thanks Max! Just updated to 1.2.8 and ran into this problem. The workaround looks good, though I think you specified the boolean value wrong if you want to disable this error. Should be:
<property name="datanucleus.appengine.multipleRelationsOfSameTypeAreErrors" value="false"/> In my case, the app builds fine with no Enhancer errors or warnings. However, when I run my app, I'm get the following error when I try to load entities that extend an abstract base class: javax.persistence.PersistenceException: Persistent class "XXX does not seem to have been enhanced. "XXX" is an abstract class similar to your "B" class above. Any ideas? My abstract class is not marked as an Entity. -- 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.
