| Summary: | Update Birt Engine from 2.3.2 to 2.6.2 | ||
|---|---|---|---|
| Product: | z_Archived | Reporter: | Wael Mashal <wmashal> |
| Component: | BIRT | Assignee: | Birt-ReportEngine-inbox <Birt-ReportEngine-inbox> |
| Status: | RESOLVED INVALID | QA Contact: | |
| Severity: | major | ||
| Priority: | P3 | CC: | bluesoldier, wyan |
| Version: | unspecified | ||
| Target Milestone: | 3.7.0 | ||
| Hardware: | All | ||
| OS: | other | ||
| Whiteboard: | |||
|
Description
Wael Mashal
It seems there is an old javascript library in your class path. You need either upgrade that library to the latest or remove it from the class path of BIRT. You can find that old library location using: org.mozilla.javascript.ContextFactory.class.getProtectionDomain().getCodeSource().getLocation() hi this solved my issue thanks i replace js.jar with the on on the Birt 2.6.2 just a question ? which version js.jar Birt 2.6.2 used ? and from where i can get the source code for this jar? Best Regards (In reply to comment #1) > It seems there is an old javascript library in your class path. You need either > upgrade that library to the latest or remove it from the class path of BIRT. > > You can find that old library location using: > > org.mozilla.javascript.ContextFactory.class.getProtectionDomain().getCodeSource().getLocation() The js.jar in 2.6.2 was downloaded from the Orbit project(http://download.eclipse.org/tools/orbit/downloads/drops/R20100519200754/). The bundle name is org.mozilla.javascript, version 1.7.2. We renamed it to js.jar in birt-runtime package. |