Thanks for your prompt reply. I implemented the way it is depicted in the article suggested by you but now I am facing another issue.
Class Date for query has not been resolved. Check the query and any imports specification org.datanucleus.exceptions.ClassNotResolvedException: Class Date for query has not been resolved. Check the query and any imports specification at org.datanucleus.query.compiler.JavaQueryCompiler.resolveClass(JavaQueryCompiler.java:493) at org.datanucleus.query.compiler.JavaQueryCompiler.compileParameters(JavaQueryCompiler.java:427) at org.datanucleus.query.compiler.JavaQueryCompiler.compileCandidatesParametersVariables(JavaQueryCompiler.java:140) I am specifying the fully qualified class name for java.util.Date while specifying in declareParameters() method and using the executeWithMap method. Any ideas about the issue? Thanks On Wed, Sep 29, 2010 at 12:54 PM, Prashant <[email protected]> wrote: > > declare "date" as a parameter and pass date value to execute() as a Date > object, similar to this example - > https://code.google.com/appengine/docs/java/datastore/queriesandindexes.html#Introducing_Queries > > > -- > Prashant > www.claymus.com > > > -- > You received this message because you are subscribed to the Google Groups > "Google App Engine" group. > To post to this group, send email to [email protected]. > To unsubscribe from this group, send email to > [email protected]<google-appengine%[email protected]> > . > For more options, visit this group at > http://groups.google.com/group/google-appengine?hl=en. > -- You received this message because you are subscribed to the Google Groups "Google App Engine" 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?hl=en.
