Good call getters/setters worked. I realize it's 'bad form' to not use getters/setter But when the docs say, "This class defines getters and setters for the properties. These are used only by the application, and are not needed for JDO. " http://code.google.com/appengine/docs/java/gettingstarted/usingdatastore.html and i'm banging out a quick test app to get familiar with GAE and I see that statement in the docs, it's reasonable to think they are at least temporarily unnecessary. Now, I know better!
FWIW the PersistenceAware change put my datanucleas enhancer into an infinite loop in eclipse. Thanks for your help. On Tue, Sep 8, 2009 at 2:31 PM, datanucleus <[email protected]>wrote: > > > 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 -~----------~----~----~----~------~----~------~--~---
