Try add @SecurityDomain at your bean definition:

  | @SecurityDomain("esf")
  | @Stateless
  | @Remote({IMySecuredBean.class})
  | public class MySecuredBean implements IMySecuredBean
  | {
  | ...
  | }
  | 

it works for me.

regards
koper

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

Reply to the post : 
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4157905
_______________________________________________
jboss-user mailing list
[email protected]
https://lists.jboss.org/mailman/listinfo/jboss-user

Reply via email to