Uploaded image for project: 'WildFly Core'
  1. WildFly Core
  2. WFCORE-1456

org.jboss.as.cli.scriptsupport.CLI prevents use of embed-server and embed-host-controller

    XMLWordPrintable

Details

    • Bug
    • Resolution: Done
    • Major
    • 2.2.0.CR1, 3.0.0.Alpha1
    • 2.1.0.Final
    • CLI
    • None

    Description

      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.

      Attachments

        Activity

          People

            jdenise@redhat.com Jean Francois Denise
            bstansbe@redhat.com Brian Stansberry
            Votes:
            0 Vote for this issue
            Watchers:
            3 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved: