On Fri, Jan 17, 2014 at 6:45 AM, Enrique Martin <[email protected]> wrote:
> I've post a question in StackOverflow few days ago about an issue that We > have in our application with GAE and maybe It's not an Objectify's issue. > It's GAE's issue. > > In short, when we use query.count() It throws an exception: > java.lang.IllegalArgumentException: offset may not be above 1000 > And We don't set any offset. > My understanding is that Objectify's count() calls countEntities in PreparedQuery ( https://developers.google.com/appengine/docs/java/javadoc/com/google/appengine/api/datastore/PreparedQuery ). Can you retry using the datastore low level API to call countEntities and see if the error repeats itself? ----------------- -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/groups/opt_out.
