1 Reply Latest reply on Mar 29, 2011 4:31 PM by davidfdr.davidfdr.gmail.com

    EJB @Stateless + @Scope(ScopeType.CONVERSATION) = @Stateful ??

    thiagochapa

      Hi everyone.
      Im a new SEAM developer and for sure im really enjoying the platform.


      im wondering wether a stateless session bean plus conversation scope has the same semantic by stateful session bean ?


      the EJB Client in this context is the seam, right ? so using conversation scope, the ejb bean used by the client ( seam component ) will be the same during the conversation, this way the state will be preserved until the conversation finish.


      is it correct ?