For information, I found where the error lies...

It's in the flow of execution of my handler.

What I omitted is that after object update I used flushed PM,
performed a query, then actually closed PersistenceManager.

Changing flush() to closing persistence manager, then using a new
instance to perform the query, resolved the problem.
Hope this info can help if someone steps into the same issue.

Regards
Lorenzo

On Oct 22, 11:05 am, "l.denardo" <[email protected]> wrote:
> Forgot to mention: serialized field is correctly updated and persisted
> within the same call.
>
> Regards
> Lorenzo

-- 
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.

Reply via email to