#1 2016-09-22 22:48:04

cm248k
Member
Registered: 2016-09-22

BIRT POJO datasource support

Hi, I currently have some BIRT reports/designs that use the newer POJO (Plain Old Java Object)  based  data sources (BIRT 4.x).
This is basically a Java / JAR file which implements a class that BIRT uses to retrieve a defined data (plain old java object class methods you've  defined are selected in BIRT to retrieve the data fields which make up a dataset.)  In the backend ,  in my case I have  REST APIs calls to the actual sources to retrieve and normalize that data of interest. No DB involved. 
I can create/import this BIRT design file in ReportServer and my report executed works.
But is there any way to import this BIRT POJO as a datasource in ReportServer as well?
I don't see a way at least in Community Edition... but I'm a novice on ReportServer
Any thoughts on this would be appreciated
Thanks!
C

Offline

#2 2016-09-26 05:24:29

Thomas Davies
datenwerke
Registered: 2016-05-18

Re: BIRT POJO datasource support

Hi,

welcome to the ReportServer forum.

In case you do not provide a datasource to the report within ReportServer, ReportServer will use the datasources as they are defined within the BIRT report itself. As for adding additional jars, they need to go into

INSTALL_DIR/apps/reportserver/reportserver-conf/lib

if you used the Bitnami installer and

/opt/reportserver/lib

or

C:\Program Files\reportserver\lib

if you followed our manual installation guides.

Hope this helps.

Best Regards,
Thomas

Offline

Board footer

Powered by FluxBB