-
Bug
-
Resolution: Not a Bug
-
Major
-
None
-
11.0.0.Alpha1
-
None
It is not possible to add remote store to a new cache:
/subsystem=infinispan/cache-container=web/local-cache=myCache/store=remote:add(remote-servers=[mail-smtp])
{
"outcome" => "failed",
"failure-description" => "WFLYCTL0158: Operation handler failed: org.jboss.msc.service.DuplicateServiceException: Service org.wildfly.clustering.infinispan.cache-configuration.web.myCache.store is already registered",
"rolled-back" => true
}
However it is possible to add a file store:
/subsystem=infinispan/cache-container=web/local-cache=myCache/store=file:add