Joined: Wed Aug 31, 2005 9:13 am Posts: 8 Location: Springfield, VA
|
|
Hi all,
I'm an intermediate user of Hibernate. I'm mapping a java.util.List in Hibernate. It is an object that is kept in session between webpage accesses. It loads the structure fine but a couple of webpages later, the PersistentList is replaced by an ArrayList losing all my elements. I have searched forum but no one seems to use <list> and no references to PersistentList issues? I put in break points to prove my code is not stuffing the arrayList.
Hibernate version: 3.1.3
Mapping documents:
Code between sessionFactory.openSession() and session.close():
Full stack trace of any exception that occurs:
Name and version of the database you are using:
The generated SQL (show_sql=true):
Debug level Hibernate log excerpt:
|
|