I have a simple report with a MySQL datasource. Using standard birt.war on my local JBoss server (Ubuntu 9.04 + JBoss 4.2.1GA + SunJDK)I can see the output.<br />
But when I deploy it on our server (opensuse + JBoss 4.2.3GA +openJDK) I get <pre class='_prettyXprint _lang-auto _linenums:0'>Invalid javascript expression: dataSetRow["ID_"]</pre>.<br />
I seems that problem is caused by rhino-1.7.jar inside openjdk folder. I tested it on my local computer (using openJDK instead of sunJDK) and I got the same error.<br />
Now:<br />
1) what can I do to force JBoss to load js.jar inside birt.war not from openJDK's lib folder?<br />
2) Is this problem fixed in birt 2.5.1 ? (See below)<br />
PS:<br />
@2: yes! birt 2.5.1 doesn't have this problem.