Results 1 to 2 of 2

Thread: Problem loading in memory data - Booking Service app - Spring 2.0.6

  1. #1
    Join Date
    Apr 2009
    Location
    California
    Posts
    11

    Question Problem loading in memory data - Booking Service app - Spring 2.0.6

    I am new to spring and trying to start learn the SWF thru' the sample web app comes with the SWF 2.0.6.

    I was able to successfully bring up the bookingService application and then when I try to search for hotels, it never works.

    I don't know how the in memory tables are created for this app.
    Then I saw the import.sql which is supposed to load the in memory database tables.

    I don't know how to create and load the in memory data. Can someone help me understand this?

    Thank you so much.

    Shan

  2. #2
    Join Date
    Apr 2009
    Location
    California
    Posts
    11

    Thumbs up

    I figured out the problem. After I have added the import.sql in root classpath, the Hibernate was able to load the in-memory data.

    Thanks,
    Shan

Posting Permissions

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