[appengine-java] HRD - Eventual consistency

2011-10-31 Thread Aswath Satrasala
Hi, I am trying HRD on local dev server. I have bunch of webdriver tests for different parts of my application that create entities and then doing a list of all the entities. My tests are failing in several places. It is due to the eventual consistency of the HRD. The tests run fine on M/S and

[appengine-java] Reading a Google Doc from google app engine code

2011-10-31 Thread Vik
Hie Can someone please guide on how to read a google doc from my gae code? Thankx and Regards Vik Founder http://www.sakshum.org http://blog.sakshum.org -- You received this message because you are subscribed to the Google Groups Google App Engine for Java group. To post to this group, send

[appengine-java] Re: HRD - Eventual consistency

2011-10-31 Thread Aswath Satrasala
On Mon, Oct 31, 2011 at 7:01 PM, Aswath Satrasala aswath.satras...@gmail.com wrote: Hi, I am trying HRD on local dev server. I have bunch of webdriver tests for different parts of my application that create entities and then doing a list of all the entities. My tests are failing in several

[appengine-java] Re: Strange behavior with OpenID

2011-10-31 Thread Jose Montes de Oca
Hi Miguel, I do not think you will be able to implement a solution relying on session from OpenID Providers. OpenId is just an authentication mechanism, You only Handle your own users sessions within you application and App Engine makes it easy to with the users API. If you would like a

Re: [appengine-java] HRD - Eventual consistency

2011-10-31 Thread Jeff Schnitzer
There's this: https://groups.google.com/d/msg/google-appengine/NdUAY0crVjg/3fJX3Gn3cOYJ Some thoughts: * I don't think there's really anything to save you from eventuality except careful consideration during the design of your data model. Pick your entity groups carefully and use XG