[jboss-jira] [JBoss JIRA] (WFCORE-2561) Regression when executing CLI command directly from command line on Windows

Jean-Francois Denise (JIRA) issues at jboss.org
Mon Mar 20 14:22:00 EDT 2017


     [ https://issues.jboss.org/browse/WFCORE-2561?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

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]



--
This message was sent by Atlassian JIRA
(v7.2.3#72005)


More information about the jboss-jira mailing list