-
Type:
Bug
-
Resolution: Fixed
-
Priority:
Medium
-
Affects Version/s: 2.6.0
-
Component/s: None
When an XWork plugin is loaded, it adds itself as a configuration provider. When it is activated, it reloads the XWork configuration. If there is a class referenced in its config that is not available at activation time, XWork will fail to reload with a RuntimeException, but it WILL NOT remove the configured plugin. As such, any future XWork that tries to activate itself will die with the same error.