[appengine-java] Re: appId not set error in development when using datastoreservice

2010-05-11 Thread akochnev
This issue can be closed. It was due to my error - I switched over the local dev server to the 1.3.3.1 SDK; however, I failed to switch the api jars (e.g. appengine-api.jar) that are bundled into the war file to the 1.3.3.1 version (it was using the 1.3.0 jars). Hopefully, this message might be us

[appengine-java] Re: appId not set error in development when using datastoreservice

2010-05-11 Thread akochnev
Rajat, did you find a way around this ? I'm running into the same issue and so far haven't been able to figure out a way around it. I'm using JDO to perform the data access but the overall result seems to be the same. The app works find when deployed to GAE, this only seems to be something i