| [news.eclipse.birt] Re: how to use birt.library in a webapp |
Hi Jason,
If you are using the api you can set the resource folder using the EngineConfig class, but if the lib is in the same directory it should be
finding it. Do you have your jdbc driver for your database in the drivers directory of the jdbc plugin?
Juergen Leeb wrote:Hi,
I just implementing a webapp including birt report engine.
In birt I want to use a library (*.rtplibrary). The lib is in the same folder as the report isselves. While generating the report I get the error:
Cannot open the connection for the driver: org.eclipse.birt.report.data.oda.jdbc.Missing properties in Connection.open(Properties).
It seems that birt can' t find the lib. Can anybody tell me how I can say birt who are the libs? Thanks!