[jboss-user] [JBoss Tools] - Re: JBoss Knowledge Base Builder hangs up

Viacheslav Kabanovich do-not-reply at jboss.com
Thu Aug 22 16:51:00 EDT 2013


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]

-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.jboss.org/pipermail/jboss-user/attachments/20130822/3677ff95/attachment.html 


More information about the jboss-user mailing list