[jboss-user] [Installation, Configuration & DEPLOYMENT] - Re: JBoss 5 deployment issue
jaikiran
do-not-reply at jboss.com
Tue Dec 23 03:06:05 EST 2008
"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/docs/userguide-1.4.1.Beta1/html/configuration.html
|
| 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#4198193
Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4198193
More information about the jboss-user
mailing list