Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Concurrent call to conversation

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?

like image 381
bhargav Avatar asked Mar 11 '10 07:03

bhargav


1 Answers

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

like image 192
Dolph Avatar answered Sep 23 '22 06:09

Dolph