Homepage: OpenXava
Configuring a HSQLDB v2.x Datbase with eclipse:
Follow this video
Additions to the video:
Remove OpenXava workspace and replace with SVN checkout (Keep the tomcat folder)
Add latest hsqldb.jar to the tomcat/lib dir
Prevent client version conflicts:
In the Servers tab, Open the Tomcat instance.
Select "Open Launch Configuration".
Open Classpath tab
Select User Entries and insert a reference to hsqldb.jar just copied into tomcat/lib
Notes:
Remember to add the getters and setters to properties; otherwise the object isn't displayed.
Variable renames cause zombie columns after DDL refresh; Name columns of ManyToMany relationships;