[appengine-java] Re: Application deletion

2012-03-19 Thread Pavel Lisa
o last forever, no matter whether the app has > been deleted, so the only way to retain the same app name externally is to > use the HRD migration tool. > > Cheers, > Simon > > On Monday, 19 March 2012 11:27:58 UTC, Pavel Lisa wrote: >> >> Hello all, >>

[appengine-java] Application deletion

2012-03-19 Thread Pavel Lisa
Hello all, if I delete my app from the application console, it’s written there that after 3 days or so the app will be finally deleted, but the name will be still reserved. Does it mean that I can then create a new application of the same name? I would like to do this to migrate to HRD, as the

[appengine-java] Re: NullPointerException in org.datanucleus.store.appengine.DatastoreTable

2011-08-07 Thread Pavel Lisa
nitializing the class meta data. > > E.g. in jdoConfig.xml add these properties: > value="class1,class2,class3,…" /> > > > Rolf > > On 4 Aug., 12:43, Pavel Lisa wrote: > > > > > > > > > From time to time, org.datanucleus.store.appen

[appengine-java] NullPointerException in org.datanucleus.store.appengine.DatastoreTable

2011-08-04 Thread Pavel Lisa
>From time to time, org.datanucleus.store.appengine.DatastoreTable throws a NullPointerException, and I have not yet figured out why or what is the pattern, just a few first requests fail and then all goes well. The exact line where the exception is thrown is 569: // Run callbacks for each