Why does JBoss EAP 6 ignore the @RolesAllowed annotation on one of my EJBs methods?
Issue
Why does JBoss EAP 6 ignore the @RolesAllowed annotation on one of my EJBs methods?
I am getting an access denied error on a method annotated with @RolesAllowed even though my user is a member of the correct role. This only happens on methods that take a generic argument. The @RolesAllowed annotation works fine on a method (in the same EJB) that does not take any parameters.
Environment
- Red Hat JBoss Enterprise Application Platform (EAP)
- 6.x
Subscriber exclusive content
A Red Hat subscription provides unlimited access to our knowledgebase, tools, and much more.