Closed dt-sas closed 2 months ago
Thank you for the issue.
What version of JasperReports are you using?
The affected method has a different header in JasperReports 6 compared to JR 7 (which we use since 3.1.0), so it's likely the wrong JasperReports version
<dependency>
<groupId>net.sf.jasperreports</groupId>
<artifactId>jasperreports</artifactId>
<version>6.21.2</version>
</dependency>
<dependency>
<groupId>net.sf.jasperreports</groupId>
<artifactId>jasperreports-functions</artifactId>
<version>6.21.2</version>
</dependency>
Ah okay, just as I suspected: Wrong JasperReport version.
This library requires JasperReport 7 since 3.1.0.
Thank you, I just saw that, I will try now with the latest version of JasperReport, please add a warning in the documentation :)
Checklist
Affected version
3.2.1
Steps to reproduce the bug
Hi,
This exception occurs with the version 3.2.1, on the "Preview" tab, the message "Unable to show preview" is shown.
Expected behavior
No response
Actual behavior
No response
Additional information
No response