Hi!
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 [2804015@qtp0-4] ERROR errors.GrailsExceptionResolver - java.lang.NullPointerEx...
I have a line chart generated from a SQL, I need the data to be plotted in different colors based on the value.
For example: Green color for positive values and Red color for negative values.
I have added the jrxml content,
<parameter name="conName" isForPrompting="true" class="java.lang.String"/>
<paramet...
Can we access Database of Jasper server through its api?
And do that allow us to make run time report?
IF so how can we do that?
Kind regards
Sundhas
...
This is the error i got while compiling the jrxml file
Compiling to file... /home/moshe/NetBeansProjects/Billing/src/billing/report2.jasper
Compilation running time: 299!
Filling report...
Locale: English (India)
Time zone: Default
Error filling print... Error executing SQL statement for : report2
net.sf.jasperreports.engine.JR...