Back Forum Reply New

Jasper Reports support broken ? JRBshCompiler been removed

The latest version of jasper reports 0.6.6 does not contain the JRBshCompilercompiler anymore - as per the release notes :

quot;the JRBshCompiler has been removed from the core library and provided
as a separate samplequot;

This breaks spring's compile-on-the-fly of jasper reports (java.lang.NoClassDefFoundError: net/sf/jasperreports/engine/design/JRBshCompiler)

I searched on the boards and this doesn not seem to be a reported issue.

Spring's jasper supports has not been updated to support 0.6.6 yet. In the meantimem you can override the getReportCompiler() method on the view class to return an instance of a different compiler such as JrJdtCompiler.

Rob
¥
Back Forum Reply New