[jboss-cvs] JBossAS SVN: r75276 - trunk/messaging/src/etc/deploy/common.
jboss-cvs-commits at lists.jboss.org
jboss-cvs-commits at lists.jboss.org
Tue Jul 1 14:08:13 EDT 2008
Author: anil.saldhana at jboss.com
Date: 2008-07-01 14:08:13 -0400 (Tue, 01 Jul 2008)
New Revision: 75276
Modified:
trunk/messaging/src/etc/deploy/common/messaging-service.xml
Log:
JBAS-5645: add a depends on the JBoss JNDI registration
Modified: trunk/messaging/src/etc/deploy/common/messaging-service.xml
===================================================================
--- trunk/messaging/src/etc/deploy/common/messaging-service.xml 2008-07-01 17:25:25 UTC (rev 75275)
+++ trunk/messaging/src/etc/deploy/common/messaging-service.xml 2008-07-01 18:08:13 UTC (rev 75276)
@@ -19,6 +19,7 @@
<attribute name="SecurityDomain">messaging</attribute>
<attribute name="SuckerPassword">CHANGE ME!!</attribute>
+ <depends>JNDIBasedSecurityRegistration</depends>
<depends>XMLLoginConfig</depends>
</mbean>
More information about the jboss-cvs-commits
mailing list