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...
Type: Posts; User: txuo; Keyword(s):
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...
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...
Eclipse indicates me that the problem is coming from this method
public List getImages() throws DataAccessException
{
return getJdbcTemplate().query(
"SELECT IMAGE_NAME, DESCRIPTION...
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...
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...
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).
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
...
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...