[jboss-user] [JBoss Seam] - Re: why conversation-timeout doesn't work properly?
idylle
do-not-reply at jboss.com
Thu Jul 5 10:08:59 EDT 2007
Hi,
I've got a problem with conversation-timeout too :
I set :
<core:manager concurrent-request-timeout="500"
| conversation-timeout="60"
| conversation-id-parameter="cid"
| conversation-is-long-running-parameter="clr"/>
in components.xml (I set the time-out very low for the test)
But I can't get a timeout message. If I'm right, the timeout is in milliseconds. I wait a lot more than 60 ms (1or 2 minutes) without being stopped by any message.
The only way for me to get the timeout message is to go further the session time-out (I tried to set it to 1 minute in the web.xml file and then I got the message of session time-out)
Do you know why the conversation-timeout is ignored? Has anyone got the same problem?
I'm using seam 1.2.1
View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4060834#4060834
Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4060834
More information about the jboss-user
mailing list