Results 1 to 2 of 2

Thread: jpetstore demo + mySQL does not run out the box on Unix.

  1. #1
    Join Date
    Sep 2004
    Location
    london
    Posts
    1

    Default jpetstore demo + mySQL does not run out the box on Unix.

    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)

  2. #2
    Join Date
    Aug 2004
    Location
    Amsterdam, Netherlands
    Posts
    450

    Default

    Just posted an issue in JIRA: http://opensource.atlassian.com/proj...browse/SPR-353

    Probably will be fixed in 1.1.1 or 1.1.2

Similar Threads

  1. PagedList demo without using session
    By zcauto in forum Web
    Replies: 5
    Last Post: Oct 13th, 2005, 10:59 AM
  2. Spring, JDBC and MySQL
    By rlynn in forum Data
    Replies: 4
    Last Post: Aug 19th, 2005, 07:42 AM
  3. Replies: 0
    Last Post: Jun 26th, 2005, 07:34 AM
  4. ACEGI + CAS SERVER + MYSQL ????
    By lazzha in forum Security
    Replies: 2
    Last Post: Jun 21st, 2005, 04:09 PM
  5. Please help! Unit testing code for JPetStore
    By lakershen in forum Container
    Replies: 4
    Last Post: Jan 13th, 2005, 05:00 PM

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •