[richfaces-issues] [JBoss JIRA] Reopened: (RF-7248) a4j creates infinite HashMap.get loop
Nick Belaevski (JIRA)
jira-events at lists.jboss.org
Mon Nov 23 07:59:30 EST 2009
[ https://jira.jboss.org/jira/browse/RF-7248?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]
Nick Belaevski reopened RF-7248:
--------------------------------
Users report that this case is reproducible even when session-scoped binding is not used: http://www.jboss.org/index.html?module=bb&op=viewtopic&t=163892&postdays=0&postorder=asc&start=10 , reopening the issue
> a4j creates infinite HashMap.get loop
> -------------------------------------
>
> Key: RF-7248
> URL: https://jira.jboss.org/jira/browse/RF-7248
> Project: RichFaces
> Issue Type: Bug
> Affects Versions: 3.3.0
> Reporter: Nida Cibulskyte
> Assignee: Nick Belaevski
>
> Concurrent requests on a4j components causes infinite loop. While one request is being proccessed by restoreChildState method, another request is senT for proccessing. It causes the code to get stuck in hashmap.get() as the hashmap is not synchronized and causes infinite loop.
> 2009 05 25 09:41:43 ERROR demo.NameBean - java.util.HashMap.get(HashMap.java:303)
> 2009 05 25 09:41:43 ERROR demo.NameBean - org.ajax4jsf.component.UIDataAdaptor.restoreChildState(UIDataAdaptor.java:965)
> 2009 05 25 09:41:43 ERROR demo.NameBean - org.ajax4jsf.component.UIDataAdaptor.restoreChildState(UIDataAdaptor.java:982)
> 2009 05 25 09:41:43 ERROR demo.NameBean - org.ajax4jsf.component.UIDataAdaptor.restoreChildState(UIDataAdaptor.java:982)
> .......................
--
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: https://jira.jboss.org/jira/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira
More information about the richfaces-issues
mailing list