[jboss-jira] [JBoss JIRA] (WFCORE-1456) org.jboss.as.cli.scriptsupport.CLI prevents use of embed-server and embed-host-controller

Brian Stansberry (JIRA) issues at jboss.org
Wed Mar 30 21:22:00 EDT 2016


Brian Stansberry created WFCORE-1456:
----------------------------------------

             Summary: org.jboss.as.cli.scriptsupport.CLI prevents use of embed-server and embed-host-controller
                 Key: WFCORE-1456
                 URL: https://issues.jboss.org/browse/WFCORE-1456
             Project: WildFly Core
          Issue Type: Bug
          Components: CLI
    Affects Versions: 2.1.0.Final
            Reporter: Brian Stansberry
            Assignee: Alexey Loubyansky


The org.jboss.as.cli.scriptsupport.CLI will throw an exception if the user invokes the cmd method before invoking one of the connect methods. But the connect/disconnect methods are oriented toward remote connections. The result is you can't really use this class with the offline CLI.

I'm not sure what the best fix is here. Perhaps new method(s) analogous to connect/disconnect that establish a CommandContext but don't call connectController(). Or perhaps the checkNotConnected() call in the cmd method should just be dropped, and an unconnected command context created. But then the existing connect/disconnect methods would need to be reworked to deal with the fact that an unconnected command context may be present.



--
This message was sent by Atlassian JIRA
(v6.4.11#64026)


More information about the jboss-jira mailing list