I have added reporting capabilities to an existing Web Project an can create and preview reports without any problems.
I have the project deployed using the Hot Deploy functionality and when I try and view the report using browser I receive an exception:
Eclipe Birt : Invalid javascript Expression dataSetRow[‘xyz’].
Related posts suggest this is possibly an issue with the Rhino js.jar Please advise. The folloiwng was added to POM when I added Reporting capabilities and is being copied to WEB-iNF/lib on deployment.
<dependency>
<groupId>rhino</groupId>
<artifactId>js</artifactId>
<version>1.6R7</version>
</dependency>
There is also a js.jar file under report-engine folder.
Please advise.
Alan