[google-appengine] Changing billing administrator

2011-06-18 Thread Konstantin Solomatov
Hello, My credit card had expired so I want to change a billing administrator for my application. However, my previous account with the expired cred card is charged and charge isn't successful. I can't change billing administrator because the application said:Billing Status: Charge Issued: $30.86

[appengine-java] Can't use the google's Key class

2010-06-07 Thread Konstantin Solomatov
I have a simple data class with the google's Key as a primary key. When I try to get an object by Key from a persistent manager, I get an exception. However if I wrap the key in ObjectIdentity(ClassName.class, key), everything works fine. Is it intended to be so or did I misconfigure something?

[appengine-java] Indexes update delays

2010-06-04 Thread Konstantin Solomatov
On a GAE transaction's commit, an entity is made available to other transactions a little bit before than indexes are updated. What are the strategies to deal with it? Did anyone solved a similar problem? For example, I want to make a service which allows you to create nice urls and redirect them