I have a jboss-service.xml file that runs as follows:

  | <?xml version="1.0" encoding="UTF-8"?>
  | <server>
  | <mbean
  |    code="org.jboss.nukes.addons.modules.empresas.EmpresasModule"
  |    name="nukes.modules:name=empresas"
  |    xmbean-dd=""
  |    xmbean-code="org.jboss.nukes.component.NukesMBean">
  |    <xmbean>
  |            <attribute name="Security">
  |                    <security>
  |                            <permission group="Admins" pattern="::" level="READ"/>
  |                    </security>
  |            </attribute>
  |            <attribute name="Configuration">
  |                    <module>
  |                            <operation name="main" display-name="Empresas" 
description="Mostra empresas" image="" hint=""/>
  |                         </module>
  |                 </attribute>
  |       <depends>nukes.modules:name=core</depends>
  |       <attribute name="DisplayName">Modulo empresas</attribute>
  |       <attribute name="Description">Modulo que mostra empresas</attribute>
  |    </xmbean>
  | </mbean>
  | </server>

However, if i log in as a user, not admin, i can still access the module via the url

http://localhost:8080/index.html?module=empresas

Why does this occur?

Thanks,
Pedro Martins

View the original post : 
http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3851700#3851700

Reply to the post : 
http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3851700


-------------------------------------------------------
This SF.net email is sponsored by: IT Product Guide on ITManagersJournal
Use IT products in your business? Tell us what you think of them. Give us
Your Opinions, Get Free ThinkGeek Gift Certificates! Click to find out more
http://productguide.itmanagersjournal.com/guidepromo.tmpl
_______________________________________________
JBoss-user mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/jboss-user

Reply via email to