Search:

Type: Posts; User: txuo; Keyword(s):

Search: Search took 0.04 seconds.

  1. You were right. My build was not corect. So,...

    You were right.

    My build was not corect.
    So, I first did a build clean and after that a build all.
    The result : the sample run great.

    I also created an Eclipse project. The only thing I have...
  2. Yes, I can build from the command line. I also...

    Yes, I can build from the command line.

    I also tried to run but I have this error message

    java.lang.Error: Unresolved compilation problems:
    Type mismatch: cannot convert from Object to List...
  3. Eclipse indicates me that the problem is coming...

    Eclipse indicates me that the problem is coming from this method
    public List getImages() throws DataAccessException
    {
    return getJdbcTemplate().query(
    "SELECT IMAGE_NAME, DESCRIPTION...
  4. ORACLE 9 + LOB + Spring Image Database sample application

    I have this error messages when I am compiling under Eclipse.
    I created all the tables under ORACLE 9 and follow the instructions for the jdbc.properties file.
    But I always have these error...
  5. Replies
    2
    Views
    1,153

    Hi, The spring version is...

    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...
  6. Many thanks ! You were right : it was a problem...

    Many thanks !
    You were right : it was a problem of missing jar files.
    By the way, I had also to put cglib-full-2.0.2.jar and dom4j.jar files in the classpath (lib directory).
  7. Help For The Newbies : Example 2 of what I am confronted to

    I first created the table on Oracle 9
    then it is ok when I am compiling the petclinic sample
    But I have the followinf error when I try to run under Tomcat 5

    Internal error
    ...
  8. Replies
    2
    Views
    1,153

    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...
Results 1 to 8 of 8