[appengine-java] Re: App Engine Beginner + JDO beginner... Strange issue with Query

2010-04-05 Thread Guit
I have still this problem... Nobody have an idea? On Apr 3, 6:55 pm, Guit lemoin...@gmail.com wrote: Here is the Espace.java, When you see comment it means that i have try other alternative that doesn't work too : package com.phonitive.isalon.model; import java.util.Date; import

[appengine-java] Re: App Engine Beginner + JDO beginner... Strange issue with Query

2010-04-03 Thread Guit
)) return false; return true; } /*public void setKey(Key key) { this.key = key; }*/ } On Mar 31, 6:05 pm, Jake jbrooko...@cast.org wrote: Hey Guit, Could you also post the data object class code (Espace.class

[appengine-java] Re: accessing datastore on development server

2010-03-30 Thread Guit
Hi Did you manage to fix it? I'm facing the same issue! On Mar 14, 6:18 pm, Steve Osborne algoc...@gmail.com wrote: My Development Console athttp://localhost:/_ah/admin/datastore shows that I have data uploaded but how do I access it using Java? I wasn't able to retrieve any record using

[appengine-java] Re: accessing datastore on development server

2010-03-30 Thread Guit
Did you solve this issue? I have the same problem... On Mar 14, 6:18 pm, Steve Osborne algoc...@gmail.com wrote: My Development Console athttp://localhost:/_ah/admin/datastore shows that I have data uploaded but how do I access it using Java? I wasn't able to retrieve any record using the

[appengine-java] App Engine Beginner + JDO beginner... Strange issue with Query

2010-03-30 Thread Guit
... If you have an idea... it would be very nice to help me :) Guit -- 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

[appengine-java] Re: App Engine Beginner + JDO beginner... Strange issue with Query

2010-03-30 Thread Guit
Anybody ? Someone look at my class and say to me ot should work but it doesn t and i habe still no ide why ... Please :) On 30 mar, 00:09, Guit lemoin...@gmail.com wrote: Hi everybody, I am trying to build my application and i am facing a very strange issue : here is the code