Uploaded image for project: 'WildFly'
  1. WildFly
  2. WFLY-8054

Remove messaging's required dependency to SecurityDomainService

    XMLWordPrintable

Details

    • Bug
    • Resolution: Done
    • Major
    • 11.0.0.Alpha1
    • None
    • JMS
    • None

    Description

      The messaging-activemq subsystem can use either a legacy security-domain or the new elytron-domain.

      However, when only elytron-domain is defined (and any legacy security domain is removed), the subsystem fails to boot with the error:

      17:52:34,634 ERROR [org.jboss.as.controller.management-operation] (Controller Boot Thread) WFLYCTL0013: Operation ("add") failed - address: ([
         ("subsystem" => "messaging-activemq"),
         ("server" => "default")
      ]) - failure description: {
         "WFLYCTL0412: Required services that are not installed:" => ["jboss.security.security-domain.other"],
         "WFLYCTL0180: Services with missing/unavailable dependencies" => ["jboss.messaging-activemq.default is missing [jboss.security.security-domain.other]"]
      }
      

      The dependency to jboss.security.security-domain.other must be optional and set only when elytron-domain is not defined.

      Attachments

        Issue Links

          Activity

            People

              jmesnil1@redhat.com Jeff Mesnil
              jmesnil1@redhat.com Jeff Mesnil
              Votes:
              0 Vote for this issue
              Watchers:
              2 Start watching this issue

              Dates

                Created:
                Updated:
                Resolved: