[jboss-jira] [JBoss JIRA] (AS7-3698) Management: infinispan cache-container/cache remove operation does not really remove cache

Dominik Pospisil (JIRA) jira-events at lists.jboss.org
Thu Feb 9 11:44:48 EST 2012


Dominik Pospisil created AS7-3698:
-------------------------------------

             Summary: 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


Management: infinispan cache-container/cache remove operation does not really remove cache. Subsequent add fails.


[standalone at localhost:9999 /] /subsystem=infinispan/cache-container=testX/local-cache=test-local-cache:add(start="EAGER")
{"outcome" => "success"}

[standalone at localhost:9999 /] /subsystem=infinispan/cache-container=testX/local-cache=test-local-cache:remove
{"outcome" => "success"}

[standalone at 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: https://issues.jboss.org/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira

        


More information about the jboss-jira mailing list