I'm not entirely sure what you're doing with inheritance, but does this open
issue help?

http://code.google.com/p/datanucleus-appengine/issues/detail?id=25

On Wed, Jan 27, 2010 at 5:08 PM, Will Bunker <[email protected]> wrote:

> Realize that I totally misunderstood the @inheritance properties.  I
> was assuming that all subclasses would be store in super class, but
> realize that it is the opposite.  So there is no actual meta data
> being generated for the user table, but all the fields are put in the
> metadata for subclass.
>
> On Jan 27, 3:40 pm, Will Bunker <[email protected]> wrote:
> > 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]<google-appengine-java%[email protected]>
> .
> For more options, visit this group at
> http://groups.google.com/group/google-appengine-java?hl=en.
>
>


-- 
Ikai Lan
Developer Programs Engineer, Google App Engine
http://googleappengine.blogspot.com | http://twitter.com/app_engine

-- 
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.

Reply via email to