Community
Participate
Working Groups
The BIRT ODA should use the data collection MDR convenient APIs
There were no changes made since the data collection team did not create statistical or cbe data mangers
Reopening bug. BIRT ODA should work with new data collection apis in i8.
This enhancement involves refactoring the existing reports to use the new Data Collection Query APIs. The existing examplar report templates utilize the old query assembly components. In addition, a datafeed is required to get a list of datasource that a statistical or monitoring data manager is aware of. This is further explained in the design document referenced by the URL link in this bugzilla report.
Reassigning to John as per our conversation on the Data Visualization Call (Nov-16)
Created attachment 86242 [details] CBE report template change to talk to CBE datamanager These are the report template changes to talk to the CBE datamanager
Reviewed patches and checked in changes into CVS.
Created attachment 86621 [details] New classes the refactored BIRT reports use These are 2 new classes that the BIRT reports use to talk to the appropriate datamanagers.
Created attachment 86622 [details] Refactored BIRT report templates These are the changes to the BIRT report templates to use DataManagers, it includes the changes to both the CBE template and the Stat template.
Created attachment 86721 [details] New classes for BIRT templates to talk to Added Copyright to the new source files.
(In reply to comment #9) > Created an attachment (id=86721) [details] > New classes for BIRT templates to talk to > Added Copyright to the new source files. JT, I've checked in your attachment. Thanks, Bill
There is no JUnit test for ER, to test you need the Data Report Web Application for the UI side and a Data Collection environment for the DataManager (server) side. The following links can be used to test the Log report template and the Statistical report template outside the GUI context of the COSMOS UI These links use the running tomcat on localhost (where the Data Report Web application should be deployed) http://dev.eclipse.org/viewcvs/index.cgi/org.eclipse.cosmos/tests/data-reporting/org.eclipse.cosmos.dr.tests/WebContent/org/eclipse/cosmos/dr/gvs/report/viewer/LogReport.html?root=Technology_Project&view=co And http://dev.eclipse.org/viewcvs/index.cgi/org.eclipse.cosmos/tests/data-reporting/org.eclipse.cosmos.dr.tests/WebContent/org/eclipse/cosmos/dr/gvs/report/viewer/StatReport.html?root=Technology_Project&view=co
Created attachment 87194 [details] Changes to ResourceId of stat datamanager The ResourceId of the Statistical DataManager changed, so that has to be reflected in the birt helper code.
Data input as report template = ..\COSMOSUI\templates\StatReport.rptdesign data set id = "server 33 tomcat1181829221515" keyset = TomcatSet and report template =..\COSMOSUI\templates\LogReport.rptdesign data set id = "server 33 tomcat1181829221515" keyset = CBE gives blank reports against the 20th build (last candidate build).
I will be working with Sheldon to resolve this problem, I believe it is a build integration issue. - John
Some dependant plugins needed to added to webapps/COSMOSReportViewer/WEB-INF/platform/plugins org.eclipse.cosmos.dc.logging.datamgr.client org.eclipse.cosmos.dc.logging.datamgr.common org.eclipse.cosmos.dc.stat.datamgr.client org.eclipse.cosmos.dc.stat.datamgr.common org.eclipse.cosmos.dc.dataManager.client org.eclipse.cosmos.common - John
Added the above plugins in the latest cosmos build
Verified as a part of e2e manual testing reported as TPTP manual reports.
Verified.
verified, closing bug.