Description of problem: In domain mode, when security realm for http management interface is undefined the reload of the server is neccessary but the user is not prompted to do so. Version-Release number of selected component (if applicable): EAP 6.3.0.ER1 How reproducible: allways Steps to Reproduce: 1. start server in domain mode 2. start CLI client ./jboss-cli.sh -c 3. run CLI command /host=master/core-service=management/management-interface=http-interface:undefine-attribute(name=security-realm) Actual results: command result but no prompt/warning, that the reload is required Expected results: prompt/warning, that the reload is required
6.x PR : https://github.com/jbossas/jboss-eap/pull/1849
Verified on EAP 6.4.0.DR8. We don't have to reload a host to take effect of :undefine-attribute invocation on security-realm.