Exception using mongodb as infinispan cache store
问题 I want to use MongoDb as cacche store for the infinispan to persist the data evicted according to policy i am posting the snippet of the code that is causing exception along with the exception ConfigurationBuilder config = new ConfigurationBuilder(); MongoDBCacheStore strgBuilder = new MongoDBCacheStore(); ConfigurationBuilder b = new ConfigurationBuilder(); b.persistence() .addStore(MongoDBCacheStoreConfigurationBuilder.class) .host( "localhost" ) .port( 27017 ) .timeout( 1500 )