[appengine-java] Re: Inherit one-to-many relationship

2009-12-15 Thread Pierre Lavignotte
Hi Max, I'm sorry but I missed your answer... Anyway, I just tryed with the 1.3.0 release that includes your fix and everything seems ok now. Thank you, Pierre -- You received this message because you are subscribed to the Google Groups Google App Engine for Java group. To post to this

[appengine-java] Inherit one-to-many relationship

2009-12-08 Thread Pierre Lavignotte
Hi, I have a problem when I try to inherit a one-to-many relation ship from a base entity class. The following model works fine : @PersistenceCapable(identityType = IdentityType.APPLICATION) @Inheritance(strategy = InheritanceStrategy.SUBCLASS_TABLE) public abstract class BaseEntity {