Hide Forgot
Description of problem: In domain mode, using CLI, a server with a non existing server group can be created Version-Release number of selected component (if applicable): 6.4 How reproducible: Allways Steps to Reproduce: 1. Run a JBoss EAP domain 2. Connect to the domain through CLI 3. /host=master/server-config=my-server:add(group=non_existing_group,auto-start=false) Actual results: A server was created Expected results: Some error with info about a server needs a valid server group Additional info: The group attribute can't be null, but a nonexistent group name can be used.