-
Bug
-
Resolution: Done
-
Minor
-
7.1.0.DR8
-
None
Problem
Following commands produces different error message even though the problem is same - not existing deployment overlay.
- command:
deployment-overlay list-content --name=not-existing-overlay
and remove operation
output:
Failed to load the list of the existing content for overlay not-existing-overlay: {
"outcome" => "failed",
"failure-description" => "WFLYCTL0216: Management resource '[(\"deployment-overlay\" => \"not-existing-overlay\")]' not found",
"rolled-back" => true,
"result" => undefined
} - command:
deployment-overlay list-links --name=not-existing-overlay
output:
Empty output - command:
deployment-overlay redeploy-affected --name=not-existing-overlay
None of the deployments affected. - command:
deployment-overlay link --deployments=jboss-ejb-in-war.war --name=not-existing-overlay
output:
{"WFLYCTL0062: Composite operation failed and was rolled back. Steps that failed:" =>Unknown macro: {"Operation step-1" => "WFLYCTL0175}}
- command:
deployment-overlay upload --deployments=jboss-ejb-in-war.war --name=not-existing-overlay
output:
Deployment overlay not-existing-overlay does not exist.
Proposed solution
Unify message as possible.
- is cloned by
-
WFCORE-2142 [Deployment overlay] Inconsistent error messages
- Resolved
- is duplicated by
-
JBEAP-7363 [Deployment overlay] Operation list-links does not check if deployment exists
- Closed
- is incorporated by
-
JBEAP-7366 Deployment overlay UX issues
- Closed
-
JBEAP-7960 (7.1.0) Upgrade to WildFly Core to 3.0.0.Alpha22
- Closed