I did not specify anything, here it is :

<?xml version="1.0"?>
<compass-core-config xmlns="http://www.opensymphony.com/compass/schema/core-config";
  xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance";

xsi:schemaLocation="http://www.opensymphony.com/compass/schema/core-config

http://www.opensymphony.com/compass/schema/compass-core-config.xsd";>

    <compass name="default">

      <connection>
        <jdbc managed="true"
          deleteMarkDeletedDelta="3600000">
          <dataSourceProvider>
            <jndi lookup="java:/nxsearch-compass"/>
          </dataSourceProvider>
        </jdbc>
      </connection>

      <transaction commitBeforeCompletion="true"
        factory="org.compass.core.transaction.JTASyncTransactionFactory">
        <batchInsertSettings maxBufferedDocs="100"/>
      </transaction>

      <converters>
<converter name="date" type="org.compass.core.converter.basic.CalendarConverter"/>
      </converters>

      <mappings>
        <resource location="nxdocument.cpm.xml"/>
      </mappings>

    </compass>
</compass-core-config>


Georges Racinet wrote:

On May 7, 2007, at 2:41 PM, Vincent Dutat wrote:

Hi,

now I replace (at deployment time) nuxeo.ear/platform/nuxeo-platform-search-compass-plugin-1.0.0-SNAPSHOT.jar/compass.cfg.xml with one not defining dialectClass. Now I get another exception :

Hi Vincent,

did you try specifying org.apache.lucene.store.jbdc.dialect.MySQLDialect (MySQLLinnoDialect and MySQLMylSAMDialect are also available if needed) ? That would tell us whether the error is in Compass' auto-detection or in the dialect itself

Regards

---------
Georges Racinet,   Nuxeo SAS
Open Source Enterprise Content Management (ECM)
Web: http://www.nuxeo.com/ and http://www.nuxeo.org/ - Tel: +33 1 40 33 79 87

_______________________________________________
ECM mailing list
[email protected]
http://lists.nuxeo.com/mailman/listinfo/ecm

Reply via email to