java - GAE Development datastore not there -
java - GAE Development datastore not there -
indigo on windows 7 pro 64bit
just bringing app first time; datastore code close re-create of various examples out there, , trying save single simple object.
the pm.makepersistent(o) apparently succeeds (i.e. doesn't throw exception), datastore viewer shows no objects, , local_db.bin file not appear (although datastore-indexes-auto.xml generated in directory).
a subsequent query object (using known field value) returns nil (unsurprising given viewer shows nothing.)
i suspect workspace configuration problem, have thought sort of error have appeared...
java gae-datastore gae-eclipse-plugin
Comments
Post a Comment