Seam security only uses JAAS for authentication, and does not integrate with container
security at this point in time. I'm guessing you are using the @RolesAllowed
annotation on your bean? If so, you need to replace it with @Restrict (a Seam annotation)
- see the docs for usage.
View the original post :
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4012019#...
Reply to the post :
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&a...