Replies: 1 comment
|
I do have the same issue starting with BIRT 4.17 (Worked fine in 4.16). If I try to add a XML file to the datasource like this: I get the following exception: I did not change anything in the rptdesign. Did anything change concerning the usage of filelist with BIRT 4.17? |
0 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.
Hi,
I tried to load all the data source and replace their files to special one ANI.xml.
In the main report, I found it worked.
But in the library, it will throw below exception when modify FILELIST.
I found the library will be set to readonly by default in line 207 of class org.eclipse.birt.report.model.core.LayoutModule
But I does not find a method to change the library mode back to editable. Finally I have to use java reflect to change the property activityStack to class ActivityStack for editable mode.
I dont know if this way is allowed or any better workaround solution to provide? Thansk.
All reactions