I ran across this issue recently when trying to update existing data. I am using the JDO API on GAE. I was able to get around this issue. I do believe making sure you share the PersistenceManager across for a single request was part of the solution. Also I've made changes to my Locator and forced it to retrieve the collection by using using a FetchGroup. I'm using Google Guice to do dependency injection and that made things a bit easier implement.
Based on that, I don't think the documentation is misleading. It's just a bit vague as to how this all works behind the scenes and how you need to wire everything within the scope of a single request. -- You received this message because you are subscribed to the Google Groups "Google Web Toolkit" 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-web-toolkit?hl=en.
