Thanks. It works now. I had not realized that datastore-indexes-
auto.xml is generated when executing the query locally.

On Aug 15, 2:16 am, "Jason (Google)" <[email protected]> wrote:
> You should see the datastore-indexes.xml file in your war/WEB-INF directory.
> Once you find it, you can add an entry for the index that you need using the
> updated property name. And if you have index auto-generation enabled and
> execute the query on your local development server, the index entry should
> be added for you and uploaded the next time you deploy your application.
> Let me know if you're still not able to find your datastore-indexes.xml
> file. Feel free to paste the contents of that file once you find it if
> you're still having trouble uploading the new index.
>
> - Jason
>
> On Thu, Aug 13, 2009 at 3:34 AM, Eddy <[email protected]> wrote:
>
> > the application - flexiview - has an index - (refId, seqno).
> > I changed the name of the first field:
>
> > from   refId   to   refid   -   from upper case I to lower case i
>
> > the index does not change and I am getting an exception:
>
> > com.google.appengine.api.datastore.DatastoreNeedIndexException
>
> > What can I do to get the index changed?
>
> > If this makes any difference - I am using JPA.
>
> > And I tried to use appcfg.sh update_indexes without any effect. I
> > don't see in my war directory any of (the datastore-indexes.xml and
> > generated/datastore-indexes-auto.xml files).
>
>
--~--~---------~--~----~------------~-------~--~----~
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
-~----------~----~----~----~------~----~------~--~---

Reply via email to