An update on my earlier posts (a few months ago). HSQLDB 1.8.0 and bug fix releases have been out for a while.
You can use a release version of HSQLDB (which you can get from http://hsqldb.org), with recent version of JBoss. You may need to make change to JBoss config files or to HSQLDB. AFAIK, these are: - Issue with a query in JBoss that no longer works (this has apparently been fixed in latest JBoss updates). You need to modify the query. See: http://sourceforge.net/forum/forum.php?thread_id=1333514&forum_id=73674 - HSQLDB is by default compiled to use some java.nio classes. There may be issues with NFS volumes. Also, memory use is higher than without nio. You should recompile HSQLDB with JDK 1.3.x to avoid such cases. Jars previously supplied with JBoss were recompiled in this way. - In order to benefit from (a) 8 GB maximum database size, and (b) automatic defrag, you need to set the relevant properties of the HSQLDB database when the database is empty. See the HSQLDB docs on these settings. Fred Toussi Maintainer, HSQLDB Project View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3905620#3905620 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3905620 ------------------------------------------------------- SF.Net email is sponsored by: Tame your development challenges with Apache's Geronimo App Server. Download it for free - -and be entered to win a 42" plasma tv or your very own Sony(tm)PSP. Click here to play: http://sourceforge.net/geronimo.php _______________________________________________ JBoss-user mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/jboss-user
