Re: [appengine-java] Problem with inheritance and JDO

2010-09-07 Thread Cyrille Vincey
I have read somewhere in the appengine doc that class inheritance is not really supported by JDO yet... On 07/09/10 00:39, "lisandrodc" wrote: > Hi all, > I've used hibernate for a while, and I'm having a bit of trouble > switching to JDO. I have several entities that all entities will > sha

[appengine-java] Problem with inheritance and JDO

2010-09-06 Thread lisandrodc
Hi all, I've used hibernate for a while, and I'm having a bit of trouble switching to JDO. I have several entities that all entities will share. Rather than a parent table, I'd prefer these columns be embedded directly in each entity. As such, I've defined my abstract entity and child entity i

[appengine-java] Problem with inheritance

2010-08-31 Thread lisandrodc
Hi! I have a problem with persist a child class, the error is: "We have not found the Meta-Data/annotations for the class "model.RegFechaUsuario". Please verify that it has put it in a file correct and valid XML" The configuration in the link : http://code.google.com/intl/es/appengine/docs/java/da