]
Jean-Francois Denise moved JBEAP-9704 to WFCORE-2561:
-----------------------------------------------------
Project: WildFly Core (was: JBoss Enterprise Application Platform)
Key: WFCORE-2561 (was: JBEAP-9704)
Workflow: GIT Pull Request workflow (was: CDW with loose statuses v1)
Component/s: CLI
Scripts
(was: CLI)
(was: Scripts)
Affects Version/s: (was: 7.1.0.DR14)
Affects Testing: (was: Regression)
Regression when executing CLI command directly from command line on
Windows
---------------------------------------------------------------------------
Key: WFCORE-2561
URL:
https://issues.jboss.org/browse/WFCORE-2561
Project: WildFly Core
Issue Type: Bug
Components: CLI, Scripts
Environment: Windows
Reporter: Jean-Francois Denise
Assignee: Jean-Francois Denise
Priority: Blocker
This CLI command \[1\] was working with EAP 7.1.0.DR13 and previous versions of EAP
including EAP 7.0, but stopped working with jboss-cli.bat from EAP 7.1.0.DR14 with \[2\].
As this is regression marking as blocker. Workaround for customer would mean need to
update all its commands in scripts to use quotes and quotes escaping.
\[1\]
{noformat}
jboss-cli.bat --connect --controller=127.0.0.1:9990
--commands=:read-attribute(name=server-state)
{noformat}
Note we execute this command from JVM as list =>
{noformat}
["jboss-cli.bat", "--connect",
"--controller=127.0.0.1:9990",
"--commands=:read-attribute(name=server-state)"].execute()
{noformat}, thus by JVM it should be provided as individual parameters.
\[2\]
{noformat}
else was unexpected at this time.
{noformat}
Most likely the regression is caused by fix for [JBEAP-8808]