Hi,
I'm upgrading an old solution from Servoy 5.x to Servoy 2022.12 with smart clients, Java 17.
I had to upgrade Jasper Report plugin to the latest (6.21.0) and adjust xml syntax for images and subreports. So far so good: my reports work fine when launched from a smart client opened within Servoy Developer.
The problem happens when I deploy the reports in production: the smart client (launched with the bootstrap.jar) works fine but when I run the report a nested subreport (2 levels deep) doesn't work.
The report has 1 subreport (header 1) and the subreport has a second subreport (header 2).
In developer/smart both are rendered, in SC on production only the first (outer) is rendered, the nested one is ignored.
I say ignored because I receive no error even if I change the subreport path to some non existing file.
Any clues?