Yes, I know, rc.edit() is called, this is just before the flush,
rc.edit has been called well before this.

On Thu, Oct 7, 2010 at 5:23 PM, BobV <[email protected]> wrote:
> 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

-- 
http://groups.google.com/group/Google-Web-Toolkit-Contributors

Reply via email to