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:
I haven't used RemoteDatastore with transactions myself. This error looks similar to one thrown when using Iterators that need to fetch more data. It seems that there are some differences in the local and production servers that cannot be overcome. My only advice would be, don't use transactions! Sorry can't be more help.
If this could be fixed with some help from a Googler with the inside know-how it would be really great. For me this is the ideal way to work with the datastore remotely - exactly the same way you do locally using the same APIs.
-- You received this message because you are subscribed to the Google Groups "Google App Engine for Java" group. To post to this group, send email to [email protected]. To unsubscribe from this group, send email to [email protected]. For more options, visit this group at http://groups.google.com/group/google-appengine-java?hl=en.
