Please allow usage of svg images in jasper reports. Currently no jasper report is generated if it contains a svg image.
Jasperreports version 6.3.0 (which is also a little old) does support svg images and in Jerspersoft Studio all is fine.
To test this behaviour: extract attached SVG-Test.zip to /etc/opennms/report-templates
modify database-report.xml and jasper-reports.xml and add these lines:
database-report.xml
jasper-reports.xml
restart opennms and run the report
it fail with the following exceptions in karaf.log
Replacing batik 1.7 jars with version 1.8 and xmlgraphics-common version 1.4 with version 2.0 resolve the problem but i don't know if it breaks other things.
Please allow usage of svg images in jasper reports.
Currently no jasper report is generated if it contains a svg image.
Jasperreports version 6.3.0 (which is also a little old) does support svg images and in Jerspersoft Studio all is fine.
To test this behaviour:
extract attached SVG-Test.zip to /etc/opennms/report-templates
modify database-report.xml and jasper-reports.xml and add these lines:
database-report.xml
jasper-reports.xml
restart opennms and run the report
it fail with the following exceptions in karaf.log
Replacing batik 1.7 jars with version 1.8 and xmlgraphics-common version 1.4 with version 2.0 resolve the problem but i don't know if it breaks other things.