Because that is how you have configured it: -

<method-permission >
  |          <description></description>
  |          <role-name>Ips</role-name>
  |          <role-name>Aci</role-name>
  |          <role-name>Prg</role-name>
  |          <method >
  |             <description></description>
  |             <ejb-name>Modify</ejb-name>
  |             <method-name>*</method-name>
  |          </method>
  | </method-permission>

The three roles are listed and can call any method.

You need to configure it so that 'Ips' and 'Aci' are configured to call all 
methods.

Then for 'Prg' you will need to add a method-permission that lists the callable 
methods.

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

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


-------------------------------------------------------
SF email is sponsored by - The IT Product Guide
Read honest & candid reviews on hundreds of IT Products from real users.
Discover which products truly live up to the hype. Start reading now.
http://ads.osdn.com/?ad_id=6595&alloc_id=14396&op=click
_______________________________________________
JBoss-user mailing list
JBoss-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/jboss-user

Reply via email to