Thanks Prashant, but not understand...That would be to do detach b including all of its collections of child entities?Example of code? The objects "Equipo" is created in my database, but when get for Torneo b = pm.getObjectById(Torneo.class, idTorneo); the b.getEquiposTorneo that is a collection is null. The name for example is getting, but not the collection...I have a singleton pattern for the Persistent manager for all the system.If I close it,lose the functionality. Regards
On 11 jul, 15:04, Prashant <[email protected]> wrote: > before returning b (Torneo), if you are closing PersistentManger you must > detach b including all of its collections of child entities. > > -- > Prashantwww.claymus.com -- 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.
