[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
A charge has been issued to the billing administrator. (You will be
able to make changes to your budget settings again once the
outstanding payment is processed.)

What can I do to fix it? I currently don't have a valid credit card so
my payment can't be processed successfully

Regards,
Konstantin

-- 
You received this message because you are subscribed to the Google Groups 
Google App Engine group.
To post to this group, send email to google-appengine@googlegroups.com.
To unsubscribe from this group, send email to 
google-appengine+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/google-appengine?hl=en.



[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?

Konstantin

-- 
You received this message because you are subscribed to the Google Groups 
Google App Engine for Java group.
To post to this group, send email to google-appengine-j...@googlegroups.com.
To unsubscribe from this group, send email to 
google-appengine-java+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/google-appengine-java?hl=en.



[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 whatever you want. Before creating a new
entity, I want to check whether the name is already occupied. With the
index update delay, it's possible to create two url with the same
name. How can I workaround this?

Thanks,
Konstantin

-- 
You received this message because you are subscribed to the Google Groups 
Google App Engine for Java group.
To post to this group, send email to google-appengine-j...@googlegroups.com.
To unsubscribe from this group, send email to 
google-appengine-java+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/google-appengine-java?hl=en.