[appengine-java] Re: Retrieving keys involving corresponding entities in transaction

2011-09-11 Thread Nichole
Hi Mauricio, I think I need more information: What relationships do you have between your entities? For the Conversation/Comment example above I can derive something like this: === Conversation -- commentKey: Key status: String rank: Integer

[appengine-java] Re: Retrieving keys involving corresponding entities in transaction

2011-09-05 Thread Mauricio Aristizabal
Nichole, thanks for your response. No, i'm certain I didn't. In fact, the problem is happening again somewhere else so I can review and make certain of it. I am hoping it's just an issue with the SDK and it will behave correctly in production. Another thing is that it's random: I will get

[appengine-java] Re: Retrieving keys involving corresponding entities in transaction

2011-09-05 Thread Mauricio Aristizabal
Forgot to add: entity 38 is the one being updated, entity 34 is the one for the first key in the returned list. May or may not be significant. -- You received this message because you are subscribed to the Google Groups Google App Engine for Java group. To view this discussion on the web

[appengine-java] Re: Retrieving keys involving corresponding entities in transaction

2011-08-03 Thread Nichole
Did you reverse the error and queries? In the first, you're getting a list of keys, so those aren't entities to have caused the multiple entity exception. On Aug 1, 11:12 pm, Mauricio Aristizabal aris...@gmail.com wrote: I was just trying retrieve a List of entities and do a .size() to get a