[
http://jira.jboss.com/jira/browse/JBAS-4559?page=all ]
Adrian Brock closed JBAS-4559.
------------------------------
Fix Version/s: JBossAS-5.0.0.Beta3
JBossAS-4.2.2.GA
(was: JBossAS-4.2.3.GA)
Resolution: Done
JBossMQ security manager should have a dependency on the Jaas
service
---------------------------------------------------------------------
Key: JBAS-4559
URL:
http://jira.jboss.com/jira/browse/JBAS-4559
Project: JBoss Application Server
Issue Type: Bug
Security Level: Public(Everyone can see)
Components: JMS service
Affects Versions: JBossAS-4.2.1.GA
Reporter: Adrian Brock
Assigned To: Adrian Brock
Fix For: JBossAS-5.0.0.Beta3, JBossAS-4.2.2.GA
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>
--
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators:
http://jira.jboss.com/jira/secure/Administrators.jspa
-
For more information on JIRA, see:
http://www.atlassian.com/software/jira