[appengine-java] Re: Transferring app to new account

2010-11-28 Thread Didier Durand
Hi, You have to: 1) create your new Google Account 2) From the old account authorize the new account as developper 3) check that everything is ok from the new account 4) revoke the old account as developper from the new one. Done! didier On Nov 28, 5:56 pm, Kamal wrote: > Hello, > Does anyone

[appengine-java] Re: Blobstore and JUnit?

2010-11-28 Thread Didier Durand
Hi, Everything you need is detailed here: http://groups.google.com/group/google-appengine-java/browse_thread/thread/2bea1295a3f542de/854ea95dcd986dab regards didier On Nov 28, 6:13 pm, Gal Dolber wrote: > Hi, > > I am having problems testing the blobstore. > > I did the initialization: > >    

[appengine-java] Re: Accessing persisted/detached objects after PersistenceManager has been closed

2010-11-28 Thread tamsler
I just came across the following document: http://www.datanucleus.org/products/accessplatform/performance_tuning.html ..., which lists two more ways for "Reading persistent objects outside a transaction and PersistenceManager". -- Thomas -- You received this message because you are subscri

[appengine-java] Accessing persisted/detached objects after PersistenceManager has been closed

2010-11-28 Thread tamsler
I am trying to get a collection of objects that are stored in the database using JDO. Once the objects have been retrieved, they are marshaled into JSON and sent to the client. I need some help in deciding which of the following two approaches is the better one: Approach 1: // Using detachCopy(

Re: [appengine-java] Install plugin failed. Missing Requirement. Eclipse Helios SR1.

2010-11-28 Thread Rajeev Dayal
When installing GPE, did you choose the option "Contact available update sites to find required software" checked? Also, what update sites are enabled on your installation of eclipse? You need to make sure that the Helios update site ( download.eclipse.org/releases/helios) is present and enabled.

[appengine-java] Blobstore and JUnit?

2010-11-28 Thread Gal Dolber
Hi, I am having problems testing the blobstore. I did the initialization: LocalBlobstoreServiceTestConfig blob = newLocalBlobstoreServiceTestConfig(); blob.setBackingStoreLocation("./blobs"); helper = new LocalServiceTestHelper(newLocalDatastoreServiceTestConfig(), blob);

[appengine-java] Transferring app to new account

2010-11-28 Thread Kamal
Hello, Does anyone know if there is a way to transfer an app name to a new account. I have an app name reserved in one google account but would like to move it to a new account. Is that possible? Thanks.. -- You received this message because you are subscribed to the Google Groups "Google App