| Groovy compilation problem while creating report using... |
|
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 template and remove the language="groovy" attribute from jasperReport node.
Enjoy! |