Dominik Pospisil created AS7-3695:
-------------------------------------
Summary: Management: infinispan cache-container remove operation does not
really remove container
Key: AS7-3695
URL:
https://issues.jboss.org/browse/AS7-3695
Project: Application Server 7
Issue Type: Bug
Components: Clustering, Domain Management
Affects Versions: 7.1.0.Final
Reporter: Dominik Pospisil
Assignee: Paul Ferraro
Management: infinispan cache-container remove operation does not really remove container.
Subsequent add operation fails.
Steps to reproduce:
[standalone@localhost:9999 subsystem=infinispan]
./cache-container=test2:add(start="EAGER")
{"outcome" => "success"}
[standalone@localhost:9999 subsystem=infinispan] ./cache-container=test2:remove
{"outcome" => "success"}
[standalone@localhost:9999 subsystem=infinispan]
./cache-container=test2:add(start="EAGER")
{
"outcome" => "failed",
"failure-description" => "JBAS014749: Operation handler failed:
Service jboss.naming.context.java.jboss.infinispan.container.test2 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:
https://issues.jboss.org/secure/ContactAdministrators!default.jspa
For more information on JIRA, see:
http://www.atlassian.com/software/jira