i've deleted datastore-indexes-auto.xml , local_db.bin, set autogenerate="false" in in datastore-indexes.xml, , restarted dev server. still, persists in automatically generating indexes , writing them datastore-indexes-auto.xml.
i'm using appengine 1.4.3 java latest google plugin eclipse.
any secrets need know dev server throw exception instead of silently creating index?
i had same problem, , turns out calling file datastore-indices.xml
, rather datastore-indexes.xml
. sure called file right? should in war/web-inf/datastore-indexes.xml
-- not in appengine-generated
.
it took awhile find documentation on -- it's under "configuration" -- datastore index configuration.
Comments
Post a Comment