Re: JasperReports integration

2011-03-15 Thread degressor
Thank you, for quick answers. I have to use Ant in this project. Today I tried the same code in project created throw maven, like in the tutorial, and it works fine. -- View this message in context: http://tapestry.1045711.n5.nabble.com/JasperReports-integration-tp3415368p3702654.html Sent fro

Re: JasperReports integration

2011-03-14 Thread ael
You can copy paste your jasper libraries to web server library folder. Or better alter your POM.xml -- View this message in context: http://tapestry.1045711.n5.nabble.com/JasperReports-integration-tp3415368p3635509.html Sent from the Tapestry - User mailing list archive at Nabble.com. --

Re: JasperReports integration

2011-03-11 Thread Rich M
How are you running your webapp. Maven and mvn jetty:run, deployed into some servlet, something else? The answer most likely depends on your answer here. If using Maven, you add the jars as a dependency in the pom.xml like: jasperreports-local jasperreports-local 3.5.0 Otherwise, look up ho

Re: JasperReports integration

2011-03-11 Thread degressor
Here is the whole exception: [java] 11.03.2011 11:24:36 net.sf.jasperreports.engine.xml.JRBandFactory createObject [java] WARNUNG: The 'isSplitAllowed' attribute is deprecated. Use the 'splitType' attribute instead. [java] net.sf.jasperreports.engine.JRException: Errors were encountered

Re: JasperReports integration

2011-03-11 Thread degressor
Noob question: how can I add the jars to the webapp classpath? -- View this message in context: http://tapestry.1045711.n5.nabble.com/JasperReports-integration-tp3415368p3424778.html Sent from the Tapestry - User mailing list archive at Nabble.com. --

Re: JasperReports integration

2011-03-09 Thread Thiago H. de Paula Figueiredo
On Wed, 09 Mar 2011 08:56:55 -0300, degressor wrote: Hi, Hi! I'm trying to run a simple JasperReport in Tapestry, but get strange exceptions: [java] net.sf.jasperreports.engine.JRException: Errors were encountered when compiling report expressions class file: [java] D:\workspac