[jboss-user] [Security & JAAS/JBoss] - How declare user type inside ejb-jar.xml !!!!
changemylife
do-not-reply at jboss.com
Wed Jul 11 06:02:01 EDT 2007
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
More information about the jboss-user
mailing list