This content has been marked as final. 
    
Show                 4 replies
    
- 
        1. Re: Sharing a conversation/entity between Stateful beans ?gavin.king Oct 6, 2005 1:21 PM (in response to lcoetzee)Yes and yes. 
- 
        2. Re: Sharing a conversation/entity between Stateful beans ?lcoetzee Oct 6, 2005 1:32 PM (in response to lcoetzee)Hmmm... 
 I have tried quite a few different scenarios. No luck as yet. When I invoke a method on beanY (which does not have any @Begin annotations) I am thrown to the page resulting from @Conversational(ifNotBegunOutcome="fail") (as defined for that bean). It appears as if the conversation did not span the two beans.
 L
- 
        3. Re: Sharing a conversation/entity between Stateful beans ?gavin.king Oct 6, 2005 1:34 PM (in response to lcoetzee)Remove the @Conversational annotation. @Conversational enforces that the current conversation must have been started by the bean. 
- 
        4. Re: Sharing a conversation/entity between Stateful beans ?lcoetzee Oct 6, 2005 1:40 PM (in response to lcoetzee)Aaahh... The small things in life ;-) 
 Did so and works like a charm !
 Thanks
 Louis
 
    