[jboss-user] [JBoss Seam] - Re: FR: customizable per-conversation timeout value

2007-03-05 Thread [EMAIL PROTECTED]
anonymous wrote : Seam's debug page still shows this conversation's timeout value Where on the debug page are you looking? Conversation.instance().setTimeout(...) is the correct way to do it. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4025298#4025298 Rep

[jboss-user] [JBoss Seam] - Re: FR: customizable per-conversation timeout value

2007-03-04 Thread przemjaskier
Gavin, my target platform is pure Tomcat. I create my conversations using Conversation.instance(),begin()/beginNested(). I spotted conversation.setTimeout() method, and thought that this will provide such low-level control on a given coversation lifetime. But when I set this value, Seam's debug

[jboss-user] [JBoss Seam] - Re: FR: customizable per-conversation timeout value

2007-03-03 Thread [EMAIL PROTECTED]
You can put interceptors in ejb-jar.xml, if they are session bean components. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4024857#4024857 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4024857 _

[jboss-user] [JBoss Seam] - Re: FR: customizable per-conversation timeout value

2007-03-03 Thread petemuir
Put a feature request in JIRA - and see what happens :) View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4024841#4024841 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4024841 ___