[jboss-jira] [JBoss JIRA] Created: (JBAS-5700) messaging-service.xml SecurityMetaDataStore needs to have a dependency on JNDIBasedSecurityRegistration
Anil Saldhana (JIRA)
jira-events at lists.jboss.org
Tue Jul 1 13:40:31 EDT 2008
messaging-service.xml SecurityMetaDataStore needs to have a dependency on JNDIBasedSecurityRegistration
-------------------------------------------------------------------------------------------------------
Key: JBAS-5700
URL: http://jira.jboss.com/jira/browse/JBAS-5700
Project: JBoss Application Server
Issue Type: Bug
Security Level: Public (Everyone can see)
Components: JMS (JBoss Messaging)
Affects Versions: JBossAS-5.0.0.CR1
Reporter: Anil Saldhana
Assigned To: Anil Saldhana
Fix For: JBossAS-5.0.0.CR2
If an user deploys an MDB jar before the security beans kick in, then the lookup for the security management (java:/securityManagement) will fail with a namenotboundexception. Since we are trying to move the messaging-service.xml to messaging-beans.xml, this issue will probably not exist for a long term.
But for now, we need the following depends on
<mbean code="org.jboss.jms.server.jbosssx.JBossASSecurityMetadataStore"
name="jboss.messaging:service=SecurityStore">
....
<depends>JNDIBasedSecurityRegistration</depends>
--
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