Lincoln Baxter III created FORGE-487:
----------------------------------------
Summary: Plugins executed through core APIs like ScaffoldPlugin do not use
correct ClassLoader
Key: FORGE-487
URL:
https://issues.jboss.org/browse/FORGE-487
Project: Forge
Issue Type: Bug
Components: Builtin Plugins, Shell
Affects Versions: 1.0.0.Final
Reporter: Lincoln Baxter III
Fix For: 1.0.1.CR1
Executions of 3rd party plugins directly users correct ClassLoader from the plugin class
itself.
https://github.com/forge/core/blob/master/shell/src/main/java/org/jboss/f...
But since the ScaffoldPlugin, which is built in, and directly invokes Facets from plugins,
it is actually actually still invoking within the context of the ScaffoldPlugin's
ClassLoader, not that of the Facet.
We need a utility to more easily wrap invocations in the correct ClassLoader.
--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators:
https://issues.jboss.org/secure/ContactAdministrators!default.jspa
For more information on JIRA, see:
http://www.atlassian.com/software/jira