What state is the object in when you access its field ? (Call JDOHelper.getObjectState(obj)). Since no transaction boundaries or PM lifecycle is presented, it's hard to guess. If you leave the object to become "transient" then it will likely have its field values nulled when leaving the transaction/ PM (unless you bothered setting javax.jdo.option.RetainValues)
-- 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=.
