Missing part in PDF report - Updating BiRT 2.2.1 -> 4.12.0 #2195
Unanswered
mrogerieux-mosica
asked this question in
Q&A
Replies: 1 comment 2 replies
-
My be you can offer a test report from your side without external dependencies then it is testable with the current BIRT version 4.20. As side note Java 11 is out of support and BIRT works with the latest version 4.20 with Java 17. |
Beta Was this translation helpful? Give feedback.
2 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
My config & the update that I'm trying:
BiRT 2.2.1 -> 4.12.0
JDK 8 -> 11
Maven 3.5.6 -> 3.9.9
Eclipse IDE for Java and Report Developers 2019-03 (4.11.0)
I'm currently using an old version of BiRT (2.2.1), and I'm forced to upgrade to a newer version due to Java 8 not being supported anymore. This upgrade made me change some parts of my config and java code, which allowed me now to have a running version of my app that can generate PDFs with BiRT.
The problem is that some parts are missing in the document. Those are imported via a ListArray Java variable and displayed with a JavaScript script inside the .rptdesign, the other parts are displayed correctly. Due to what I've read in multiple discussions like this one, I think the JavaScript part is the problem, but I'm not sure about it.
#1515 (reply in thread)
I wanted to know if anyone has ever encountered this problem and has a solution to it, and/or if it can also be related to the gigantic gap in the version that I'm trying to update.
Also, if anyone has debugging tools/advice in order to have more informations about what's the issue here, I'm up for it.
Thanks!
Max
Beta Was this translation helpful? Give feedback.
All reactions