Uploaded image for project: 'Infinispan'
  1. Infinispan
  2. ISPN-1276

warn when using indexing but query module isn't present on classpath

This issue belongs to an archived project. You can view it, but you can't modify it. Learn more

XMLWordPrintable

      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 ...

              sgrinove Sanne Grinovero (Inactive)
              mlinhard Michal Linhard (Inactive)
              Archiver:
              rhn-support-adongare Amol Dongare

                Created:
                Updated:
                Resolved:
                Archived: