[jbosstools-issues] [JBoss JIRA] Commented: (JBIDE-6091) Decoration Calculation Exception

Viacheslav Kabanovich (JIRA) jira-events at lists.jboss.org
Mon Mar 29 10:50:38 EDT 2010


    [ https://jira.jboss.org/jira/browse/JBIDE-6091?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12522603#action_12522603 ] 

Viacheslav Kabanovich commented on JBIDE-6091:
----------------------------------------------

java.util.ConcurrentModificationException is thown during iteration in org.eclipse.wst.xml.core.internal.catalog.Catalog while meta model is being loaded. Though list catalogElements is not synchronized, usage of Catalog instance looks thread safe so that it is not clear what can be the cause of the problem.

Taking into account, that metamodel loading failure is a very severe issue, we can work it around by providing a dummy entity resolver for meta xml files in runtime. We have xml and dtd checks in automatic tests so their is no need for that in runtime. With a dummy entity resolver, WTP's Catalog will not be invoked at metamodel loading.

> Decoration Calculation Exception
> --------------------------------
>
>                 Key: JBIDE-6091
>                 URL: https://jira.jboss.org/jira/browse/JBIDE-6091
>             Project: Tools (JBoss Tools)
>          Issue Type: Bug
>          Components: common
>    Affects Versions: 3.1.0.GA
>         Environment: JBDS 3.0.0 GA, RHEL, Linux 32 bit
>            Reporter: Jiri Peterka
>            Assignee: Viacheslav Kabanovich
>             Fix For: 3.1.1
>
>         Attachments: decoration-exception.png, error.log
>
>
> There is decoration calculation exception (see screenshot and log).
> Reproducibility: LOW
> My steps (probably not linked with exception).
> 1. New workspace
> 2. Import some projects

-- 
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 jbosstools-issues mailing list