Hi, simple question: How can I modify a list containing children in e.g. a one-to-many relationship inside a transaction? I've tried almost everything but every approach fails with a different error.
Take the example from the docs (Employee/ContactInfo) and try to modify (*delete an existing ContactInfo* and add some new) inside a transaction. Have fun, you'll discover many different bugs while trying to get this done. I finally ended up with extreme hacking to get this done... too nasty to tell. --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---
