[jboss-user] [JBoss Seam] - Re: best practice for handling double-click during a long-ru

eghchang do-not-reply at jboss.com
Wed Sep 5 13:31:29 EDT 2007


i did a little debugging and am finding that in org.jboss.seam.core.Manager.restoreAndLockConversation() the call to ConversationEntry.lock() is returning false because Manager.instance().getConcurrentRequestTimeout() (which is set to 1000 ms) has been exceeded.

it looks like our request processing is taking more than 1000ms to complete, so i guess i need to increase the value of org.jboss.seam.core.manager.concurrentRequestTimeout?

View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4081434#4081434

Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4081434



More information about the jboss-user mailing list