1 Reply Latest reply on Apr 13, 2006 10:43 AM by shane.bryzak

    SLSB in session scope in remoting examples

    prp

      Why are all the SLSB in the remoting examples have SESSION scope? I thought SLSB allways live in the STATELESS scope?

      Extract of progressbar example:

      @Stateless
      @Name("progressBarAction")
      @Scope(SESSION)
      @Interceptors(SeamInterceptor.class)
      public class ProgressBarAction implements ProgressBarLocal {
      ...
      }