Description of problem: Appending :remove to a CLI command without a qualifier removes the entire subsystem. Removes entire logging subsystem, as expected. /subsystem=logging:remove() Also removes entire logging subsystem when the package is missing from the logger. /subsystem=logging/logger=:remove These all show the same results, removes the entire logging subsystem: /subsystem=logging/:remove /subsystem=logging/root-logger=:remove /subsystem=logging/syslog-handler=:remove ect.. Seems to apply to anything, just adding :remove gets rid of the entire subsystem even if you don't have a syslog-handler or root-logger configured. Removes the entire datasource subsystem: /subsystem=datasources/data-source=:remove Version-Release number of selected component (if applicable): JBoss EAP 6.3.3 How reproducible: 100% Steps to Reproduce: 1. Start a clean EAP container. 2. Start CLI 3. Execute CLI command as above Actual results: Entire subsystem is removed. Expected results: Should result in an error as it's not a valid command or the intended action. Additional info:
*** This bug has been marked as a duplicate of bug 1169342 ***