Hello,
I've been working on a java project that uses Google App Engine 1.7.5 and i 
was supposed to update it to 1.8.9.
The project still runs "fine", but after i updated the App Engine, I've 
been getting some errors on the unit tests like this one:

java.lang.NoSuchMethodError: 
com.google.apphosting.api.DatastorePb$Query.makeImmutable()V

on this line of the unit test code:

root = ofy().load().type(User.class).filter("name", 
"root").first().safeGet();

Does anybody know anything about this?
Thank you for any information you can provide me in this case.
Pedro Henrique Garcez Monteiro

-- 
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/groups/opt_out.

Reply via email to