[appengine-java] Re: Transaction Error with No Transactions

2009-11-30 Thread James H
So, you are saying that your code did NOT perform a tx.begin() yet the exception is complaining that Multiple Entity Groups have been accessed during the course of a transaction? Note that only a query (not an update) of an entity outside the currently Entity Group update triggers this error. I

Re: [appengine-java] Re: Transaction Error with No Transactions

2009-11-30 Thread Jeffrey Goetsch
Yes, no place in my code do I call tx.begin().I don't believe I even made an update, but it is possible that I did some clean up updates when I accessed some of the data. But definitely don't have any transaction code. Thanks, Jeffrey On Mon, Nov 30, 2009 at 1:48 PM, James H