[appengine-java] Invalid handle problem while using Transaction in Remote API.

2010-07-22 Thread Subhash
Hi I am using Remote API for connecing with my database while running code on my local machine. While I use transactions, it gives "Invalid handle" exception while saving my entity. If I don't use transaction. same code is running fine. Below is my code: ==

Re: [appengine-java] Invalid handle problem while using Transaction in Remote API.

2010-07-22 Thread John Patterson
On 22 Jul 2010, at 20:53, Subhash wrote: Hi I am using Remote API for connecing with my database while running code on my local machine. While I use transactions, it gives "Invalid handle" exception while saving my entity. If I don't use transaction. same code is running fine. Below is my code