Ticket #2 (closed defect: fixed)

Opened 6 years ago

Last modified 5 years ago

Support for lightweight database

Reported by: eitan Assigned to: eitan
Priority: major Component: authentication
Version: Keywords:
Cc:

Description

Explicit support for HSQLDB or other such lightweight databases. Makes it much easier for end user to try out jMatter without having to go through setting up a "heavy" dbms (such as mysql or postgresql).

Change History

07/18/06 16:23:10 changed by eitan

mostly resolved. see this discussion thread for details: http://groups.google.com/group/jmatter/browse_thread/thread/07e1c57e16b6415f/#

for some, schema-export fails to commit so they do this by hand. for most, it works.

the main change is: adding hsqldb settings to the hibernate.properties file by default, and including the hsqldb jar file in the distribution. the contactmgr sample app now defaults to hsqldb.

more testing will tell how robust hibernate + hsqldb is. although this metric may be less an issue with jmatter than it is an issue between hibernate and its support for various databases.

12/13/06 17:03:58 changed by eitan

  • status changed from new to closed.
  • resolution set to fixed.
  • component set to authentication.

fixed. now defaulting to H2 database. seems to work very well.