-
Notifications
You must be signed in to change notification settings - Fork 0
Home
Welcome to the Servoy JasperReports Plugin Wiki. Here you will find useful information about the plugin description and usage.
Feel free to use the links below to navigate to the plugin's wiki pages.
Written documentation for the plugin.
Take into consideration the following breaking changes:
-
breaking backward compatibility of serialized/compiled *.jasper report template files, mostly because of historical deprecated serialization code removal/cleanup mentioned above (source *.jrxml report templates need to be recompiled to *.jasper using the new version of the library);
-
breaking backward compatibility of source *.jrxml report template files and *.jrtx style template files by replacing the Apache Commons Digester based parsers with Jackson XML object serialization. *.jrxml and *.jrtx files created with version 6 or older can no longer be loaded with version 7 or newer of the library alone. The conversion from the old file formats to the new file formats and back can be made using Jaspersoft Studio 7 and later versions of it;
Notes on using other related resources, such as iReports:
- How to use barcodes in iReport 3.1.x by Joas de Haan
In order to access former versions of the plugin, please refer to the former plugin project site here.
- In case you experience slow report generation when running from Tomcat, take a look in its server.xml configuration file, and look for . If you have this listener, you need to disable its url cache protection, by changing it to . Be aware that by doing so, you may have problems redeploying your applications, because of jar resource files locks, and may end up needing re-start the server to deploy a new version of you application ( To avoid the resource locks you may try to check 'Set antiResourceLocking to true' during war export from Servoy Developer )
Test, use and enjoy!