1 Reply Latest reply on Aug 30, 2010 11:29 AM by nickarls

    The annotation @SessionScoped is disallowed for this location

    nimo22

      Why is this not allowed:



      @SessionScoped @Named
      public void login{


           @Produces @SessionScoped @LoggedIn
           public User getCurrentUser() {
                
                return user;
           }



      }


      You see, I want to use the SessionScoped in my producer Method.
      The comiler says: The annotation @SessionScoped is disallowed for this location