Uploaded image for project: 'Application Server 7'
  1. Application Server 7
  2. AS7-3695

Management: infinispan cache-container remove operation does not really remove container

XMLWordPrintable

      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
      }

              rachmato@redhat.com Richard Achmatowicz
              dpospisil Dominik Pospisil (Inactive)
              Votes:
              0 Vote for this issue
              Watchers:
              1 Start watching this issue

                Created:
                Updated:
                Resolved: