[
https://issues.jboss.org/browse/WFCORE-4287?page=com.atlassian.jira.plugi...
]
Brian Stansberry moved JBEAP-9319 to WFCORE-4287:
-------------------------------------------------
Project: WildFly Core (was: JBoss Enterprise Application Platform)
Key: WFCORE-4287 (was: JBEAP-9319)
Workflow: GIT Pull Request workflow (was: CDW with loose statuses v1)
Component/s: Management
(was: Management)
Target Release: (was: 7.backlog.GA)
Affects Version/s: (was: 7.1.0.DR13)
CLI should show not show default value once value one of
"alternatives" attributes was set
------------------------------------------------------------------------------------------
Key: WFCORE-4287
URL:
https://issues.jboss.org/browse/WFCORE-4287
Project: WildFly Core
Issue Type: Enhancement
Components: Management
Reporter: Miroslav Novak
Assignee: Brian Stansberry
Priority: Major
If there are attributes which are "alternatives" and both of them are undefined
then default value of one of the attributes is shown in CLI, for example:
{code}
[standalone@localhost:9990 /] ls /subsystem=messaging-activemq/server=default
elytron-domain=undefined
security-domain=other
{code}
at this moment when I try set elytron-domain:
{code}
[standalone@localhost:9990 /]
/subsystem=messaging-activemq/server=default:write-attribute(name=elytron-domain,value=ApplicationRealm)
{code}
then it shows:
{code}
[standalone@localhost:9990 /] ls /subsystem=messaging-activemq/server=default
elytron-domain=ApplicationDomain
security-domain=other
{code}
Can this be changed that it would show {{security-domain=undefined}} so it would not show
default values anymore? Current display is confusing as it's not clear what is used.
--
This message was sent by Atlassian Jira
(v7.12.1#712002)