After persisting the object, I try to get the object and it fails. try { xLogger.fine("Authenticating user 1"); AccountsServiceImpl as = Services.get().getService( AccountsServiceImpl.class); as.authenticateUser("user1", "user1"); xLogger.fine("user authenticated successfully"); return true; } catch (ServiceException e) { e.printStackTrace();
return false; } I get a JSOObjectNotFoundException when I run this.... On Aug 26, 10:35 pm, datanucleus <andy_jeffer...@yahoo.com> wrote: > > However, the object is not able to persist. > > Define "not able to persist". You quote no exception. You quote no > datastore info. The log says that the object persists. The object > moves into the correct lifecycle state for a persisted object. There > is no error. --~--~---------~--~----~------------~-------~--~----~ 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 google-appengine-java@googlegroups.com To unsubscribe from this group, send email to google-appengine-java+unsubscr...@googlegroups.com For more options, visit this group at http://groups.google.com/group/google-appengine-java?hl=en -~----------~----~----~----~------~----~------~--~---