[google-appengine] Re: Cross-Group (XG) Transactions crashing SDK

2012-03-01 Thread sb
Logged as a defect. http://code.google.com/p/googleappengine/issues/detail?id=7045 On Feb 29, 11:39 pm, sb wrote: > When I use Cross Group Transactions with the SDK it crashes because I > am not using HRD. > > Should I report this is bug/improvement? or has someone figured out a > way to emulate

[google-appengine] Re: Cross-Group (XG) Transactions crashing SDK

2012-03-01 Thread Arie Ozarov
There is a way to run the development server to simulate HRD Datastore. Java: http://code.google.com/appengine/docs/java/tools/devserver.html#Using_the_Datastore Python: http://code.google.com/appengine/docs/python/tools/devserver.html#Using_the_Datastore On Wednesday, February 29, 2012 8:39:48

[google-appengine] Re: Cross-Group (XG) Transactions crashing SDK

2012-03-01 Thread sb
Many thanks Arie, exactly what I was looking for. On Mar 1, 3:40 pm, Arie Ozarov wrote: > There is a way to run the development server to simulate HRD Datastore. > Java:http://code.google.com/appengine/docs/java/tools/devserver.html#Using... > Python:http://code.google.com/appengine/docs/python/t