-
Enhancement
-
Resolution: Done
-
Minor
-
None
-
None
Duplicating deployment of different DUs with same runtimeName produce confusing message. This is not the case in domain mode:
Reproduce:
./bin/jboss-cli.sh --connect --command="deploy /home/baranowb/redhat/git/quickstart/helloworld/target/helloworld-1.0.war --runtime-name=MyApp --force"
./bin/jboss-cli.sh --connect --command="deploy /home/baranowb/redhat/git/quickstart/helloworld/target/helloworld-1.1.war --runtime-name=MyApp --force"
{"WFLYCTL0062: Composite operation failed and was rolled back. Steps that failed:" =>
}
- is caused by
-
WFLY-20376 Deploy --force option not working with jboss-cli of WildFly 32
-
- Resolved
-
- is duplicated by
-
WFCORE-7167 Incorrect deployment name passed to WFLYSRV0205 error message
-
- Closed
-