Hello, I am stuck. My Java application runs fine on my local and when I deploy it to app-engine, I get the exception that says missing datastore index. So I added datastore-indexes.xml and again it works fine on my local but when I deploy I get the following message: "single-property indices are built in. Please remove it from your index file and upgrade to the latest version of the SDK, if you haven't already. "
I already upgraded the Eclipse IDE plugin and SDK and the application itself with the latest as of right now. This is totally confounding, if I don't have the single-property index in the datastore- indexes.xml, I get a runtime failure. If I add this to the datastore- indexes.xml, I get a deploy time error (from the Eclipse plugin). Help! --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---
