[
https://issues.jboss.org/browse/WFLY-8913?page=com.atlassian.jira.plugin....
]
Paul Ferraro moved JBEAP-11439 to WFLY-8913:
--------------------------------------------
Project: WildFly (was: JBoss Enterprise Application Platform)
Key: WFLY-8913 (was: JBEAP-11439)
Workflow: GIT Pull Request workflow (was: CDW with loose statuses v1)
Component/s: Clustering
(was: Clustering)
Affects Version/s: 11.0.0.Alpha1
(was: 7.1.0.DR19)
Affects Testing: (was: Regression)
It is not possible to add cache store in infinispan subsystem
-------------------------------------------------------------
Key: WFLY-8913
URL:
https://issues.jboss.org/browse/WFLY-8913
Project: WildFly
Issue Type: Bug
Components: Clustering
Affects Versions: 11.0.0.Alpha1
Reporter: Paul Ferraro
Assignee: Paul Ferraro
Adding cache store to already created cache ends by failure even if it should succeed:
{code}
[standalone@localhost:9990 /]
/subsystem=infinispan/cache-container=hibernate/invalidation-cache=foobar/store=STORE:add(class="org.infinispan.configuration.cache.SingleFileStoreConfigurationBuilder")
{
"outcome" => "failed",
"failure-description" => "WFLYCTL0158: Operation handler failed:
org.jboss.msc.service.DuplicateServiceException: Service
org.wildfly.clustering.infinispan.cache.store.hibernate.foobar is already
registered",
"rolled-back" => true
}
{code}
This is a regression against 7.1.0.DR18.
--
This message was sent by Atlassian JIRA
(v7.2.3#72005)