[jbosstools-issues] [JBoss JIRA] Resolved: (JBIDE-7026) Meta model fails to be loaded in some Eclipse configurations

Alexey Kazakov (JIRA) jira-events at lists.jboss.org
Wed Sep 8 12:04:49 EDT 2010


     [ https://jira.jboss.org/browse/JBIDE-7026?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Alexey Kazakov resolved JBIDE-7026.
-----------------------------------

    Fix Version/s:     (was: 3.2.0.Beta)
       Resolution: Done


Fixed in trunk in M2 brunch.

> Meta model fails to be loaded in some Eclipse configurations
> ------------------------------------------------------------
>
>                 Key: JBIDE-7026
>                 URL: https://jira.jboss.org/browse/JBIDE-7026
>             Project: Tools (JBoss Tools)
>          Issue Type: Bug
>    Affects Versions: 3.2.0.M2
>            Reporter: Viacheslav Kabanovich
>            Assignee: Viacheslav Kabanovich
>            Priority: Critical
>             Fix For: 3.2.0.M2
>
>         Attachments: MetaLibLoader.patch
>
>
> Class MetaLibLoader creates instance of SAX parser using standard XMLReaderFactory.createXMLReader(className) method, which loads class by  context classloader. Context class loader in some Eclipse configurations may be that which does not see library with parser implementation. It seems that we should replace this method with loading class by bundle class loader of plugin org.apache.xerces and if that plugin is not available, use DOM parser.

-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: https://jira.jboss.org/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira

        


More information about the jbosstools-issues mailing list