]
Martin Stefanko updated WFCORE-4389:
------------------------------------
Labels: downstream_dependency (was: )
deploy fails in batch when operation is validated
-------------------------------------------------
Key: WFCORE-4389
URL:
https://issues.jboss.org/browse/WFCORE-4389
Project: WildFly Core
Issue Type: Bug
Components: CLI
Reporter: Jean Francois Denise
Assignee: Jean Francois Denise
Priority: Major
Labels: downstream_dependency
Fix For: 9.0.0.Beta2, 9.0.0.Final
- The DMR of the deploy command although accepted by the server is not compliant with
operation description. In batch mode the operations are validated, the following content
is not valid:
- /deployments=foo:add(name=foo, ...). name is not a valid argument
- :full-replace-deployment is sent without an empty address.
The workaround is to disable the operation-validation check.