jake.waudby
Sep 7th, 2004, 08:52 AM
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/Name_case_sensitivity.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)
It seems that mySQL on linux is case sensitive on certain platforms.
see
http://dev.mysql.com/doc/mysql/en/Name_case_sensitivity.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)