Where I can define the groups that it can have access my EJBs, therefore when I to 
declare in ejb-jar.xml.


  |   <assembly-descriptor>
  |      <security-role>
  |        <role-name>Sibnc</role-name>
  |      </security-role>
  |      <method-permission>
  |         <method>
  |            <role-name>Sibnc</role-name>
  |            <ejb-name>RelClientePessoaFisicaBean</ejb-name>
  |            <method-name>*</method-name>
  |         </method>
  |     </method-permission>
  | </assembly-descriptor>
  | 

I am using jboss-3.2.3, and for some reason when I make deploy of ejb it appears the 
following error:

18:38:41,759 ERROR [MainDeployer] could not create deployment: 
file:/C:/jboss-3.2.3/server/default/tmp/deploy/tmp29281sibnc.ear-contents/sibnc.jar
org.jboss.deployment.DeploymentException: Error in ejb-jar.xml, in method-permission: 
An unchecked element or one or more role-name elements must be specified in 
method-permission

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

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


-------------------------------------------------------
This SF.Net email is sponsored by BEA Weblogic Workshop
FREE Java Enterprise J2EE developer tools!
Get your free copy of BEA WebLogic Workshop 8.1 today.
http://ads.osdn.com/?ad_id=5047&alloc_id=10808&op=click
_______________________________________________
JBoss-user mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/jboss-user

Reply via email to