Uploaded image for project: 'Application Server 3  4  5 and 6'
  1. Application Server 3 4 5 and 6
  2. JBAS-4559

JBossMQ security manager should have a dependency on the Jaas service

XMLWordPrintable

      The JBossMQ security manager needs a dependency on the Jaas service
      such that it is deployed in the correct order if that service is hotdeployed rather than being in
      conf/jboss-service.xml

      This is in jbossmq-service.xml

      <mbean code="org.jboss.mq.security.SecurityManager" name="jboss.mq:service=SecurityManager">

      <snipped/>

      <attribute name="SecurityDomain">java:/jaas/jbossmq</attribute>
      <depends optional-attribute-name="NextInterceptor">jboss.mq:service=DestinationManager</depends>

      <!-- HERE -->
      <depends>jboss.security:service=JaasSecurityManager</depends>

      </mbean>

              adrian.brock Adrian Brock (Inactive)
              adrian.brock Adrian Brock (Inactive)
              Votes:
              0 Vote for this issue
              Watchers:
              0 Start watching this issue

                Created:
                Updated:
                Resolved: