Concurrent call to conversation

bhargav picture bhargav · Mar 11, 2010 · Viewed 8.5k times · Source

I'm using Seam and getting a "Concurrent call to conversation" error. What does this mean?

I have a button that takes 5 min to process. I get this error within 2 minutes. Setting the concurrent-request-timeout to 10 min does not seem to work. Is there a way to block all other requests until the first one has completed?

Answer

Dolph picture Dolph · Apr 28, 2010

Section 6.9 of the Seam documentation explains strategies for handling concurrent calls in a conversational context.