Did you forget all calls are async with provided callback? Or how the hell you invoked RPC service method without any callback?
2010/1/24 John Denley <[email protected]> > without knowing more about your main program It sounds like the user is not > actually logged in? > > 2010/1/23 ToonDoom <[email protected]> > > I am also seeing this. Did you get a resolution? >> >> On Dec 23 2009, 4:03 pm, Pavi <[email protected]> wrote: >> > Hi, >> > >> > I am trying to get user information in my GWT application while trying >> > to host it on the appspot. In my RPC service impl class I invoke the >> > following: >> > >> > UserService userService =UserServiceFactory.getUserService(); >> > User user = userService.getCurrentUser(); >> > >> > I plan to store the value of the user in the datastore, but the value >> > is always "null". Could someone please let me know if I am missing >> > something? >> > >> > Thank you, >> > Pavi >> >> -- >> You received this message because you are subscribed to the Google Groups >> "Google Web Toolkit" group. >> To post to this group, send email to [email protected]. >> To unsubscribe from this group, send email to >> [email protected]<google-web-toolkit%[email protected]> >> . >> For more options, visit this group at >> http://groups.google.com/group/google-web-toolkit?hl=en. >> >> > -- > You received this message because you are subscribed to the Google Groups > "Google Web Toolkit" group. > To post to this group, send email to [email protected]. > To unsubscribe from this group, send email to > [email protected]<google-web-toolkit%[email protected]> > . > For more options, visit this group at > http://groups.google.com/group/google-web-toolkit?hl=en. > -- Regards, Alexander -- You received this message because you are subscribed to the Google Groups "Google Web Toolkit" 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-web-toolkit?hl=en.
