RE: [Hibernate] sorted collection

2003-01-03 Thread Gavin King
:52 AM To: [EMAIL PROTECTED] Subject: [Hibernate] sorted collection I have 2 classes. The first class contains a collection of the second class. I want the collection is sorted but, when I return the collection, I have an error "Failed to lazily initialize a collection" My

[Hibernate] sorted collection

2003-01-02 Thread Laurent Fleuriot
I have 2 classes.   The first class contains a collection of the second class. I want the collection is sorted but, when I return the collection, I have an error "Failed to lazily initialize a collection"   My mapping is :       ...                     .. ...   and My jav