[jboss-jira] [JBoss JIRA] Created: (JBAS-4559) JBossMQ security manager should have a dependency on the Jaas service
Adrian Brock (JIRA)
jira-events at lists.jboss.org
Wed Jul 18 09:34:47 EDT 2007
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
More information about the jboss-jira
mailing list