-
Enhancement
-
Resolution: Done
-
Major
-
5.0.0.CR8
-
None
It is possible to use indexing in the config xml:
<infinispan> <default> <invocationBatching enabled="true" /> <indexing enabled="true" indexLocalOnly="true"> <properties> <property name="hibernate.search.default.directory_provider" value="ram" /> </properties> </indexing> </default> </infinispan>
but without query module + it's dependencies on the classpath.
I'd expect to be warned in such case...
what happens is that LocalQueryInterceptor isn't added to the interceptor chain and indexing is not used, nothing is reported ...