[appengine-java] Re: Problem with persistance

2010-02-25 Thread Anton Klotz
{ pm.close(); } return offerDetail; On 25 Feb., 09:07, Stephan Hartmann hartm...@metamesh.de wrote: I think in your Offer class you should use getter/setter for mOfferDetail (not a constructor to set the field). 2010/2/25 Anton Klotz dipl.ing.akl...@googlemail.com

[appengine-java] Re: Problem with persistance

2010-02-24 Thread Anton Klotz
with the argument mappedBy = ..., where the value is the name of the field on the parent class. From what I see, you have it backwards, with the annotation in the parent class. Jake On Feb 24, 4:26 am, Anton Klotz dipl.ing.akl...@googlemail.com wrote: Hi, could please somebody tell me