On Sun, Mar 9, 2014 at 12:58 AM, Jeremy Craney <[email protected]> wrote:

> Is anyone else experiencing some trouble when trying to persist or merge
> an updated entity back into the datastore using the cloud endpoint update
> method? Inserting a new entity works fine but when I try to update an
> entity though the gpe generated cloud endpoint update method, the entity
> doesn't update and then the manager goes null. When the close method gets
> called on the entity manager, I get a null pointer exception.
>
> http://stackoverflow.com/questions/22215640/cloud-endpoints-update-method-crashes-at-mgr-close
>


After the *mgr.merge(party)* line, can you test the mgr object to see if it
has a value (i.e. whether or not it is null)?


-----------------
-Vinny P
Technology & Media Advisor
Chicago, IL

App Engine Code Samples: http://www.learntogoogleit.com

-- 
You received this message because you are subscribed to the Google Groups 
"Google App Engine" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to [email protected].
To post to this group, send email to [email protected].
Visit this group at http://groups.google.com/group/google-appengine.
For more options, visit https://groups.google.com/d/optout.

Reply via email to