How to configure iReports to use grails domain class ?
Posted
by fabien-barbier
on Stack Overflow
See other posts from Stack Overflow
or by fabien-barbier
Published on 2010-03-30T15:52:12Z
Indexed on
2010/03/30
15:53 UTC
Read the original article
Hit count: 526
I'm using JasperGrails plugins (http://www.grails.org/Jasper+Plugin) to generate reports.
When I configure iReports dataSource with Database JDBC connection everything works well. But how to configure iReports with grails and Jasper plugin ?
I try to configure my dataSource by selecting "JavaBeans set data source", but I have this error message : ClassNotFoundError ! (I try to add my domain in classpath by pointing to my IDEA project folder, but I have always same message).
What is the best way to configure iReports with grails/groovy ?
© Stack Overflow or respective owner