Viacheslav Kabanovich [https://community.jboss.org/people/scabanovich] created the discussion
"Re: JBoss Knowledge Base Builder hangs up" To view the discussion, visit: https://community.jboss.org/message/833606#833606 -------------------------------------------------------------- The cause is thread unsafe code in org.jboss.tools.jsf.jsf2.bean.model.impl.DefinitionContext. When one thread reads from HashSet while another modifies it, sometimes reading slips into eternal cycle. That is a feature of implementation of java.util.HashSet, and the only way to avoid it is to provide thread safety. I will open an issue. -------------------------------------------------------------- Reply to this message by going to Community [https://community.jboss.org/message/833606#833606] Start a new discussion in JBoss Tools at Community [https://community.jboss.org/choose-container!input.jspa?contentType=1&containerType=14&container=2128]
_______________________________________________ jboss-user mailing list jboss-user@lists.jboss.org https://lists.jboss.org/mailman/listinfo/jboss-user