You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@manifoldcf.apache.org by kw...@apache.org on 2014/10/01 16:43:35 UTC

svn commit: r1628717 - /manifoldcf/trunk/framework/example-singleprocess-proprietary/properties.xml

Author: kwright
Date: Wed Oct  1 14:43:35 2014
New Revision: 1628717

URL: http://svn.apache.org/r1628717
Log:
Missed a place where Derby was mentioned.  Part of CONNECTORS-1044

Modified:
    manifoldcf/trunk/framework/example-singleprocess-proprietary/properties.xml

Modified: manifoldcf/trunk/framework/example-singleprocess-proprietary/properties.xml
URL: http://svn.apache.org/viewvc/manifoldcf/trunk/framework/example-singleprocess-proprietary/properties.xml?rev=1628717&r1=1628716&r2=1628717&view=diff
==============================================================================
--- manifoldcf/trunk/framework/example-singleprocess-proprietary/properties.xml (original)
+++ manifoldcf/trunk/framework/example-singleprocess-proprietary/properties.xml Wed Oct  1 14:43:35 2014
@@ -26,8 +26,8 @@
   <!-- Point to the combined war in case we start the single-process example that way -->
   <property name="org.apache.manifoldcf.combinedwarpath" value="../web-proprietary/war/mcf-combined-service.war"/>
   <!-- Select Derby as the database implementation, and specify where the database will be stored -->
-  <property name="org.apache.manifoldcf.databaseimplementationclass" value="org.apache.manifoldcf.core.database.DBInterfaceDerby"/>
-  <property name="org.apache.manifoldcf.derbydatabasepath" value="."/>
+  <property name="org.apache.manifoldcf.databaseimplementationclass" value="org.apache.manifoldcf.core.database.DBInterfaceHSQLDB"/>
+  <property name="org.apache.manifoldcf.hsqldbdatabasepath" value="."/>
   <property name="org.apache.manifoldcf.database.maxhandles" value="100"/>
   <property name="org.apache.manifoldcf.crawler.threads" value="50"/>
   <property name="org.apache.manifoldcf.crawler.historycleanupinterval" value="2592000000"/>