I had a problem with the aforementioned configuration.
It seems that mySQL on linux is case sensitive on certain platforms.
see
http://dev.mysql.com/doc/mysql/en/Na...nsitivity.html
The table and column names in the DB schema and dataload are UPPER case; this is incompatible with the code (for Unix systems).
jake
(BTW I am extremely impressed with the overall design quality of Spring)


Reply With Quote