[jboss-user] [Beginners Corner] - Re: Duke's Bank - Security for EJB
ckinh
do-not-reply at jboss.com
Fri Sep 29 11:54:58 EDT 2006
Problem solved.
Some modifications are needed for the ejb-jar.xml. I've just tested by putting some lines such as:
<method-permission>
<role-name>bankCustomer</role-name>
<ejb-name>TxControllerBean</ejb-name>
<method-name>*</method-name>
</method-permission>
Cheers!
View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3975180#3975180
Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3975180
More information about the jboss-user
mailing list