Hi!
I am testing the jaspergrails plugin for Grails.
I am following the tutorial for this plugin. I've created a trivial
jasper report and I've put it under web-app\plugins\jasper-0.9.5\reports\all-races.jasper
I am getting an exception
Error 500: java.lang.Exception: No such report spec: reports\all-races.jasper or .jrxml
Any hint wh...
After generating a report, change the settings in the JasperViewer window by selecting the "Fit Page" or the "Fit Width"buttons at the top. Select the Printer Icon in the JasperViewer and print.
The report does not fit to page while getting printed.
...
We have a web application deployed to Websphere 6.1.0.19 on Windows. We occasionally see this ConcurrentModificationException on a few of our reports. We are using JasperReports 2.0.5 in production. The full stacktrace is following:
java.util.ConcurrentModificationException
at java.util.AbstractList$Itr.checkForComodification(...
How do I use Jasper Reports in a Swing application using Web Start?
...
I am trying to create a pdf document with JasperReports. Everything works fine, except than when an & character appears, some tags are not interpreted, and appear in the final document.
Do i have to escape de "&" character? I've already tried writing & instead, as well as wrapping a around it. In the first case, & appeared in my pdf, ...
Hi,
I need to create some reports, in different formats (xls, pdf, rtf). I am currently using JasperReports, in conjunction with IReport. I have no major complaints about it (except for the cases when IReport messes up my xml files), but i've been having some problems with it, when exporting to xls files and with some "special" character...
I really hope someone has a clue on this layout issue, because I am already out of ideas.
Although I think that my problem has something to do with the designs i.e. with way Jasper treats them (layout), here's some general information abou the application.
Basically we have a JAVA client-server application and we use Jasper to generate...
I am attempting to create a Chart Theme for my Jasper Reports, to enable all charts to be branded for the company.
So far I have managed to find that the default chart theme appears to be set in jasperreports.properties using the following property: net.sf.jasperreports.chart.theme=default.spring
I have also found the example chart the...
Hi,
While I have been able to customize the JasperServer to use existing iBatis/Struts infrastructure and integrate authentication using existing app, there is one thorn.
How can I change the code called by modified login page to accept another field? Say I want user to enter Domain in addition to username and password. And use the t...
Hi,
I'd like to start using iReport (netbeans edition) and replace the good old classic iReport 3.0.x. Seems like the classic iReport won't be improved anymore and abandoned at some point.
The point is that I need to start iReport from another java application. With iReport 3.0 it was pretty easy and straightforward: just invoke it.bu...
Hi, I am using java-jasper report and ireport to build the report. I want to make my report sortable by column. Can any one help me with this..?? m waiting for reply asap
...
I was able to figure out how to run reports, download files, list folders, etc. on a JasperServer using Python with SOAPpy and xml.dom minidom.
Here's an example execute report request, which works:
repositoryURL = 'http://user@pass:myjasperserver:8080/jasperserver/services/repository'
repositoryWSDL = repositoryURL + '?wsdl'
server = ...
Hi all,
I am working on iReport in netbeans IDE .
I want to make reports that can be exported in browser in any pdf or excel format .
Can Any one show me a good tutorial or solution ?.
...
Hello, I'm sorry this is a little bit of a bad question since my problem is that I just don't understand which approach to take for this. I've got this hibernate database that works great and I want to use jasper reports to create reports based on the data from it. I have iReport working and connecting to the hibernate configuration an...
I now have my jasper reports working from my JRBeancollectionDataSource in my code! I am just a bit confused about some things...
When I am designing reports in iReport, I create the fields from a query, which I can do fine and all, since when I am actually running the query I'm using a a code JRBeanCollectionDataSource and so is the h...
I wrote a JRDataSourceProvider and a JRDataSource in order to access a "crippled" JDBC resource from iReport (it's an HP3000 database and the JDBC driver I am using does not support parameters in PreparedStatements, which iReport's standard JDBC datasource seems to require).
My JRDataSource needs to access report parameters. How do I do...
So I do now have my working and filling reports. The users of my program can now pass objects from the program to a report object and fill it using the JRBeanCollectionDataSource and that does work. However I can't get all the data in the report I want. I am just very confused about this, how the fields that I declare with a name and...
I am using jasper reports and Struts2 to make to make some reports in my web application .
I am doing all this stuff with NetBeansIDE and iReport 3.5.1 plugin for designing purpose.
I am configuring my struts2-jasperreports plugin by following xml code.
<result-types>
<result-type name="jasper" class="org.apache.stru...
Hello All,
I am developing project using Spring, Struts2 & Hibernate.
Now i want to use a Jasper Report with Struts2.
But i am totally new with Jasper Report.
Can anyone give simple example or a tutorial or any other link which can help me..
Thanx in advance..
...
i am trying to change the series color for a chart which is called from a subreport in java with Jasper Report
JRChartPlot pl;
JRFillObjectFactory fac;
JRFillChartPlot plot = new JRFillChartPlot(pl, fac);
how to intanciate JRChartPLot to my JRFillChartPlot constructor, The previous code gives me null pointer exception
...