Re: [google-appengine] Java Unit Testing - Datastore index config ignored?

2011-04-25 Thread Jeff Schnitzer
Read the last bullet point here: http://code.google.com/p/objectify-appengine/wiki/Concepts?tm=6#Indexes You've stumbled across one of the quirks of appengine - entities do not participate in a multi-property index unless every individual property also participates in a single-property index. St

[google-appengine] Java Unit Testing - Datastore index config ignored?

2011-04-25 Thread Braam Smith
Hi I'm building my first GAE app, starting from the bottom up (i.e. datastore first). AppEngine SDK 1.4.3 via Google Plugin for Eclipse Helios 3.6.1, with Objectify 2.2.3 to abstract datastore interactions. I haven't yet used the dev server as I haven't yet built the web front- end that will use t