Results 1 to 2 of 2

Thread: Jasper Reports support broken ? JRBshCompiler been removed

  1. #1
    Join Date
    Dec 2004
    Location
    Cairo, Egypt
    Posts
    8

    Default Jasper Reports support broken ? JRBshCompiler been removed

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

    "the JRBshCompiler has been removed from the core library and provided
    as a separate sample"

    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.

  2. #2
    Join Date
    Aug 2004
    Location
    Southampton, UK
    Posts
    826

    Default

    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
    Rob Harrop
    Lead Engineer, dm Server
    SpringSource
    http://www.springsource.com

    Co-Author - Pro Spring

Similar Threads

  1. Jasper Reports and Rich client
    By afida in forum Swing
    Replies: 20
    Last Post: Jul 22nd, 2010, 06:51 AM
  2. Replies: 1
    Last Post: Sep 7th, 2005, 07:00 AM
  3. Replies: 2
    Last Post: Aug 10th, 2005, 11:11 AM
  4. Problem with Jasper Reports support
    By rodney.gallart in forum Web
    Replies: 8
    Last Post: Jan 28th, 2005, 07:48 AM
  5. Replies: 2
    Last Post: Oct 3rd, 2004, 01:02 PM

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •