[infinispan-issues] [JBoss JIRA] Created: (ISPN-1276) warn when using indexing but query module isn't present on classpath

Michal Linhard (JIRA) jira-events at lists.jboss.org
Fri Jul 29 06:56:23 EDT 2011


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

                 Key: ISPN-1276
                 URL: https://issues.jboss.org/browse/ISPN-1276
             Project: Infinispan
          Issue Type: Feature Request
          Components: Configuration, Querying
    Affects Versions: 5.0.0.CR8
            Reporter: Michal Linhard
            Assignee: Manik Surtani


It is possible to use indexing in the config xml:

{code}
<infinispan>
    <default>
        <invocationBatching enabled="true" />
        <indexing enabled="true" indexLocalOnly="true">
            <properties>
                <property name="hibernate.search.default.directory_provider" value="ram" />
            </properties>
        </indexing>
    </default>
</infinispan>
{code}

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

--
This message is automatically generated by JIRA.
For more information on JIRA, see: http://www.atlassian.com/software/jira

        


More information about the infinispan-issues mailing list