Please use "datastore-indexes.xml" for creating the index.. AD
On Nov 29, 1:06 am, whiteagnel <[email protected]> wrote: > I created my first application and I want to deploy it on server. It > doesn't work and in logs I found an error: > > Uncaught exception from servlet> > com.google.appengine.api.datastore.DatastoreNeedIndexException: The index > > for this query is not ready to serve. See the Datastore Indexes page in the > > Admin Console. The suggested index for this query is: > > <datastore-index kind="Greeting" ancestor="true" source="manual"> > > > <property name="date" direction="desc"/> > > </datastore-index> > > I suppose that I have to paste this code into my application but I have no > idea where. I was following this tutorial: > > Google Apps TUTORIAL - > Java<http://code.google.com/intl/pl/appengine/docs/java/gettingstarted/int...> > > Any ideas? > > Thanks in advance :) -- 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 [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-java?hl=en.
