[jboss-user] [Security & JAAS/JBoss] - Re: Problem extending Web security to EJBs

jaikiran do-not-reply at jboss.com
Wed Jul 12 01:46:57 EDT 2006


You have to *explicitly* add the <unchecked/> tag as part of method permissions to your bean. Something like:

 
  | <method-permission>
  | 	
  | <unchecked/>
  | 
  | 	<method>
  | 		<ejb-name>MyBean</ejb-name>
  | 		<method-name>*</method-name>
  | 	</method>
  | </method-permission>	 





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

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



More information about the jboss-user mailing list