Hi all!
  I use jboss-4.0.5.GA, EJB 3.0. I have a problem with declare permissions in 
ejb-jar.xml file:
  I have a BeanA, and it has method 
   public void print(myObject tmp);
  So, inside my ejb-jar.xml, how I declare print method ?
   <method-permission id="NewLabTestOrder">     
  |    <role-name>Physician</role-name>
  |    <method>
  |    <ejb-name>BeanA</ejb-name>
  |     <method-name>print</method-name>
  |         <method-params>
  |             <method-param> ???</method-param>
  |      </method-params>
  |    </method>
  |  </method-permission>

Please guide to me !

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

Reply to the post : 
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4062890
_______________________________________________
jboss-user mailing list
jboss-user@lists.jboss.org
https://lists.jboss.org/mailman/listinfo/jboss-user

Reply via email to