"venuwin" wrote :
| Then i changed messaging-service.xml under messaging folder to have one block
<mbean code="org.jboss.jms.server.security.SecurityMetadataStore"
| | name="jboss.messaging:service=SecurityStore">
| |
| | <!-- The default security configuration to apply to destinations
| | - this can be overridden on a per destination basis
| | -->
| | <attribute name="DefaultSecurityConfig">
| | <security>
| | <role name="guest" read="true"
write="true" create="true"/>
| | </security>
| | </attribute>
| |
| | <!-- The JAAS security domain to use for JBoss Messaging -->
| | <attribute
name="SecurityDomain">java:/jaas/messaging</attribute>
| |
| | <!--
| | This attribute defines what's the SuckerPassword used on this
SecurityStore
| | -->
| | <attribute
name="SuckerPassword">suckpass</attribute>
| | </mbean>
|
| The moment i added this mbean block the server log is as follows,
|
|
| And i followed the URL :
http://www.jboss.org/file-access/default/members/jbossmessaging/freezone/...
|
| But of no use. Please help.
|
| Thanks
| Venu
I read that messaging documentation. I am not sure its updated. You don't have to add
that block to the messaging-service.xml. It already has security configured through this
line:
| <depends optional-attribute-name="SecurityStore"
|
proxy-type="org.jboss.jms.server.SecurityStore">jboss.messaging:service=SecurityStore</depends>
View the original post :
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4198193#...
Reply to the post :
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&a...