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

Why does Project Properties View of Eclipse Jaspersoft Studio plugin sometimes display white text (on white background :-( )?

(I think I saw this with other plugins in the past as well) (Eclipse Neon with Jaspersoft Studio 6.3.2) It could be related to using the project in different workspaces or Eclipse versions (Neon) at the same time?!
Andreas Covidiot
  • 4,286
  • 5
  • 51
  • 96
1
vote
0 answers

connect jasperreports to ms access database using ucanaccess

I use UcanAccess to access MS Access database from java 8 u 02 ,I want to configure jaspereports plugin on netbeans to connect to a MDB Database using UcanAccess ,I know that JdbcOdbc Driver is not supproted on java 8 , SO Any idea of How I Procced…
Squero27
  • 21
  • 1
  • 7
1
vote
1 answer

java.lang.NoClassDefFoundError: org.apache.jasper.el.ELContextImpl (initialization failure)

We have upgraded to Websphere 9 along with Camel 2.17, Java8 and Spring4. Inside the package we have following jars camel-jms-2.17.0.jar, camel-juel-2.17.0.jar, camel-spring-2.17.0.jar Inside the was plugin folder we have the following jars,…
IMahajan
  • 53
  • 3
  • 13
1
vote
2 answers

Generating jasper report by using method call in grails

I know,By using tag I can generate report in grails but I want to save the report generated directly to a folder,mostly using method, iss any of you have any Idea regarding this
Abdulla I
  • 11
  • 3
1
vote
1 answer

jasperphp error passing parameters

In a jasper report I have a sql sentence like this: SELECT * FROM table $P!{my_where} In my php program, I'm calling the report this way: JasperPHP::process( base_path() . '/app/reports/report.jasper', false, …
1
vote
1 answer

Write PDF report in browser using Jasper service in Grails

I am using Grails 2.1.1. I am designing report in i-report and to generate it I am using jasper plugin 1.10.0. When I am generating a PDF report it is showing with Adobe Reader but I want to write it in browser. I don't want to use Jasper controller…
Sumon Bappi
  • 1,937
  • 8
  • 38
  • 82
1
vote
0 answers

View JasperReport inside Swing JFrame

I have created jasperReport(v6.0) with Eclipse-Luna plugin. When I view the report, it will open new window with report. I want to display this report inside the same Java Swing window (JDK 1.8). Below code will open JasperViewer in new…
Supun Silva
  • 580
  • 5
  • 21
1
vote
0 answers

Error compiling jsp files using ant from gradle

I'm getting an error when i try to execute a custom gradle task to pre-compile jsp files. My task looks like: task compile_jsp(dependsOn: 'compileJava') << { //Define master classpath def masterpath = ant.path(id: 'master-classpath') { …
David Rego
  • 163
  • 2
  • 13
1
vote
1 answer

Grails jasper pdf net.sf.jasperreports.engine.JRException: Image read failed

I'm facing strange error with grails and jasper report. In development everything ok, it can generate pdf successfully. The problem when I run in production (aws ec2, ubuntu and tomcat7). It throws error: 2014-11-10 05:25:46,604…
1
vote
3 answers

Jasper Report Plugin Generate PDF in Grails 2.4.2

I use jasper report plugin in grails 2.2.4 to generate PDF file. My code for the controller : import org.codehaus.groovy.grails.plugins.jasper.JasperExportFormat import org.codehaus.groovy.grails.plugins.jasper.JasperReportDef class LabController…
1
vote
1 answer

Jasper Report HTML preview showing unwanted data ( images )

I am working on Jasper Report with Spring MVC - I referred this example. Every thing is working fine except HTML and CSV. This is my Template code:
Rajesh Hatwar
  • 1,843
  • 6
  • 39
  • 58
1
vote
1 answer

JasperReports & Struts2: custom chart themes

I'm trying to integrate JasperReports in a web application that runs on Struts2. I'm using the struts2-jasperreports-plugin (2.3.15). To do so I added in my struts2.xml the the mapping for the action method and to the image servlet, and I wrote an…
giocarmine
  • 580
  • 1
  • 13
  • 29
1
vote
1 answer

Background color in rectangular box is missing for DOC output format

I am using JasperReports API to make reports. I had made a subreport in which I put a rectangle and fill that rectangle by black color and set as background. When I download this report via pdf everything works but when I download this report as doc…
ABC
  • 4,263
  • 10
  • 45
  • 72
1
vote
0 answers

JasperReports for grails: Using HashMap as Model?

Imagine I have two classes in Groovy that look like that: class Person { int id; String name; } class Item { int id; int price; } Now it would be simple to create a JasperReport listing all persons' names using the following SQL: SELECT…
vauge
  • 801
  • 4
  • 14
  • 30
1
vote
1 answer

JasperReports failing on a linux machine

I have a dev PC with Win7 and Java HotSpot(TM) 64-Bit Server VM (build 23.1-b03, mixed mode) installed and a test server with Ubuntu and OpenJDK Runtime Environment (IcedTea6 1.12.3) (6b27-1.12.3-0ubuntu1 ~12.04.1). I also have a Grails application…
svz
  • 4,516
  • 11
  • 40
  • 66