Bug 1005059 - Unable to configure sso for virtual server via CLI
Summary: Unable to configure sso for virtual server via CLI
Keywords:
Status: CLOSED NOTABUG
Alias: None
Product: JBoss Enterprise Application Platform 6
Classification: JBoss
Component: Web
Version: 6.1.1
Hardware: Unspecified
OS: Unspecified
unspecified
high
Target Milestone: ---
: ---
Assignee: Rémy Maucherat
QA Contact: Radim Hatlapatka
Russell Dickenson
URL:
Whiteboard:
Depends On:
Blocks:
TreeView+ depends on / blocked
 
Reported: 2013-09-06 07:13 UTC by Radim Hatlapatka
Modified: 2013-12-15 13:32 UTC (History)
0 users

Fixed In Version:
Doc Type: Bug Fix
Doc Text:
Clone Of:
Environment:
Last Closed: 2013-09-06 14:16:26 UTC
Type: Bug


Attachments (Terms of Use)

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


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