[appengine-java] Re: Persistence problem of an entity with two List of the same type

2009-09-21 Thread elDoudou
Thank you Maciej for your answer. But I think that my problem is not related to any empty field. The problem of storage arises as soon as you define twice a persistent field which is a list of the same type, as I explained earlier. The only work-around I found is to duplicate the listed

[appengine-java] Persistence problem of an entity with two List of the same type

2009-09-07 Thread elDoudou
Hello. Maybe, I'm missing something obvious in the documentation, but I can't figure out why I cannot properly persist an entity which has two list- fields of the same type properly. I have the following persisted class: @PersistenceCapable(identityType = IdentityType.APPLICATION) public