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#...
Reply to the post :
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&a...