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
Reporter: Viacheslav Kabanovich
Assignee: Viacheslav Kabanovich
Priority: Critical
Fix For: 3.2.0.M2, 3.2.0.Beta
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