Closed GoogleCodeExporter closed 9 years ago
This is a discussion better had on the objectify google group. It's hard to
determine what the problem is from this code, but the issue is almost certainly
a usage problem. There are lots of test cases for Objectify that would catch
something obvious like this.
My first guess is: have you forgotten to install the ObjectifyFilter? You
could be getting a stale session cache.
As a side issue, updates should *always* be performed in a transaction. Just
because you think something is going to fire at consistent intervals doesn't
mean it always will. Updates must be protected by transactions.
If you wish to continue this discussion, please use the Objectify google group.
Original comment by lhori...@gmail.com
on 21 Nov 2012 at 4:41
You are right, it's most likely the ObjectifyFilter. To be honest I didn't
realize the amount of changes from 3 to 4 and that the documentation for 4 was
finally out. Really great project btw!
Many thanks.
Original comment by robert.h...@gmail.com
on 21 Nov 2012 at 8:06
Gonna flag this as invalid - if you find a bug, feel free to open another
issue. Thanks.
Original comment by lhori...@gmail.com
on 21 Nov 2012 at 8:14
Original issue reported on code.google.com by
robert.h...@gmail.com
on 21 Nov 2012 at 2:49