PDA

View Full Version : Spring + jasper + hibernate: use JRDatasource


craig1980
Jun 10th, 2008, 07:58 AM
Hi.

This is my environment:

JVM 1.5_06
Tomcat 5.5.16
Spring 2.5.1
Hibernate 3.2.5


I'm using spring support for Jasper. I'm getting out of memory errors; by reading the article on this link: http://www.jasperforge.org/index.php?option=com_content&task=view&id=250&Itemid=5
i understand that i'ld use the JRdatasource (now i use the JDBCdatasoruce); i'm usign hibernate and i'ld love to use JRHibernateAbstractDataSource or JRHibernateIterateDataSource. Can anybody suggest me how to use it? Is there any sample?

Thanx to all.