paramValues.remove(ApplicationConfig.JNDI_URL);
}
ApplicationConfigManager.updateApplication(config);
// TODO: this should be moved down to ApplicationConfigManager -rk
EventSystem.getInstance().fireEvent(new ApplicationChangedEvent(config));
// TODO: Use the event above to do this update - rk
/* update the AlertEngine */
AlertEngine.getInstance().updateApplication(config);