On Thu, Oct 7, 2010 at 1:55 PM, Patrick Julien <[email protected]> wrote: > They stay frozen, and finally, when flushing the driver, there is yet > another loop to freeze all the AutoBeans. Nowhere in between were the > beans made mutable. This is necessary because we sometimes have > custom setters we must call. In this case, we have the following:
This is as designed. All mutations to EntityProxy objects must be be accumulated somewhere in order to be sent to the server. That somewhere is the RequestContext. It's always necessary to call RequestContext.edit() before mutating an EntityProxy. -- Bob Vawter Google Web Toolkit Team -- http://groups.google.com/group/Google-Web-Toolkit-Contributors
