Potential IndexOutOfBounds in DojoModuleActivator
-------------------------------------------------
Key: TUSCANY-2984
URL: https://issues.apache.org/jira/browse/TUSCANY-2984
Project: Tuscany
Issue Type: Bug
Components: Java SCA Widget
Reporter: Brent Daniel
DojoModuleActivator attempts to load the first ServletHost from the
ServletHostExtensionPoint. However, in most (all?) cases it will be another
ModuleActivator that is adding the ServletHost to the extension point.
Potentially, the DojoModuleActivator can run before the relevant ServletHost
module activator, resulting in an IndexOutOfBounds on line 42 of
DojoModuleActivator:
this.servletHost = servletHosts.getServletHosts().get(0);
--
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.