-
Type: Bug
-
Status: Resolved
-
Priority: Minor
-
Resolution: Fixed
-
Affects Version/s: 5.5
-
Fix Version/s: 5.5.0-HF08, 5.6-RC1, 5.6
-
Component/s: DAM
Concurrent AJAX calls may raise errors like :
ERROR [org.jboss.seam.jsf.SeamPhaseListener] swallowing exception org.jboss.seam.ConcurrentRequestTimeoutException: Concurrent call to conversation
This has many chance to happen if the application is under load and a filter takes too much time to display the results.
We have to use an eventQueue for AJAX requests.