For insight into this:<br><br>1) <a href="http://seamframework.org/Documentation/IGetTheConversationEndedTimedOutOrWasProcessingAnotherRequestWithAJAX">http://seamframework.org/Documentation/IGetTheConversationEndedTimedOutOrWasProcessingAnotherRequestWithAJAX</a><br>
<br>2) RichFace&#39;s &lt;a4j:queue&gt;<br><br>I&#39;m wondering if there is a timeout (or requestDelay equivalent) in Weld?<br><br><div class="gmail_quote">On Tue, Mar 23, 2010 at 8:18 AM, Mark Struberg <span dir="ltr">&lt;<a href="mailto:struberg@yahoo.de">struberg@yahoo.de</a>&gt;</span> wrote:<br>
<blockquote class="gmail_quote" style="margin: 0pt 0pt 0pt 0.8ex; border-left: 1px solid rgb(204, 204, 204); padding-left: 1ex;">Hi!<br>
<br>
The spec currently says:<br>
<br>
&quot;The container ensures that a long-running conversation may be associated with at most one request at a time, by blocking<br>
or rejecting concurrent requests.&quot;<br>
<br>
We do so, but now I get a pretty ugly BusyConversationException in an AJAX enabled JSF-2 component (Primefaces DataTable).<br>
<br>
This may easily happen in other cases too and it would be really good to allow parallel requests to a @ConversationScoped bean!<br>
<br>
Since this will get pretty heavy used in JSF-2 with &lt;f:ajax/&gt; we should imo aim to address this problem somehow.<br>
<br>
Comet and other AJAX-push technologies may also get unusable this way, since they always have an open socket for this.<br>
<br>
Also consider a page with 2 lazy loaded DataTables. They usually get rendered empty and will start to fill itself in parallel when the page gets rendered.<br>
<br>
<br>
txs and LieGrue,<br>
strub<br>
<br>
PS: a similar issue with parallel AJAX requests has already been reported to the JSF EG for the ViewMap...<br>
<br>
<br>
<br>
__________________________________________________<br>
Do You Yahoo!?<br>
Sie sind Spam leid? Yahoo! Mail verfügt über einen herausragenden Schutz gegen Massenmails.<br>
<a href="http://mail.yahoo.com" target="_blank">http://mail.yahoo.com</a><br>
<br>
_______________________________________________<br>
weld-dev mailing list<br>
<a href="mailto:weld-dev@lists.jboss.org">weld-dev@lists.jboss.org</a><br>
<a href="https://lists.jboss.org/mailman/listinfo/weld-dev" target="_blank">https://lists.jboss.org/mailman/listinfo/weld-dev</a><br>
</blockquote></div><br>