Bug 1308603 - A server can be created with a non existing server group
Summary: A server can be created with a non existing server group
Keywords:
Status: CLOSED WONTFIX
Alias: None
Product: JBoss Enterprise Application Platform 6
Classification: JBoss
Component: Domain Management
Version: 6.4.0
Hardware: Unspecified
OS: Unspecified
unspecified
unspecified
Target Milestone: ---
: ---
Assignee: Chao Wang
QA Contact: Martin Simka
URL:
Whiteboard:
Depends On:
Blocks:
TreeView+ depends on / blocked
 
Reported: 2016-02-15 15:19 UTC by oarribas
Modified: 2016-09-05 08:39 UTC (History)
3 users (show)

Fixed In Version:
Doc Type: Bug Fix
Doc Text:
Clone Of:
Environment:
Last Closed: 2016-09-05 08:39:01 UTC
Type: Bug


Attachments (Terms of Use)

Description oarribas 2016-02-15 15:19:18 UTC
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.


Note You need to log in before you can comment on or make changes to this bug.