Hi, When I removed all transactions the code works! Anyone know why it doesn't work with transactions? Gunnar
On 7 mar, 18:58, Gunnar <[email protected]> wrote: > Hi, > I've created a testservlet to illustrate my problem. > I want an owned uni-directional relationship between an entity and a > list of sub entities. > The model enties are detachable because the client shall be a GWT app. > When I add one sub entity it works as expected. > When I add the second only the second entity is stored in the > datastore and the first is lost. > When I add the third sub-entity I get an exception. > Here is the testservlet and then I'll add the result of the three > cases. > What can be wrong? > Gunnar > -- 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.
