4 Replies Latest reply on Oct 6, 2005 1:40 PM by lcoetzee

    Sharing a conversation/entity between Stateful beans ?

    lcoetzee

      Hi all,

      two questions:

      1.
      is it possible to start a Conversation in a Stateful bean (say beanX), have possible Conversations ends in beanX, but also the possibility to continue the conversation in another Stateful bean (say beanY, through another view) where it does not have an explicit @Begin, but has explicit @End's.

      2.
      if I have an entity in beanX annotated with @Out (create=false,required=false), would I have access to that entity in beanY (annotated with @In(required=true) ? (Independent if it is the same conversation or not, depending if 1 is possible above).

      Thanks

      Louis