Hello,

I am trying to use Cursors for pagination and it does not seems to
work on local sdk 1.3.0. It fails on this row:

cursor = preparedQuery.asQueryResultList(withLimit(10)).getCursor()

error:
groovy.lang.MissingMethodException: No signature of method:
com.google.appengine.api.datastore.DatastoreServiceImpl
$PreparedQueryImpl.asQueryResultList() is applicable for argument
types: (com.google.appengine.api.datastore.FetchOptions) values:
[com.google.appengine.api.datastore.fetchopti...@a00fd]

Interesting is, that  the error is different on the online version for
the engine. There is no error, just the cursor is null.

Any idea?
Ladislav.

--

You received this message because you are subscribed to the Google Groups 
"Google App Engine for Java" group.
To post to this group, send email to google-appengine-j...@googlegroups.com.
To unsubscribe from this group, send email to 
google-appengine-java+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/google-appengine-java?hl=en.


Reply via email to