0 Replies Latest reply on Dec 2, 2011 2:13 PM by brandizzi

    Bug on documentation of Seam Servlet?

    brandizzi

      The Seam Servlet ref guide shows an Event observer in the Application  initalization section which seems to be observing a servlet context lifecycle event. Is it correct? Shouldn't it use


         public void loadData(@Observes @Initialized WebApplication webApp)



      instead of


      public void loadData(@Observes @Initialized ServletContext ctx)



      ?