0 Replies Latest reply on Oct 9, 2007 10:45 AM by anil.saldhana

    Russian Doll Ordering

    anil.saldhana

      I am not sure what the official take on this issue is at the moment. I remember Scott telling me that we will need to add explicit dependencies (or such) to make the russian doll ordering to work.

      For example, I have a situation in the test suite as follows:

      org.jboss.test.security.test.DeepCopySubjectUnitTestCase
      

      This test uses an ear called as deepcopy.ear that internally contains a war file and has a xxx-service.xml inside that is specified in the jboss-app.xml

      The issue I see at the moment is the following:
      Caused by: java.lang.IllegalStateException: jboss.security.tests:service=DynamicLoginConfigDeepCopyTest is already installed.
      at org.jboss.dependency.plugins.AbstractController.install(AbstractController.java:525)
      at org.jboss.dependency.plugins.AbstractController.install(AbstractController.java:398)
      at org.jboss.system.ServiceController.doInstall(ServiceController.java:641)
      

      I am unsure if the SecurityDeployer is influencing this.