Hide Forgot
Created attachment 548618 [details] ClassCastException Description of problem: When starting EDG server with ClusterCacheStore definition, getting a java.lang.ClassCastException: class org.infinispan.loaders.cluster.ClusterCacheLoader (whole exception attached) The problem is that Infinispan subsystem in JBossAS expects the cache store to be an implementation of CacheStore interface. However, ClusterCacheLoader does not implement it. I used the following configuration snippet to configure Infinispan subsystem: (attached in a file). There are tests for ClusterCacheStore in EDG: https://svn.devel.redhat.com/repos/jboss-qa/edg/edg-functional-tests/trunk/cluster-cache-store
Created attachment 548619 [details] Infinispan subsystem definition
This was already resolved in related AS7-3100 and is working well in EDG now.