0 Replies Latest reply on Jul 2, 2009 9:03 AM by trossmy

    Seam equivalent to MyFaces Orchestra access-scoped conversations

    trossmy

      We used to use the MyFaces Orchestra API a lot to obtain a conversation scoped spring bean. I specially like the conversation.access scope, which is defined like this:


      access-scoped conversations end when a request occurs that does not access any bean in that conversation


      Maybe somebody can give me a hint how to achieve that behaviour with a Seam conversation?