Hi Laco, We're actively working on the Cursors feature but it's not finished yet. The api for this feature went out in the latest SDK but the backend changes did not, which explains the exceptions you're seeing. Cursors will be available in our next release, due out early next year.
Thanks, Max On Thu, Dec 17, 2009 at 5:55 AM, Laco Skokan <[email protected]> wrote: > 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 > [email protected]. > To unsubscribe from this group, send email to > [email protected]<google-appengine-java%[email protected]> > . > For more options, visit this group at > http://groups.google.com/group/google-appengine-java?hl=en. > > > -- 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 [email protected]. To unsubscribe from this group, send email to [email protected]. For more options, visit this group at http://groups.google.com/group/google-appengine-java?hl=en.
