The SecurityDomain attribute of the SecurityManager in the jbossmq-service.xml maps to the login-config.xml entry in the same way that the security-domain element from the ejb jar jboss.xml does.
| <mbean code="org.jboss.mq.security.SecurityManager" name="jboss.mq:service=SecurityManager"> | <attribute name="DefaultSecurityConfig"> | <security> | <role name="guest" read="true" write="true" create="true"/> | </security> | </attribute> | <attribute name="SecurityDomain">java:/jaas/jbossmq</attribute> | <depends optional-attribute-name="NextInterceptor">jboss.mq:service=DestinationManager</depends> | </mbean> | View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3861217#3861217 Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3861217 ------------------------------------------------------- The SF.Net email is sponsored by: Beat the post-holiday blues Get a FREE limited edition SourceForge.net t-shirt from ThinkGeek. It's fun and FREE -- well, almost....http://www.thinkgeek.com/sfshirt _______________________________________________ JBoss-user mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/jboss-user
