At first, I use a same PersistenceManager save and get entities, It's
OK.
but when I  try to use different PM to acess entities, I could get
only profile or sentence.
I can not get sentence of profile. At that moment, p2.getSentences.size
() should be 1.
Profile p2 = (Profile) pm.getObjectById(Profile.class, profile.getId
());
the profile is which I persistence to datastore at Test begining.

On Aug 29, 10:39 pm, leszek <leszek.ptokar...@gmail.com> wrote:
> But what you have while running this assert ? I dare say that
> p2.getSentences.size() is 0 at that moment.
--~--~---------~--~----~------------~-------~--~----~
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
-~----------~----~----~----~------~----~------~--~---

Reply via email to