Project

General

Profile

« Previous | Next » 

Revision e37987bc

Added by Andreas Kohlbecker over 11 years ago

solving lucene index locked problem for tests

View differences:

cdmlib-io/src/test/resources/eu/etaxonomy/cdm/applicationContext-test.xml
40 40
                <prop key="hibernate.show_sql">false</prop>
41 41
                <prop key="hibernate.format_sql">false</prop>
42 42
                <prop key="hibernate.search.default.directory_provider">org.hibernate.search.store.impl.FSDirectoryProvider</prop>
43
                <!--  hibernate.search.default.exclusive_index_use=false
44
                          locks must not only be released after application shutdown in test environment -->
45
                    <prop key="hibernate.search.default.exclusive_index_use">false</prop>
43 46
                <prop key="hibernate.search.default.indexBase">./target/index</prop>
44 47
            </props>
45 48
        </property>

Also available in: Unified diff