Hi Brian. This might be related to JDO fetch groups. Try annotating your User field with this, and see if it works:
@Persistent(defaultFetchGroup = "true") User myUser; - Jason On Wed, Oct 21, 2009 at 9:48 PM, Brian <[email protected]> wrote: > > In development mode, when I query out my entities using JDOQL, they > come back with null User fields. The Datastore Viewer shows a non- > null user field, however. > > I tried importing them with like so, but it didn't help. > query.declareImports("import com.google.appengine.api.users.User"); > > Thanks for any ideas, > Brian > > > > --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---
