0 Replies Latest reply on Mar 24, 2006 2:14 PM by truto

    Does seam offer any solution to the concurrent calls problem

    truto

      A stateful bean cannot be accessed concurrently, but this is common to happen if the use clicks on some button referencing a SFB. Is there any seam-annotation that prevents subsequents access to some method?
      thanks in advance.