3 Replies Latest reply on Jul 3, 2006 9:51 PM by jboss-nth-fan

    Compilation Error: The annotation @Startup is disallowed for

    jboss-nth-fan

      I got this on an application scoped seam managed bean.
      It's in the first method:

      @Startup
       public void initStuff() {
       }
      


      Does the annotated method require a special signature ? or located somewhere else?


      Thanks