1 Reply Latest reply on Aug 25, 2009 12:43 AM by arin.arin.venarc.com

    per conversation timeout

    jasonliu123

      I tried to set the timeout value for a particular nested conversation. But it does not work. That conversation still uses the timeout value set in components.xml. The following is the code. Can somebody help?


      Conversation.instance().beginNested();
      Conversation.instance().setTimeout(30000);


      Thanks.