When debugging a report containing JavaScript event handlers, where should custom (not core Java or BIRT-provided) classes that are referenced within an event handler be placed so that the debugger can reference them? I am working with version 2.5.1 of the Designer All-in-one distribution.
The attached .zip contains a project where the report executes successfully using 'Preview' from the Designer.
When I place a breakpoint on the code attached to ReportDesign.initialize and choose "Run -> Debug Report" in the Report Design perspective, I see the following error when I step over the line (line #11) that attempts to create a new instance of my custom class.
"Caused by: org.mozilla.javascript.EcmaError: ReferenceError: "SimplePojo" is not defined. (/report/method[
@name="initialize"]#11)"
Regards,
Bill