Hi,
The 1.2 RC2 has an invalid HTML character (decimal 133) in the following file and needs to be corrected as shown. The result of the error is that any report with parameters doesn't work.
Code:
<pentaho-demo-install>\\jboss\\server\\default\\deploy\\pentaho.war\\WEB-INF\\classes\\org\\pentaho\\locale\\messages_de.properties
Code:
UI.USER_UPDATE=Aktualisiert\\u0085
should be
Code:
UI.USER_UPDATE=Aktualisieren...
and
Code:
UIUtil.ERROR_0002_COULD_NOT_PROCESS=Konnte nicht ausgef\\u00FChrt werden\\u0085
should read
Code:
UIUtil.ERROR_0002_COULD_NOT_PROCESS=Konnte nicht ausgef\\u00FChrt werden
I've also informed Gretschen at Pentaho per email direct and will duplicate this in the RC forum area.
Ralph
Post edited by: rlance, at: 09/13/2006 05:25