Re: Struts 2 PASSING CONNECTION TO IREPORT

2012-02-25 Thread Frans Thamura
My experience with jasper, i prefer not use s2. Use direct query. It is painfull map s2 to report. On Feb 25, 2012 7:20 PM, "Thameem" wrote: > I have created some reports with iReport BY connecting to sql server > database, and I tried to integrated them with my struts2 web application. > While t

Re: Struts 2 PASSING CONNECTION TO IREPORT

2012-02-25 Thread Dave Newton
The JR plugin expects the datasource to be the S2 action, not a connection. If you have an existing JR report you may want to consider just keeping it as-is and streaming back the result. Dave On Sat, Feb 25, 2012 at 12:20 AM, Thameem wrote: > I have created some reports with iReport BY connec

RE: [struts-user] Struts 2 PASSING CONNECTION TO IREPORT

2012-02-25 Thread Jason Pyeron
> -Original Message- > From: Thameem [mailto:thameem@gmail.com] > Sent: Saturday, February 25, 2012 0:21 > To: user@struts.apache.org > Subject: [struts-user] Struts 2 PASSING CONNECTION TO IREPORT > > I have created some reports with iReport BY connecting to sql > server database, a

Struts 2 PASSING CONNECTION TO IREPORT

2012-02-25 Thread Thameem
I have created some reports with iReport BY connecting to sql server database, and I tried to integrated them with my struts2 web application. While the documentation for the jasperReport plugin explains how to use a datasource and a compiled template to generate a report, I wasn't able to find out