Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
[birt-dev] CHECKIN: Fixed bugzilla bug 122063 - NullPointerException when view BIRT sample report in Weblogic8.1.

Title: CHECKIN: Fixed bugzilla bug 122063 - NullPointerException when view BIRT sample report in Weblogic8.1.

- Summary:
Fixed bugzilla bug 122063 - NullPointerException when view BIRT sample report in Weblogic8.1.

- Bugzilla Bug (s) Resolved:
122063

- Description:
In WAR deployment, since the absolute path might not be available, user is required to set BIRT_VIEWER_SCRIPTLIB_DIR in web.xml in order to use script library JARs. This behavior is already documented. If user doesn’t set it, the script library directory could be null. The problem is that the null pointer was not handled properly. This checkin fixed the problem.

- Tests Description:
Tested it locally.
- Files Edited:
/org.eclipse.birt.report.viewer/birt/WEB-INF/classes/org/eclipse/birt/report/services/ReportEngineService.java

- Files Added:
- Code Reviewer:
Stanley
- Notes to Build Team:
- Notes to Developers:
- Notes to QA:

- Notes to Documentation:


Back to the top