]
Richard Achmatowicz updated AS7-3698:
-------------------------------------
Fix Version/s: 7.1.0.Final
Git Pull Request:
Management: infinispan cache-container/cache remove operation does
not really remove cache
------------------------------------------------------------------------------------------
Key: AS7-3698
URL:
https://issues.jboss.org/browse/AS7-3698
Project: Application Server 7
Issue Type: Bug
Components: Clustering, Domain Management
Affects Versions: 7.1.0.Final
Reporter: Dominik Pospisil
Assignee: Richard Achmatowicz
Fix For: 7.1.0.Final
Management: infinispan cache-container/cache remove operation does not really remove
cache. Subsequent add fails.
[standalone@localhost:9999 /]
/subsystem=infinispan/cache-container=testX/local-cache=test-local-cache:add(start="EAGER")
{"outcome" => "success"}
[standalone@localhost:9999 /]
/subsystem=infinispan/cache-container=testX/local-cache=test-local-cache:remove
{"outcome" => "success"}
[standalone@localhost:9999 /]
/subsystem=infinispan/cache-container=testX/local-cache=test-local-cache:add(start="EAGER")
{
"outcome" => "failed",
"failure-description" => "JBAS014749: Operation handler failed:
Service jboss.infinispan.testX.test-local-cache.config is already registered",
"rolled-back" => true
}
--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators: