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
0
votes
0 answers

Bengali font is not showing in pdf report from grails

I want to generate a pdf report from my application. I am using grails 2.1.1 version. My pdf file will show some bengali font which is done in ireport designer. For this I have installed the font. And for doing this from my application I have saved…
Sumon Bappi
  • 1,937
  • 8
  • 38
  • 82
0
votes
1 answer

Jasper plugin in Grails: org.hibernate.LazyInitializationException: could not initialize proxy - no Session

I am trying generate report in doc format using jasper plugin, exception is generated at: JasperReportDef report = jasperService.buildReportDefinition(params, request.getLocale(), result) line in my controller Exception: could not initialize…
ABC
  • 4,263
  • 10
  • 45
  • 72
0
votes
1 answer

Open report in new tab using jasper plugin in grails

I am using jasper plugin to generate my report. All is fine but except my pdf is opening on the current tab, when I want to open it in a new tab. I have no idea how to do it. Can anybody please help me on this please? I am using "i-report" to…
Sumon Bappi
  • 1,937
  • 8
  • 38
  • 82
0
votes
1 answer

Class not found error when running report on Grails-Jasper on Tomcat server

I am using Jasper plugin in my Grails project. The application works well when running within NetBeans. But after deploying to Tomcat everything except reports works well. When I try to run a report (jasper) the hell breaks out. It gives "Class not…
Gsb
  • 3
  • 3
0
votes
1 answer

struts2 jaspers shows FileNotFoundException

I am trying to integrate jasper with struts2 by using the following tutorials. But the jasper compiler not able to acess the file and my code is given below ServletContext context=ServletActionContext.getServletContext(); URL is =…
mahesh
  • 1,311
  • 1
  • 13
  • 26
0
votes
1 answer

Iterate through list elements from grails in jasper report

I don't know how to render a list attribute from Grails in a jasper report My domain class looks like this: class Project { String name String projectLeader List divisions String toString(){ "$name" } static hasMany = [divisions : Division…
mbs
  • 421
  • 2
  • 8
  • 28
0
votes
1 answer

Grails JasperService: how do I pass parameters to a report?

I have a simple Jasper report and a Grails app that uses jasper plugin to generate a report. The report has a parameter with a default value. Say, its name is user_id When I print the report, the default value is used and the result is ok. Now I…
svz
  • 4,516
  • 11
  • 40
  • 66
0
votes
1 answer

Grails Jasper Reports: table not found issue

I wish to use Jasper Reports to generate some files filled with data from a MySQL DB. So far I've created a simple report with a couple of fields. It uses a jdbc:mysql datasource. I used Jaspersoft Studio for that and the report works there as it…
svz
  • 4,516
  • 11
  • 40
  • 66
0
votes
1 answer

Grails Plugin: Jasper plugin - No such report spec error

I am getting an error when trying to run any of the demo reports in the Grails Jasper Plugin demo page. I'm thinking I'm missing some configuration, but the plugin doc doesn't give any more detail. Error 500: Internal Server…
Gabe M
  • 515
  • 1
  • 6
  • 18
0
votes
1 answer

Unable to pass a variable parameter to jasper report

So, I have created a simple CRUD app using groovy on grails and I want to use jasper reporting plugin to get some simple reports on the database. I have set up a simple G:select to pick from a drop down list, and hitting the PDF icon I am bringing…
user1854751
  • 107
  • 2
  • 10
0
votes
1 answer

Error when running after installing jasper plugin

I am having a problem, when I installed the grails jasper, I got this error: Error Error running script run-app -verbose: loader constraint violation: loader (instance of previously initiated loading for a different type with name…
noob
  • 300
  • 5
  • 16
0
votes
2 answers

Page header required on exported file excel or pdf

I have a web application and i need to export a list to a .xlsx or .pdf format. During exporting the page, page should contain the page header of the company along with the list. How is it possible? I am doing this project in grails. Is there any…
Amu
  • 161
  • 3
  • 12
0
votes
2 answers

Groovy Jasper plugin

I have updated from grails 1.1 to grails 1.1.1 and I also updated the jasper plugin from version 0.95 to version 0.97 Now I am getting an exception when calling the plugin (see below). Any Idea what is wrong? Thanks! Luis 2009-09-02 18:54:57,846…
Luixv
  • 8,590
  • 21
  • 84
  • 121
0
votes
0 answers

iReports and grails. set javabeans data source and connection

I have some problems to configure iReports, I´m using iReport4.8.0 (I tried iReport4.7.1 before and the same problem happened) and grails ggts 3.0.0. I have a domain class called Consulta in a package called consultas, I want to list them and create…
0
votes
2 answers

which version of tiles plugins and jasper plugins are used with struts2 2.2.3

I want to use tiles and jasper plugins with struts2 in my web application but I am getting error while deploying the application. After doing Google I found that there is plugins version miss match in my application. When I use struts2 2.2.3 and…
1 2 3
4