Re: [appengine-java] Re: EntityGroup restrictions on doing a Query outside of a txn

2010-10-01 Thread Yousuf Haider
ee what's going wrong with > your code. > > Regards > Lorenzo > > On Sep 28, 8:52 pm, Yousuf Haider wrote: > > The Query is already being executed without a transaction. And it is > > definitely being executed outside the subsequently created transaction. > Th

Re: [appengine-java] Re: EntityGroup restrictions on doing a Query outside of a txn

2010-09-28 Thread Yousuf Haider
to execute it without > the tx. > > Regards | Vikas > www.inphina.com > > On Sep 27, 10:46 am, Yousuf Haider wrote: > > First off I know that you can't operate on entities in different entity > > groups within the same transaction. My question is around a problem I

Re: [appengine-java] Re: EntityGroup restrictions on doing a Query outside of a txn

2010-09-28 Thread Yousuf Haider
ar things implemented). > In this case if you perform operations on those entities you may get > the error message. > > Regards > Lorenzo > > On Sep 27, 7:46 am, Yousuf Haider wrote: > > First off I know that you can't operate on entities in different entity > > gro

[appengine-java] EntityGroup restrictions on doing a Query outside of a txn

2010-09-27 Thread Yousuf Haider
First off I know that you can't operate on entities in different entity groups within the same transaction. My question is around a problem I am having where I am querying for certain entities (each in a different entity group) outside a txn and then I start a txn where I operate on an entity in a