Bug 463870 - BIRT report rendering using POJO under tomcat
Summary: BIRT report rendering using POJO under tomcat
Status: NEW
Alias: None
Product: z_Archived
Classification: Eclipse Foundation
Component: BIRT (show other bugs)
Version: 4.4.2   Edit
Hardware: PC Windows 7
: P3 major (vote)
Target Milestone: ---   Edit
Assignee: Birt-ReportEngine-inbox@eclipse.org CLA
QA Contact:
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2015-04-03 03:51 EDT by Laurynas Paradauskas CLA
Modified: 2015-04-03 05:20 EDT (History)
1 user (show)

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Laurynas Paradauskas CLA 2015-04-03 03:51:06 EDT
Hi,

The problem overview in high level: JUnit test generates PDF successfully, while running in Tomcat data set fields in report are empty.


More details about problem:

I have JUnit test, which successfully generates PDF and binds POJO data using BIRT reports. 

When I try to generate PDF from web using Spring, BIRT POJO & Tomcat.

The problem is that POJO is added to BIRT context successfully, with correct data, but BIRT somewhere inside doesn't bind POJO data to report and data fields in report is empty. Report itself was generated successfully, with all tables, headers and other panel fields.

BIRT library, POJO and BIRT wrapper class (which is used to configure BIRT, load engine, etc) are placed in WEB-INF\lib folder.


I use: BIRT 4.4.2 (the same problem appears with BIRT 4.4.1) & Tomcat 6.