Results 1 to 3 of 3

Thread: Help For The Newbies For The Spring tutorials

  1. #1
    Join Date
    Oct 2004
    Posts
    8

    Default Help For The Newbies For The Spring tutorials

    I suggest to create a topic just for the errors the newbies have encounterd when they tried to run for the first time the samples or tutorials. I think it would be very helpfull !
    I am a newbie and except the step-by-step tutorial, I did not succeed to run the others (petclinic and imagedb) with Oracle.
    For instance when I am compiling the DefaultImageDatabase.java, I always have "Type Mismatch: cannot convert from Objects to List", just here "return getJdbcTemplate().query(" ...
    ... and "AbstractLobStreamingResultSetExtractor cannot be resolved or is not a type"

    So I really need your help

    Thanks in advance

  2. #2
    Join Date
    Aug 2004
    Location
    Montréal, Canada
    Posts
    845

    Default

    What version of Spring Framework and Oracle JDBC are you using?
    Omar Irbouh

    Spring Modules Team
    http://irbouh.blogspot.com/

  3. #3
    Join Date
    Oct 2004
    Posts
    8

    Default

    Hi,

    The spring version is "spring-framework-1.1-with-dependencies" and
    the Oracle version is Oracle JDBC Drivers release 9.2.0.

    I succeeded to run the petclinic sample with Oracle : it was a problem of missing jar files in the classpath (lib directory).

    But for the imagedb, I tried all the jar files without success.
    I always have "Type Mismatch: cannot convert from Objects to List", just here "return getJdbcTemplate().query(" ... ... and "AbstractLobStreamingResultSetExtractor cannot be resolved or is not a type"

Similar Threads

  1. Spring MVC Web Framework versus Struts
    By biguniverse in forum Web Flow
    Replies: 27
    Last Post: Aug 29th, 2012, 03:57 AM
  2. Replies: 5
    Last Post: Aug 9th, 2008, 05:30 AM
  3. Replies: 1
    Last Post: Oct 3rd, 2005, 09:51 AM
  4. A Spring Class Loader?
    By azzoti in forum Architecture
    Replies: 8
    Last Post: May 7th, 2005, 04:02 AM
  5. Replies: 14
    Last Post: Feb 21st, 2005, 05:41 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
  •