We're using birt 2.6.2 reporting to display reports in our tomcat hosted web app. We have a reporting.rptlibrary file that contains a <data-sources> and <oda-data-source> xml element. Subsequently, all of the report designs reference that reporting.rptlibrary. This is troublesome because everytime I deploy the app, I need to change the reporting.rptlibrary to use the correct jdbc connection info.
Our app is setup so that the connection object is stored in a static field, and the app accesses that field directly during runtime. Is there a way to configure birt to use the connection object that sits in the static field?
I've seen this blog post, and it seems to be the closest to what I'm looking for, but the post was written in 2005, and it's saying I need to create an eclipse plugin, which doesn't seem right for a web app.
I also see some posts about using connection pooling with birt, but we're not using connection pooling.
I am open minded to upgrading to birt 3.7 if it will help with this issue and won't necessitate a large migration effort.