Here is kind of an odd issue that I'm hoping someone can help with.
Google devs?

Does the current datastore-indexes.xml files work with the Java
AppEngine SDK? I've tried manually setting it and using the auto-
generated index. Nothing seems to work on Google's server.

Everything works fine on the dev server locally. Anyone know what is
going on? Below is my datastore-indexes.xml file from WEB-INF/

<?xml version="1.0" encoding="utf-8"?>
<datastore-indexes
  autoGenerate="false">
    <datastore-index kind="Comic" ancestor="false">
        <property name="id" direction="asc"/>
        <property name="timestamp" direction="desc"/>
    </datastore-index>
</datastore-indexes>


Note, I've tried autoGenerate="true" and various forms of the above.
The example given in the on-line docs also does not work.

One final thing. Below is the log I get when updating the app. "99%
Uploading index definitions."?

Reading application configuration data...
Beginning server interaction for singleorganism...
0% Creating staging directory
5% Scanning for jsp files.
8% Compiling jsp files.
11% Compiling java files.
20% Scanning files on local disk.
25% Initiating update.
28% Cloning 3 static files.
31% Cloning 35 application files.
40% Uploading 0 files.
90% Deploying new version.
95% Will check again in 1 seconds
98% Closing update: new version is ready to start serving.
99% Uploading index definitions.

Details:
Aug 24, 2009 11:19:08 PM org.apache.jasper.JspC processFile
INFO: Built File: /index.jsp
Aug 24, 2009 11:19:08 PM org.apache.jasper.JspC processFile
INFO: Built File: /show.jsp


Update completed successfully.
Success.
Cleaning up temporary files...


Thanks,
Jayson

--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups 
"Google App Engine" group.
To post to this group, send email to google-appengine@googlegroups.com
To unsubscribe from this group, send email to 
google-appengine+unsubscr...@googlegroups.com
For more options, visit this group at 
http://groups.google.com/group/google-appengine?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to