I am getting the following error
org.springframework.orm.hibernate3.HibernateSystemException: could not deserialize; nested exception is org.hibernate.type.SerializationException: could not deserialize
All my classes implements serializable. Acutally I am fetching one list from DB and using it's value to fetch another result.