Jasper Report error
From somewhere :
Sorry for so big delay in posting :) Recently while creating report using Jasper Reports 3.5.2 I faced the issue with compilation error:
java.lang.NoClassDefFoundError: org/codehaus/groovy/control/CompilationFailedException
It was quiet strange cause I'm using pure Java without Groovy. I found solution on somebody's blog. In order to solve mentioned issue simple edit your jrxml templateand remove the language="groovy" attribute from jasperReportnode. Enjoy!











