[
https://issues.jboss.org/browse/WFCORE-3564?page=com.atlassian.jira.plugi...
]
Jean-Francois Denise commented on WFCORE-3564:
----------------------------------------------
[~vmarek], FYI, I found an issue related to completion in domain mode:
https://issues.jboss.org/browse/WFCORE-3567
Just in case you ran into it yourself.
Bad CLI complementation server groups
-------------------------------------
Key: WFCORE-3564
URL:
https://issues.jboss.org/browse/WFCORE-3564
Project: WildFly Core
Issue Type: Bug
Components: CLI
Reporter: Vratislav Marek
Assignee: Jean-Francois Denise
*Cli complementation insert the whole word without delete writed letters*
* --server-groups={color:#d04437}m{color}main-server-group
* --server-groups={color:#d04437}o{color}other-server-group
* --server-groups={color:#d04437}othe{color}other-server-group
{noformat}
[domain@localhost:9990 /] deployment disable * --server-groups=
main-server-group other-server-group
[domain@localhost:9990 /] deployment disable * --server-groups=mmain-server-group
{"WFLYCTL0062: Composite operation failed and was rolled back. Steps that
failed:" => {"Operation step-1" => "WFLYCTL0216: Management
resource '[(\"server-group\" => \"mmain-server-group\")]'
not found"}}
[domain@localhost:9990 /] deployment disable * --server-groups=oother-server-group
{"WFLYCTL0062: Composite operation failed and was rolled back. Steps that
failed:" => {"Operation step-1" => "WFLYCTL0216: Management
resource '[(\"server-group\" => \"oother-server-group\")]'
not found"}}
[domain@localhost:9990 /]
[domain@localhost:9990 /] deployment disable * --server-groups=otheother-server-group
{"WFLYCTL0062: Composite operation failed and was rolled back. Steps that
failed:" => {"Operation step-1" => "WFLYCTL0216: Management
resource '[(\"server-group\" =>
\"otheother-server-group\")]' not found"}}
[domain@localhost:9990 /]
{noformat}
--
This message was sent by Atlassian JIRA
(v7.5.0#75005)