Hello,
I recently installed jasper report version 6.0.0 on my IDE:
Eclipse Java EE IDE for Web Developers.
Version: Kepler Service Release 2
Build id: 20140224-0627
In order to be able to use new feature "Report Book" for 'jasperReport', I downloaded the version 6.0.0 and when I try to compile the .jrxml file from my eclipse I got error:
[java] 2016-01-18 18:27:51,748 ERROR Digester: Parse Error at line 4 column 478: cvc-complex-type.3.2.2: Attribute 'sectionType' is not allowed to appear in element 'jasperReport'.
So I thought that maybe having the last version 6.0.2 will solve this issue, however I still get the same error message. It seems that it does not recognize the sectionType="Part" which is used latter for the <part> tag to declare a part/page of the Report Book I believe.</part>
I had try to delete the sectionType="Part" but then it will compline about the “Part” section on the jrxml.
Is this error common or it has happen before? I know this plugin version is relatively new, but maybe this is error have already been responded.
Please any information that you can provide will be helpful!
Thank you in advance!