0 Replies Latest reply on Apr 14, 2008 3:16 PM by anuradha

    Stateful session bean becomes null

    anuradha

      I am developing a messaging application. I am into the inbox folder and if I open a mail and click on reply button, a method is called which creates a new nested long running conversation, populates an object(which has scope type as CONVERSATION) with some values and I am navigated to a new window for composing a reply. Now I come back to the previuos page where I have opened the mail, and click on some other folder like Sent, object populated becomes null. Can anybody tell me what is the reason behind this?