JasperReport « Database « Spring Q&A





1. JasperReports with Subreports - Connection Problem    forum.springsource.org

Mar 17th, 2006, 10:47 AM #1 J4mie View Profile View Forum Posts Private Message Junior Member Join Date Mar 2006 Posts 6 JasperReports with Subreports - Connection Problem I've created a ...

2. Passing Multiple Connections to Jasper Reports    forum.springsource.org

Passing Multiple Connections to Jasper Reports Hi, Im having a problem which I believe is being caused by a deficiency in my datasource driver to handle multiple connections. If I have ...

3. native query and mapping result set for jasper report    forum.springsource.org

native query and mapping result set for jasper report Hi, i have a problem with iterating over the result of a nativeQuery. It returns a list of Objects[], so i mapped ...

4. JDBC connection to JasperReports via Spring    forum.springsource.org

JDBC connection to JasperReports via Spring Hello, I am integrating JasperReports into spring with a Wicket web layer. I want to keep my reports as closed data units. They have all ...

5. How to open connection for DB JasperReport in controller    forum.springsource.org

How to open connection for DB JasperReport in controller If I have a *.jasper file which created by ireport, and it already contain the query language inside. I only want to ...

6. How to pass a database connection to a jasper report through Spring?    forum.springsource.org

Hi, I want to be able to pass a sql query string and database connection to a Jasper report via Spring. How can I pass a database connection instead of a ...