-
Bug
-
Resolution: Done
-
Major
-
JBossAS-4.2.1.GA
-
None
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>
- blocks
-
JBAS-4689 Upgrade JBoss messaging to 1.4.0.SP1
- Closed