Version mismatch between report and jsf4birt

  • tdruttenberg
Posted: Tue, 06/01/2010 - 03:59

I got this error when trying to incorporate my report into my web page.

org.eclipse.birt.report.model.parser.DesignParserException: The report file of version "3.2.21" is invalid for it is greater than the latest supported one.

Should I just change the xml in my report to be a lower version?

report xmlns="http://www.eclipse.org/birt/2005/design" version="3.2.21"
id="1"

I'm going to give this a try. If you recommend different action or can fix this in your code somehow, please post. TDR

I changed the version to 3.2

  • tdruttenberg
  • 05/28/10
  • Tue, 06/01/2010 - 04:00

I changed the version to 3.2 and that worked.