Details
Description
ConfigurationActivator needs it's stop method to shut down the plugin.
Calling configurationManager.unload(id) is symmetrical with start and should leave the configuration model in a consistent state, but resets the load attribute in config.xml to false, which prevents restarting the server.
Just stopping and unloading the configuration gbean works fine but may leave the configuration model (in the configuration manager) in an inconsistent state.
This needs further investigation.
Attachments
Issue Links
- relates to
-
GERONIMO-5516 Add isAdvanced properties to AdminConsoleExtensionGBean
- Closed