[jboss-jira] [JBoss JIRA] Commented: (JBAS-4758) Two Additional Default Destination Roles (Administrator/Manager)

Dimitris Andreadis (JIRA) jira-events at lists.jboss.org
Fri Sep 28 09:37:47 EDT 2007


    [ http://jira.jboss.com/jira/browse/JBAS-4758?page=comments#action_12379302 ] 
            
Dimitris Andreadis commented on JBAS-4758:
------------------------------------------

Isn't more appropriate to add this on the specific cts configuration?

> Two Additional Default Destination Roles (Administrator/Manager)
> ----------------------------------------------------------------
>
>                 Key: JBAS-4758
>                 URL: http://jira.jboss.com/jira/browse/JBAS-4758
>             Project: JBoss Application Server
>          Issue Type: Feature Request
>      Security Level: Public(Everyone can see) 
>          Components: JMS service
>    Affects Versions: JBossAS-5.0.0.Beta2
>            Reporter: Anil Saldhana
>         Assigned To: Anil Saldhana
>             Fix For:  JBossAS-5.0.0.Beta3
>
>
> AS/messaging/src\etc\deploy\common\messaging-service.xml
>  <!-- ServerPeer MBean configuration
>       ============================== -->
>  <mbean code="org.jboss.jms.server.ServerPeer"
>     name="jboss.messaging:service=ServerPeer"
>     xmbean-dd="xmdesc/ServerPeer-xmbean.xml">
>      ....
>     <!-- The default security configuration to apply to destinations - this can be overridden on a per destination basis -->
>       <attribute name="DefaultSecurityConfig">
>         <security>
>             <role name="Administrator" read="true" write="true" create="true"/>
>             <role name="Manager" read="true" write="true" create="true"/>
>             <role name="guest" read="true" write="true" create="true"/>
>         </security>
>       </attribute>
>    ...
>          
> This issue is about adding two additional roles of Administrator and Manager.

-- 
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