> Am I doing something wrong here?
Updating fields of an object directly has always been a dodgy practice
IMHO, and in this case you bypass JDO's mechanism for knowing if
fields are updated or not. Use setters, or mark the updating class as
"PersistenceAware"
--~--~---------~--~----~------------~-------~--~----~
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
-~----------~----~----~----~------~----~------~--~---