[appengine-java] Re: GAE implementation of java.util.concurrent....

2011-03-31 Thread Thomas Visser
The GAE SDK uses java.util.concurrent classes internally so I guess they do work. However, I've never used them because when I need locking, it should be application-wide. With java.util.concurrent you can only achieve locking within an instance. Or am I wrong here? On Mar 31, 12:55 pm, dilbert w

[appengine-java] Re: HTTP POST failing in dev environment with SDK 1.4.3

2011-04-03 Thread Thomas Visser
I also experienced it using the dyuproject library for OpenID authentication. It remained working fine on the app engine and I managed to get it to work locally as well by removing the Content- length header parameter. On Apr 2, 12:33 pm, rml wrote: > I have an issue with local development server

[appengine-java] Re: URL Fetch java.io.IOException

2011-04-04 Thread Thomas Visser
It looks like there's a bug in the 1.4.3 development server regarding to POST requests. It worked for me again when I removed the Content- Length header parameter. On Apr 4, 3:51 pm, Peter wrote: > Hi > > I have an application running on gae and another client application > running on a local dev