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
_______________________________________________
jboss-user mailing list
[email protected]
https://lists.jboss.org/mailman/listinfo/jboss-user

Reply via email to