In my module, I use element "Create report with database" on Axon.ivy 5.1. I don't use "designRepository" in birt.properties so that I can define my own absolutely path. Like this:
I am facing a problem when I've tried to integrate my module with another one which needs to define "designRepository" in birt.properties. It means that the another module needs to activate the configuration, like this:
In this case, I got an exception:
Until now, I've tried to find the way to get and modify the defined path. I mean I would try to ignore this "C:/MyReportRepo//" when it is activated, so that hope both mentioned modules can work. I also try using element "Create dynamic report" instead but the demo doesn't work. I referenced this link: https://guidelines.soreco.ch/projects/guides/wiki/BIRT Any help will be greatly appreciated! asked 17.12.2014 at 11:37 nvhuong |
The birt extension is open source and is shared on ivySupplements@sourceforge. Your code could work with a very simple modification in IvyBirtReportService.getReportDesign(String).
I suggest that you enhance the code for your needs. And if its a save implementation that could work for the whole community: share it or else fork it. answered 19.12.2014 at 10:45 Reguel Werme... ♦♦ Hello Reguel Thanks for your suggestion.
(22.12.2014 at 03:04)
nvhuong
|
Once you sign in you will be able to subscribe for any updates here
By RSS:Markdown Basics
Tags:
Asked: 17.12.2014 at 11:37
Seen: 3,133 times
Last updated: 22.12.2014 at 03:04