-
Enhancement
-
Resolution: Unresolved
-
Major
-
None
-
None
-
None
reload command is non-blocking which causes problems in CLI scripts. Let's take this as an example:
if (outcome == failed) of /subsystem=resource-adapters/resource-adapter=activemq-ra:read-resource /subsystem=resource-adapters/resource-adapter=activemq-ra:add(archive=activemq-ra.rar) :reload end-if
I use jboss-as-maven-plugin for its execution and sometimes I get: Command execution failed for command 'end-if'. if request failed: java.util.concurrent.ExecutionException: Operation failed: Channel closed
This functionality has already been asked in WFLY-208, but for some reason it was implemented only for domain-related commands but not standalone-related (reload and shutdown).
- duplicates
-
WFCORE-855 Intermittent Disconnection from CLI After Reload in domain mode
- Resolved
- is related to
-
WFCORE-876 Reload or Shutdown inside IF statement is performed before the if/else block batch is executed
- Resolved
-
WFMP-69 Reload command fails with Unsupported ModelControllerClient implementation org.wildfly.plugin.cli.CommandExecutor$NonClosingModelControllerClient
- Resolved
-
WFMP-11 Add an option to run CLI commands locally which will allow commands found in modules
- Resolved