[appengine-java] Is the Java Google Cloud Storage API supported in v1.6.1

2012-01-24 Thread michaelvb
I've been trying to use the Google Cloud Storage API which is published now under the Docs section of the App Engine site. The docs states the API is supported on v1.6.0 and higher. I have tried running my app locally and in App Engine and I get errors like: java.io.IOException at

[appengine-java] Executing Batch gets with Spring and JPA

2010-12-01 Thread michaelvb
I've been struggling to get batch gets working with Spring and JPA. I am basically trying to build a category tree for an e-commerce site. The issues I am running in to seem to be related to transactions. I had set my DAO class for the Category entity to be @Transactional. Everything seemed to