Loading XMLBeans resources across different class loaders.
----------------------------------------------------------
Key: XMLBEANS-476
URL: https://issues.apache.org/jira/browse/XMLBEANS-476
Project: XMLBeans
Issue Type: Improvement
Components: Tools
Affects Versions: unspecified
Environment: Any operating system, NetBeans platform.
Reporter: Michael Bishop
Priority: Minor
In the NetBeans environment, each NetBeans module has its own class loader.
When you have multiple dependent schemas (i.e., Schema A depends on Schema B,
thus A.jar will depend on B.jar), and place each schema JAR in its own module,
NPEs are thrown because A cannot "load" classes from B.
See:
http://bits.netbeans.org/dev/javadoc/org-openide-modules/org/openide/modules/doc-files/classpath.html
--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators:
https://issues.apache.org/jira/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]