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
_______________________________________________
jboss-user mailing list
jboss-user@lists.jboss.org
https://lists.jboss.org/mailman/listinfo/jboss-user

Reply via email to