5 Replies Latest reply on Nov 16, 2006 5:36 PM by starksm64

    Undeployment of JMX service keeps registration alive

    anil.saldhana

       

      ant tests-security-basic-unit
      


      I see a lot of these when tests are trying to install a new DynamicLoginConfigService. This seems to due to the previous undeploy by a prior test is not removing the registration of the object name somewhere in the mc.
      Caused by: java.lang.IllegalStateException: jboss.security.tests:service=Dynamic
      LoginConfig is already installed.
       at org.jboss.dependency.plugins.AbstractController.install(AbstractContr
      oller.java:249)
      


      I have excluded the SRP tests for this run temporarily such that this issue can be investigated (SRPUnitTestCase is hanging).