> 1- The transaction is really a JDO/datastore exception encapsulated by > Spring (as I am using the transactional components of Spring). To be > sure, I tried to execute these tests with manual transactions instead > of not Spring and the result was the same (except that it was not a > Spring exception but the message was the same).
Yes but the exception means nothing to me. The stack trace maybe would ;-) > 3- You're right my comment is a bit imprecise: > > Sorry for the confusions or imprecisions :D. My problem is when I load > an object A which contains a list of B. Although one B was added to A, > it does not get loaded when I load A. But it is in the object returned > by makePersistent within my DAO: So look in the log when you want to load some object, and see what happens. -- 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.
