ConcurrentModificationException « IceFaces « JSF Q&A

Home
JSF Q&A
1.API
2.Bean
3.Component
4.Control
5.Data
6.database
7.Datatable
8.Development
9.Exception
10.Facelets
11.Form
12.Glassfish
13.HTML
14.IceFaces
15.Internationalization
16.JPA
17.JSP
18.MyFaces
19.openfaces
20.Page
21.Portlet
22.PrimeFaces
23.RichFaces
24.Seam
25.Security
26.Servlet
27.Session
28.Tag
29.Test
30.Tomcat
31.validation
32.Web Service
JSF Q&A » IceFaces » ConcurrentModificationException 

2. ConcurrentModificationException    icefaces.org

Hi all I got this error: ConcurrentModificationException this is my case: i have one button with one ActionListener method (buscaNumero) in this "buscaNumero" method, i have to simulate two events more, i means, i have to do this: ActionEvent evt1 = new ActionEvent(new HtmlCommandLink()); gb.toggleSubGroupAction(evt1); gb is a backing bean object and ActionEvent evt2 = new ActionEvent(new HtmlCommandLink()); u.toggleSubGroupAction(evt2); u is ...

6. Concurrentmodificationexception occuring in some cases    icefaces.org

java.util.ConcurrentModificationException at java.util.HashMap$HashIterator.nextEntry(HashMap.java:910) at java.util.HashMap$KeyIterator.next(HashMap.java:945) at java.util.Collections$1.nextElement(Collections.java:3389) at java.util.Collections.list(Collections.java:3412) at com.icesoft.faces.context.AbstractCopyingAttributeMap.clear(AbstractCopyingAttributeMap.java:41) at com.icesoft.faces.context.BridgeExternalContext.dispose(BridgeExternalContext.java:212) at com.icesoft.faces.context.View$6.servlet(View.java:109) at com.icesoft.faces.webapp.http.servlet.ServletRequestResponse.detectEnvironment(ServletRequestResponse.java:203) at com.icesoft.faces.context.View.updateOnRequest(View.java:105) at com.icesoft.faces.webapp.http.core.SingleViewServer.service(SingleViewServer.java:43) at com.icesoft.faces.webapp.http.common.standard.PathDispatcherServer$Matcher.serviceOnMatch(PathDispatcherServer.java:50) at com.icesoft.faces.webapp.http.common.standard.PathDispatcherServer.service(PathDispatcherServer.java:19) at com.icesoft.faces.webapp.http.servlet.ThreadBlockingAdaptingServlet.service(ThreadBlockingAdaptingServlet.java:19) at com.icesoft.faces.webapp.http.servlet.EnvironmentAdaptingServlet.service(EnvironmentAdaptingServlet.java:29) at com.icesoft.faces.webapp.http.servlet.MainSessionBoundServlet.service(MainSessionBoundServlet.java:117) at com.icesoft.faces.webapp.http.servlet.SessionDispatcher.service(SessionDispatcher.java:37) at com.icesoft.faces.webapp.http.servlet.PathDispatcher$Matcher.serviceOnMatch(PathDispatcher.java:52) at com.icesoft.faces.webapp.http.servlet.PathDispatcher.service(PathDispatcher.java:29) at com.icesoft.faces.webapp.http.servlet.MainServlet.service(MainServlet.java:76) at javax.servlet.http.HttpServlet.service(HttpServlet.java:820) at weblogic.servlet.internal.StubSecurityHelper$ServletServiceAction.run(StubSecurityHelper.java:226) at weblogic.servlet.internal.StubSecurityHelper.invokeServlet(StubSecurityHelper.java:124) at weblogic.servlet.internal.ServletStubImpl.execute(ServletStubImpl.java:283) at weblogic.servlet.internal.TailFilter.doFilter(TailFilter.java:26) at weblogic.servlet.internal.FilterChainImpl.doFilter(FilterChainImpl.java:42) at org.jboss.seam.web.ExceptionFilter.doFilter(ExceptionFilter.java:64) at weblogic.servlet.internal.FilterChainImpl.doFilter(FilterChainImpl.java:42) at weblogic.servlet.internal.RequestEventsFilter.doFilter(RequestEventsFilter.java:26) at weblogic.servlet.internal.FilterChainImpl.doFilter(FilterChainImpl.java:42) at weblogic.servlet.internal.WebAppServletContext$ServletInvocationAction.run(WebAppServletContext.java:3393) ...

7. ConcurrentModificationException    icefaces.org

java2s.com  | Contact Us | Privacy Policy
Copyright 2009 - 12 Demo Source and Support. All rights reserved.
All other trademarks are property of their respective owners.