[appengine-java] Re: Local datastore is empty after migrating to 1.3.1

2010-02-17 Thread mcrady
Same here. If I switch back to 1.3.0 the local data is still there. Any workarounds to get to 1.3.1 with the local data? On Feb 13, 10:45 am, Brian bwa...@gmail.com wrote: My remote datastore kept the data, mylocalone was wiped. Pretty easy to make a script to load a DB with test data, not

[appengine-java] Re: Multimap in JDO

2009-09-24 Thread mcrady
I don't see serializable as an option: http://db.apache.org/jdo/api23/apidocs/javax/jdo/annotations/Persistent.html On Sep 23, 11:01 am, Jason (Google) apija...@google.com wrote: If you use a non-native datastore type that isn't declared to be PersistenceCapable, you need to explicitly

[appengine-java] compositing images not implemented?

2009-09-14 Thread mcrady
On the image service overview page (http://code.google.com/appengine/ docs/java/images/overview.html), you say It can also composite multiple images into a single image. So I put a bunch of work into something that depends on compositing images and I get to actually compositing the image and I