[infinispan-issues] [JBoss JIRA] Updated: (ISPN-1276) warn when using indexing but query module isn't present on classpath
Manik Surtani (JIRA)
jira-events at lists.jboss.org
Fri Jul 29 07:23:23 EDT 2011
[ https://issues.jboss.org/browse/ISPN-1276?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]
Manik Surtani updated ISPN-1276:
--------------------------------
Fix Version/s: 5.0.0.FINAL
Complexity: Low
> 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
> Fix For: 5.0.0.FINAL
>
>
> 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