[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
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 javax.jdo.annotations.IdGeneratorStrategy; import javax.jdo.annotations.IdentityType; import

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

2010-03-31 Thread Jake
Hey Guit, Could you also post the data object class code (Espace.class)? In the meantime, you can also try some debugging alternatives with http://www.datanucleus.org/products/accessplatform_1_0/jdo/jdoql.html as your guide. Jake On Mar 30, 6:36 pm, Guit lemoin...@gmail.com wrote: Anybody ?

[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 :