I was wrong with my initial analysis. I had assumed because a
subclass was persisting that the super class would also. When I try
and add a User I get the meta/data missing also in local environment.
I have narrowed it down to one line which triggers the problem:
@Inheritance(strategy = InheritanceStrategy.SUBCLASS_TABLE)
public class User implements PersistHooks {
when I take out the @Inheritance then it finds the meta-data for the
user class. Is this a feature or a bug??
--
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.