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

2010-06-08 Thread Laco Skokan
aren't updated for extended periods as I've seen on other threads. Hope this helps you get all your kinds in one pass... Erich On May 20, 9:33 am, Laco Skokan sko...@gmail.com wrote: I have tried both. On local it does not work at all as you say. On cloud it works, but I have to specify

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

2010-05-20 Thread Laco Skokan
work locally seehttp://groups.google.com/group/google-appengine-java/browse_thread/th... orhttp://groups.google.com/group/google-appengine-java/browse_thread/th... cheers didier On May 18, 10:06 pm, Laco Skokan sko...@gmail.com wrote: I have tried, but it does not. I have ro specify

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

2010-05-18 Thread Laco Skokan
://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 this be done? I try to use Datastore statistics

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

2010-05-17 Thread Laco Skokan
Hello, did anybody tried to list all entity kinds from the datastore? How can this be done? I try to use Datastore statistics, but it does not seems to be useful for this task. Any ideas? Thank you, Ladislav. -- You received this message because you are subscribed to the Google Groups Google

[appengine-java] preparedQuery.asQueryResultList and Cursor

2009-12-17 Thread Laco Skokan
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:

[appengine-java] Re: Unicode problems

2009-09-17 Thread Laco Skokan
, there is everythign fine. This is sufficient for me. Thank you, Ladislav. On 16 zář, 16:09, Laco Skokan sko...@gmail.com wrote: These in the header - grey background - a stored a s constant in a java String in a source. I am using Groovy a Groovy templates that translates all to Java and html in runtime

[appengine-java] Re: Unicode problems

2009-09-17 Thread Laco Skokan
One more note. The issue here is, that this behaves different way on local and deployed version. L. On 17 zář, 12:17, Laco Skokan sko...@gmail.com wrote: Hello I have found out how to resolve the issue. If I use any special local characters inside dir war\... and it is in .groovy script

[appengine-java] Re: Unicode problems

2009-09-16 Thread Laco Skokan
Hello, I have the same issue with Czech characters. It is fine on local SDK but not when I send it to appengine. See my testing application on http://lskokan.appspot.com. Should I create a bug for this? Ladislav. On 15 zář, 10:58, George Moschovitis george.moschovi...@gmail.com wrote: I have

[appengine-java] Re: Unicode problems

2009-09-16 Thread Laco Skokan
Yes, I o have this tag in all html files. But I am uploading .groovy files (Groovy source code) and these dont have this tag. These are source code UTF-8 encoded. L. On 16 zář, 12:28, Gianni Mariani gian...@google.com wrote: Make sure you have this meta tag in your generated html file. meta