I guess I'm missing setting it up with some AOP framework is it? On Wed, Sep 17, 2008 at 11:25 PM, Animesh Jain <[EMAIL PROTECTED]> wrote:
> Hi > > As I understood from the documentation, a checked exception will be thrown > if for eg. a user does not have the role specified by @RequiresRoles. But > nothing's happening, the method gets executed regardless. In my particular > case I want the method to fire only when a user of a particular role is > logged in, but that method is executing even if I try after logout. What am > I missing :| > > Animesh >
