Results 1 to 2 of 2

Thread: jasperdemo problem

  1. #1
    Join Date
    Apr 2005
    Location
    Porto Alegre, BR
    Posts
    6

    Default jasperdemo problem

    Hi!

    when I run jasperdemo (1-1-5 from cvs in April 12 2005) I get this error from
    tomcat log

    Code:
    Caused by: java.lang.IllegalStateException: Could not load 'DispatcherServlet.properties': class path resource [DispatcherServlet.properties] cannot be opened because it does not exist
    then I edit the build.xml from jasperdemo, add in the line 37

    Code:
    <include name="**/*.properties"/>
    and now works! this is right?

    thanks!

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

    Default

    Thanks for this - committed this change to CVS.

    Rob
    Rob Harrop
    Lead Engineer, dm Server
    SpringSource
    http://www.springsource.com

    Co-Author - Pro Spring

Similar Threads

  1. JasperDemo Problem
    By tdekeizer in forum Web
    Replies: 4
    Last Post: Mar 22nd, 2007, 01:27 AM
  2. Replies: 1
    Last Post: Jul 5th, 2005, 03:48 AM
  3. pagination and continuation problem in SWF
    By yfmoan in forum Web Flow
    Replies: 6
    Last Post: Jun 29th, 2005, 03:42 AM
  4. Replies: 0
    Last Post: Feb 16th, 2005, 01:45 PM
  5. Lazy Load Problem when Doing UnitTest
    By yoshi in forum Data
    Replies: 7
    Last Post: Sep 29th, 2004, 10:00 AM

Posting Permissions

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