Since I posted I have changed to return an Object[]...
public Object[] findCatalogues() throws DataAccessException {
return getHibernateTemplate().find("from Catalogue...
Type: Posts; User: bill-sos; Keyword(s):
Since I posted I have changed to return an Object[]...
public Object[] findCatalogues() throws DataAccessException {
return getHibernateTemplate().find("from Catalogue...
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...