Atlassian uses cookies to improve your browsing experience, perform analytics and research, and conduct advertising. Accept all cookies to indicate that you agree to our use of cookies on your device. Atlassian cookies and tracking notice, (opens new window)
I’ve added a simple jrxml file on test.idempiere.org (“TestChart”) and it cannot be executed (whereas is working fine from JasperStudio). Error is ** ProcessError 'void org.jfree.chart.title.TextTitle.setPosition(org.jfree.ui.RectangleEdge)'
And indeed, in org.jfree.chart.title.TextTitle, there is no setPosition method.
any idea ?
Environment
None
Attachments
1
01 Aug 2022, 06:26 PM
Activity
Heng Sin Low
August 24, 2022 at 2:04 PM
Have check that indeed the downgrade of jfreechart is needed for jasper report. Will have to check whether that down grade will cause any other issue.
Nicolas Micoud
August 24, 2022 at 11:31 AM
PR commited, but as said in the PR, that would be great if someone with better technical knowledge can work on this
Reported here: https://groups.google.com/g/idempiere/c/W9ea-fiFi4U/m/-XVgnN4ZCwAJ
Bug is still present in both 9 and master branch.
I’ve added a simple jrxml file on test.idempiere.org (“TestChart”) and it cannot be executed (whereas is working fine from JasperStudio).
Error is ** ProcessError 'void org.jfree.chart.title.TextTitle.setPosition(org.jfree.ui.RectangleEdge)'
And indeed, in org.jfree.chart.title.TextTitle, there is no setPosition method.
any idea ?