This content has been marked as final. 
    
Show                 5 replies
    
- 
        1. Re: @In and @Out in CONVERSATION scopebraddm7 Dec 12, 2007 4:57 AM (in response to braddm7)Sorry, I am lacking information on the backing bean. 
 @Stateful
 @Name("someName")
 @Scope(SESSION)
 public class xxxAction implements xxxIntf {
 ...
 @Out(scope=SESSION)
 private String someOtherInSessionScope;
 ...
 }
- 
        2. Re: @In and @Out in CONVERSATION scopepmuir Dec 17, 2007 9:31 AM (in response to braddm7)You need to give some idea over the period which it is lost. Are you in a long running conversation. 
- 
        3. Re: @In and @Out in CONVERSATION scopebraddm7 Dec 17, 2007 9:55 AM (in response to braddm7)Yes, I am. There is a @Begin method executed. When in debug mode, the empty @Remove @Destroy method is called by Seam after the execution of the actionListener method. I am not sure that it is normal. 
- 
        4. Re: @In and @Out in CONVERSATION scopepmuir Dec 20, 2007 6:24 AM (in response to braddm7)No, that shouldn't happen. 
 Does the debug page show your long running conversation?
- 
        5. Re: @In and @Out in CONVERSATION scopebraddm7 Dec 21, 2007 4:39 AM (in response to braddm7)Yes, it does. The conversations are there, but nothing from the application's model is bound to it. 
 
    