Unable to query Infinispan on JBoss 7 due to SearchFactoryIntegrator not being in the registry
TL:DR I'm getting the following error and I can see no reason for it, indexing is enabled, and the SearchFactoryIntegrator is on the classpath for everything that needs to see it. Indexing was not enabled on this cache. interface org.hibernate.search.spi.SearchFactoryIntegrator not found in registry Long Version: JBoss version: 7.1.1 FINAL Infinispan version: 5.16 (upgraded from 5.1.2 JBoss ships with in attempts to solve issue) Java Version: 1.7 I am attempting to build a simple test application to run queries against an Infinispan cache. I am successfully adding objects to the cache. The