[
https://issues.jboss.org/browse/WFCORE-1562?page=com.atlassian.jira.plugi...
]
Ken Wills updated WFCORE-1562:
------------------------------
Description:
[domain@localhost:9990 /] :read-resource(attributes-only=true, recursive=true)
{
"outcome" => "failed",
"failure-description" => "WFLYCTL0275: Cannot define both
'attributes-only' and 'recursive'",
"rolled-back" => true
}
But using a wildcard:
[domain@localhost:9990 /] /host=*:read-resource(attributes-only=true, recursive=true)
{
"outcome" => "failed",
"result" => [],
"rolled-back" => true
}
The error is present up until the final response, then it's dropped somewhere.
was:
[domain@localhost:9990 /] :read-resource(attributes-only=true, recursive=true)
{
"outcome" => "failed",
"failure-description" => "WFLYCTL0275: Cannot define both
'attributes-only' and 'recursive'",
"rolled-back" => true
}
But using a wildcard:
[domain@localhost:9990 /] /host=*:read-resource(attributes-only=true, recursive=false)
{
"outcome" => "failed",
"result" => [],
"rolled-back" => true
}
The error is present up until the final response, then it's dropped somewhere.
Wildcard ops seem to drop the underlying error on failure
---------------------------------------------------------
Key: WFCORE-1562
URL:
https://issues.jboss.org/browse/WFCORE-1562
Project: WildFly Core
Issue Type: Bug
Reporter: Ken Wills
Assignee: Ken Wills
[domain@localhost:9990 /] :read-resource(attributes-only=true, recursive=true)
{
"outcome" => "failed",
"failure-description" => "WFLYCTL0275: Cannot define both
'attributes-only' and 'recursive'",
"rolled-back" => true
}
But using a wildcard:
[domain@localhost:9990 /] /host=*:read-resource(attributes-only=true, recursive=true)
{
"outcome" => "failed",
"result" => [],
"rolled-back" => true
}
The error is present up until the final response, then it's dropped somewhere.
--
This message was sent by Atlassian JIRA
(v6.4.11#64026)