View Review Details


Book:   Hibernate: A Developer's Notebook
Subject:   needs an update
Date:   2006-01-04 06:30:03
From:   J.T. Wenting
Rating:  StarStarStarStarStar

Overall a good book but dated. The code (and especially the Ant buildfile and Hibernate configuration) needs quite a bit of work to work correctly with Hibernate 3 and Hsqldb 1.8.


Took me a while to figure out why none of the changes made to the database were persisted for example, until I read that Hsqldb now no longer persists anything to disc unless an explicit shutdown command is issued when used in embedded mode.


With a bit of puzzling and experimentation it can all be made to work but you will run into the occasional snag using the current book with up to date versions of the tools used in it.


Full Threads Oldest First
  • needs an update,  August 31 2006
    Rating: StarStarStarStarStar
    Submitted by Anonymous Reader   [Respond | View]

    @All
    could you please help me on how to set things up using hibernate 3 and hsqldb 1.8? And I can't even find a version of HSQLDB 1.7.3.1 for download...:(
  • needs an update,  April 17 2006
    Rating: StarStarStarStarStar
    Submitted by Anonymous Reader   [Respond | View]

    I am a beginner.I found the same problem as you did. Can you tell how to make it work correctly with Hibernate 3 and Hsqldb 1.8 in detail?
    Thank you.