Bug 1005059

Summary: Unable to configure sso for virtual server via CLI
Product: [JBoss] JBoss Enterprise Application Platform 6 Reporter: Radim Hatlapatka <rhatlapa>
Component: WebAssignee: Rémy Maucherat <rmaucher>
Status: CLOSED NOTABUG QA Contact: Radim Hatlapatka <rhatlapa>
Severity: high Docs Contact: Russell Dickenson <rdickens>
Priority: unspecified    
Version: 6.1.1   
Target Milestone: ---   
Target Release: ---   
Hardware: Unspecified   
OS: Unspecified   
Whiteboard:
Fixed In Version: Doc Type: Bug Fix
Doc Text:
Story Points: ---
Clone Of: Environment:
Last Closed: 2013-09-06 14:16:26 UTC Type: Bug
Regression: --- Mount Type: ---
Documentation: --- CRM:
Verified Versions: Category: ---
oVirt Team: --- RHEL 7.3 requirements from Atomic Host:
Cloudforms Team: --- Target Upstream Version:
Embargoed:

Description Radim Hatlapatka 2013-09-06 07:13:21 UTC
Description of problem:
In web subsystem there should possible to define also sso for virtual-server, but it is not possible to add the sso via CLI


Version-Release number of selected component (if applicable):
EAP 6.1.1

How reproducible: Always


Steps to Reproduce:
1. Start EAP and connect via CLI
2. /subsystem=web/virtual-server=default-host/sso=testsso:add


Actual results:
Failure with "JBAS014883: No resource definition is registered for address"


Expected results:
Success with created sso


Additional info:
Code completion doesn't know any operation on /subsystem=web/virtual-server=default-host/sso=anything:

Comment 1 Radim Hatlapatka 2013-09-06 14:16:26 UTC
Actually this is not an issue

to define sso you need to use sso=configuration to make it work
=> /subsystem=web/virtual-server=default-host/sso=configuration:add then works as expected