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

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

    XMLWordPrintable

Details

    Description

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

      Attachments

        Activity

          People

            sgrinove Sanne Grinovero
            mlinhard Michal Linhard (Inactive)
            Votes:
            0 Vote for this issue
            Watchers:
            1 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved: