Joined: Tue Mar 16, 2004 1:44 pm Posts: 17 Location: San Jose - Costa Rica
|
Hibernate version:
3.1
Name and version of the database you are using:
Oracle 9i
I have this problem
Object A has a collection of object B, and object B has a collection of object C. Both collections are lazy
I need to send Object A (including the collection of objects B and the collection of objects C) to another aplication using RMI
When the other aplication receive object A and try to get object B from the collection get an error because the session is close.
How could i solve this ??? should i initialize both collections before sending ??? if this is true how should i initilize them ???
Thanks
Ignacio
|
|