Questions tagged [jasper-plugin]

Jasper-plugin allows you to add Jasper Reports to an application

Jasper-plugin is a generic term for a plugin for a wide variety of languages that allows for adding functionality of Jasper Reports into an application. Current frameworks with a jasper-plugin include Grails, Maven and Apache Struts.

60 questions
1
vote
2 answers

Grails Jasper Plugin error

I have installed the plugin for Jasper 1.6.1 and can see it in my plugin's directory. However according to, http://grails.org/plugin/jasper, it says when you are running your app, test the plugin by going to (app-url)/jasper/demo. When I try that,…
Gabe M
  • 515
  • 1
  • 6
  • 18
1
vote
1 answer

Struts 2, JasperReports plugin: How to set file name for generated report

The plugin does not seem to work properly. This is my action declared in the struts.xml:
mlwacosmos
  • 4,391
  • 16
  • 66
  • 114
0
votes
1 answer

grails jasper plugin report pdf display

I am using the grails jasper plugin to generate reports in my grails application. It works fine but it offers the pdf report as a download, is there a way to display the report in the browser, lets say on another tab. this is the code to display the…
martin
  • 57
  • 1
  • 8
0
votes
0 answers

JSP Compilation Exception

We have updated our JBoss from 4.3 to 7.3 and Java from 1.6 to 1.8. And there is one module in particular in our project that does not compile. Can someone please point me where to look for fixing this? This is the stack…
nullpointer
  • 490
  • 2
  • 4
  • 20
0
votes
1 answer

How to set 'org.apache.jasper.compiler.Parser.STRICT_WHITESPACE' in wildfly 17 as system property?

Getting this error : org.apache.jasper.JasperException: /ViewMsisdnAnswersDetailsPerMNOPerDayMaster.jsp (JBWEB004251: An error occurred at line: 161 column: 98) jsp.error.attribute.nowhitespace So I tried searching it on google, and found that I…
0
votes
0 answers

Unable to install jaspersoft plugin in eclipse mars

I am trying to install Jaspersoft plugin in eclipse mars. I am getting below error each time I try to install from eclipse market. I have tried using "Install new software". I had disabled anti virus. Is there any way to download and install…
0
votes
1 answer

Grails Plugin referencing discarded custom Service of same name

I have a strange problem which prevents my Grails 3.3.9 app from starting up after deployed to a Tomcat 8. Until recently, we had our own copy of a JasperService. We have removed this and are now using the Jasper Plugin. Alas, now we are getting an…
Roland
  • 946
  • 8
  • 20
0
votes
0 answers

Cannot compile Open CV on Ubuntu 18.04 because of jasper.h not found

I am trying to compile Opencv on Ubuntu 18.04. I installed many dependencies packages but when I run make I get the error: grfmt_jpeg2000.cpp:59:10: fatal error: jasper/jasper.h: No such file or directory #include
roschach
  • 8,390
  • 14
  • 74
  • 124
0
votes
1 answer

Charts with Jasper Plugin does not show in Html format

I am using Jasper plugin to create charts in my app, I create a report with iReports and setup the chart, when I click on preview button the chart show well in iReports. Then I copy the file to my reports app folder, I put a jasper tag in a…
esalomon
  • 85
  • 1
  • 12
0
votes
2 answers

Gradle plugin Jasper jspc to precompile jsps

I'm using the jassper jspc gradle plugin I want to pre-compile all my jsps "on build", the configuration is as notice the documentation: buildscript { repositories { [...] maven { url…
user2992476
  • 1,536
  • 2
  • 17
  • 29
0
votes
0 answers

Eclipse/STS Jasper studio plugin fails to open jrxml files after pom update

After large update to my codebase Jasper studio plugin on my STS/Eclipse stopped working. The main problem is that I'm not able to open jrxml files anymore. If I try that, only a blank empty page opens up in my STS, when before my code was updated,…
Vka
  • 321
  • 1
  • 7
  • 19
0
votes
1 answer

Jasper iReport: Error retrieving field value from bean

I am trying to pass list of days from bean to jasper plugin in Netbeans but i get an error. I have followed this guide…
Petr Beneš
  • 303
  • 3
  • 15
0
votes
2 answers

grails spring security plugin authorization

I were using spring security plugin for authorization. Now I wanted to use jasper plugin for generating reports. But, instead of generating the reports it shows Sorry, you're not authorized to view this page.…
Yet
  • 94
  • 1
  • 7
0
votes
1 answer

JasperReport Plugin error on grails 2.4.3

I have: def reportDef = new JasperReportDef(name:'myreport.jasper', fileFormat:JasperExportFormat.PDF_FORMAT) response.outputStream << jasperService.generateReport(reportDef).toByteArray() and jasperService.generateReport(reportDef) is always…
Vitor Hugo
  • 1,106
  • 1
  • 15
  • 35
0
votes
2 answers

JasperReports not work on Grails 2.4: Could not initialize class net.sf.jasperreports.engine.xml.JRXmlDigesterFactory

I'm using grails version 2.4.0 and JasperReports plugin: 1.9.0 (also tried version jasper-1.10.0-SNAPSHOT) but when I export to pdf I got errors. When I first start project, I run export report and got this…
Tran Tam
  • 699
  • 3
  • 14
  • 27