PDA

View Full Version : jpetstore demo + mySQL does not run out the box on Unix.



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)

Alef Arendsen
Sep 26th, 2004, 05:29 PM
Just posted an issue in JIRA: http://opensource.atlassian.com/projects/spring/browse/SPR-353

Probably will be fixed in 1.1.1 or 1.1.2