]
Brian Stansberry moved JBEAP-6985 to WFCORE-1957:
-------------------------------------------------
Project: WildFly Core (was: JBoss Enterprise Application Platform)
Key: WFCORE-1957 (was: JBEAP-6985)
Workflow: GIT Pull Request workflow (was: CDW with loose statuses v1)
Component/s: Domain Management
(was: Domain Management)
(was: User Experience)
Unclear error message after cloning non-existing profile to new
profile
-----------------------------------------------------------------------
Key: WFCORE-1957
URL:
https://issues.jboss.org/browse/WFCORE-1957
Project: WildFly Core
Issue Type: Bug
Components: Domain Management
Reporter: Marek Kopecký
Assignee: Chao Wang
Unclear error message after cloning non-existing profile to new profile.
{noformat}
[domain@localhost:9990 /] /profile=non-existing-profile:clone(to-profile=whatever)
{
"outcome" => "failed",
"result" => undefined,
"server-groups" => undefined,
"rolled-back" => true
}
[domain@localhost:9990 /]
{noformat}
There should be something like this on output:
{{Profile 'non-existing-profile' doesn't exist.}}