Details
-
Improvement
-
Status: Resolved
-
Major
-
Resolution: Fixed
-
ManifoldCF 0.3
-
None
Description
We're currently missing pretty much all mention of HSQLDB in the documentation. This includes how to enable it:
org.apache.manifoldcf.databaseimplementationclass value org.apache.manifoldcf.core.database.DBInterfaceHSQLDB
... as well as the property it has for pointing at the database instance:
org.apache.manifoldcf.hsqldbdatabasepath value <relative path>
In addition to the site documentation for how to use it, we should also consider making HSQLDB be the default example database, since it seems to have fewer real problems than Derby. But this must wait until a test suite is written for this database.
Attachments
Issue Links
- depends upon
-
CONNECTORS-204 Now that HSQLDB functions with ManifoldCF, write a test-hsqldb ant target to test it
- Resolved