0 Replies Latest reply on Dec 3, 2012 10:14 AM by mederafael

    SEAM 3 - Invalid authorizer method declares multiple security binding types

    mederafael

      I need help for create security pages.

       

              @ViewPattern("/paginas/manter/*")
              @Role1 @Role2
              manter,

       

      public @Secures @Role1 @Role2 boolean checker(final Identity identity) {...}


       

      Error :
      org.jboss.seam.security.SecurityDefinitionException: Invalid authorizer method [SecurityRules.todosChecker] - declares multiple security binding types

       

      How to create this configuration with ViewPattern?