How to configure iReports to use grails domain class ?
- by fabien-barbier
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 ?