1 Reply Latest reply on May 10, 2007 4:07 PM by pmuir

    Doc bug

    monkeyden

      Is this true?

      @Startup
      String[] depends() - A list of other application scope components that should be started before this one, if they are installed.


      should be:

      @Startup
      String[] depends() - A list of other similarly scope components that should be started before this one, if they are installed.


      Meaning that SESSION scoped components can only depend on other SESSION scoped components (and likewise for APPLICATION). Seems to me that this is the only possibility, since SESSION scoped comps are inherently dependent on the application being started.

      http://docs.jboss.com/seam/1.2.1.GA/api/org/jboss/seam/annotations/Startup.html