Category: | Bug report |
Priority: | High |
Status: | New |
Project: | Severity: | Major |
Resolution: | Open |
|
Component: | Reproducibility: | N/A |
Assigned to: |
The style.jrxml (Template) cannot be found, if is placed in the same folder where *.jrxml files are in it. The report itself is satisfied with that, but running the book leads to:
net.sf.jasperreports.engine.JRException: net.sf.jasperreports.engine.JRException: Byte data not found at: styles.jrtx.
The same example works correctly under version 6.11
v 6.13.0
3 Comments:
How are you running the report? Can you post some code to run the report and reproduce the problem?
Just open the zip file and in jasper click on preview. Running it from java side leads to the same problem too.
By "in jasper click on preview" I assume you mean Jaspersoft Studio. If you have the Java code to run the report directly please share it as it would be more relevant in the context of the JasperReports Library project.
Also, the text element in Blank_A4.jrxml has style="Style2", but there is no style named Style2 in styles.jrtx. How is it supposed to work?