Hibernate version: 3.0.5
Mapping documents: Not relevant
Code between sessionFactory.openSession() and session.close(): Not relevant
Full stack trace of any exception that occurs: Not relevant
Name and version of the database you are using: IBM DB2/400
The generated SQL (show_sql=true): Not relevant
Debug level Hibernate log excerpt: Not relevant
java.io.NotSerializableException: org.hibernate.impl.ScrollableResultsImpl
It appears that the List generated by a Scrollable query is not serializable, thus cannot be sent over via serialized stream. Is there any reason for this or can it be modified to support serialization ? This is a showstopper for our SOA testcase, and if there is any "good practice" about this I'd be glad to know...
Thanks all for your attention.
Giulio
|