How to use Infinispan query with JBoss7.1
问题 I have an Infinispan cache that I created through JBoss7.1 web interface. It is configured as an indexed, distributed cache. In my jboss-deployment-structure.xml file I have added dependencies on org.infinispan and org.hibernate so I have access to my cache. I have also added a maven dependency on the following: <dependency> <groupId>org.infinispan</groupId> <artifactId>infinispan-core</artifactId> <version>5.1.7.Final</version> <scope>provided</scope> </dependency> <dependency> <groupId>org