[BUG] conversation ended, timed out or was processing another request
Posted by Rey Jexter Bumalay at 9:04 AMWhen using seam framework and ajax4jsf, there is a bug when trying to re render an area using aj4:poll. Here is my code:
<h:outputText id="currentDateTime" value="#{currentDatetime}" styleClass="dateTime">
<s:convertDateTime pattern="MMMM dd, yyyy - hh:mm:ss a"/>
</h:outputText>
<h:form>
<a4j:poll interval="1000" reRender="currentDateTime" eventsQueue="timerQueue"></a4j:poll>
</h:form>
The solution is not yet clear as some say they need to tweak the concurrent-request-timeout in components.xml and others say that you need to simply make sure that the ajax request is not aschronous by using the eventsQueue property. Although the idea worked for me, some knowledgeable people say that tweaking those things depends on app by app.
Here are some useful links:
http://sfwk.org/Community/ConversationEndedTimedOutOrWasProcessingAnotherRequest
http://docs.jboss.com/seam/2.0.1.GA/reference/en/html/conversations.html#d0e5208
Subscribe to:
Post Comments (Atom)
Do you have a solution for this bug ?
seyfettin said...
November 11, 2009 at 12:53 AM