[appengine-java] Re: List all entitie kinds from the datastore

2010-06-08 Thread Laco Skokan
Erich, yes, this works fine. Thank you! Ladislav. On 28 kvě, 19:10, Erich erich.re...@gmail.com wrote: I've used the following code, to limited success... code %@ page import=com.google.appengine.api.datastore.DatastoreService % %@ page

[appengine-java] Re: List all entitie kinds from the datastore

2010-05-28 Thread Erich
I've used the following code, to limited success... code %@ page import=com.google.appengine.api.datastore.DatastoreService % %@ page import=com.google.appengine.api.datastore.DatastoreServiceFactory % %@ page import=com.google.appengine.api.datastore.Entity % %@ page

[appengine-java] Re: List all entitie kinds from the datastore

2010-05-20 Thread Laco Skokan
I have tried both. On local it does not work at all as you say. On cloud it works, but I have to specify entity name, so I can't list all entities. L. On 20 kvě, 06:15, Didier Durand durand.did...@gmail.com wrote: Hi Ladislav Did you try on GAE itself or on your local dev server: stats don't

[appengine-java] Re: List all entitie kinds from the datastore

2010-05-19 Thread Didier Durand
Hi Ladislav Did you try on GAE itself or on your local dev server: stats don't work locally see http://groups.google.com/group/google-appengine-java/browse_thread/thread/f2595bcaa2256a93/68a5a9a28502410b?lnk=gstq=Statistics#68a5a9a28502410b or

[appengine-java] Re: List all entitie kinds from the datastore

2010-05-18 Thread Didier Durand
Hi, did you try the sample code at http://code.google.com/appengine/docs/java/datastore/stats.html with __Stat_Kind__ ? Should do what you want. didier On May 17, 10:51 pm, Laco Skokan sko...@gmail.com wrote: Hello, did anybody tried to list all entity kinds from the datastore? How can

[appengine-java] Re: List all entitie kinds from the datastore

2010-05-18 Thread Laco Skokan
I have tried, but it does not. I have ro specify kind_name as a parameter. But I want to list all kinds. If I do not specify the parameter, the stat returns null. Ladislav. On 18 kvě, 11:16, Didier Durand durand.did...@gmail.com wrote: Hi, did you try the sample code