I'm sure that many other people must experience the problem of not being able to return lists of objects created by getHibernateTemplate() to a remote client via Hessian - they end up as an ArrayList of Hashmaps. I have seen a few solutions on the web but do not seem to be able to get any of them to work for me. I am not running Spring or Hibernate on the client just Hessian.
Can anyone tell me what the current "standard" solution to this problem is? Or should it all work out-of-the-box and I'm just doing it wrong?
I am using Spring 1.1.15 and the Hessian and Hibernate jars that come with it.


Reply With Quote