We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d53b2aa commit fdbe1c5Copy full SHA for fdbe1c5
src/NHibernate.Search.Tests/App.config
@@ -31,7 +31,6 @@
31
<property name="prepare_sql">false</property>
32
<property name="cache.provider_class">NHibernate.Cache.HashtableCacheProvider, NHibernate</property>
33
<property name="cache.use_query_cache">true</property>
34
- <property name="proxyfactory.factory_class">NHibernate.ByteCode.Castle.ProxyFactoryFactory, NHibernate.ByteCode.Castle</property>
35
36
<!-- the following part is not read by the test, they are here being a template-->
37
<listener class="NHibernate.Search.Event.FullTextIndexEventListener, NHibernate.Search" type="post-insert"/>
0 commit comments