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

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

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

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 transactio

Re: [objectify-appengine] Re: [appengine-java] HRD - Eventual consistency

2011-10-31 Thread Broc Seib
In my unit tests for my entities using HRD, I simply switch that percentage completely on/off around those few places in the unit test code where I need my entity to become "fully committed" in order for the rest of the unit test to work. Yes, it is kind of contrived, but then again so is a unit te

[appengine-java] 1.6.0 Prerelease SDKs are out

2011-10-31 Thread Marzia Niccolai
Hi, We've just uploaded the 1.6.0 Prerelease SDKs: http://code.google.com/p/googleappengine/downloads/list Please note that new features are not available in production until the final release, and documentation for these features will be available at this time as well. Let us know if there are a

[appengine-java] UNSAFE Charrectors in HTTP requests url

2011-10-31 Thread aptest1 actiprocess
Hi ALL, When i am posting a HTTP URL with unsafe char(like #) to a web-application in tomcat. Is the url with usafe char comes to tomcat or the unsafe-char url is brokes in HTTP request posting application. *myunsafe char url*:* * http://localhost:8080/web?userName=chandu&firstName=chandra#s