Brian Stansberry created WFCORE-1751:
----------------------------------------
Summary: read-resource-description cannot handle segmented multi-target
requests
Key: WFCORE-1751
URL:
https://issues.jboss.org/browse/WFCORE-1751
Project: WildFly Core
Issue Type: Bug
Components: Domain Management
Reporter: Brian Stansberry
Priority: Minor
This is really low priority; I'm just recording it as I discovered it while writing
tests for WFCORE-1737. Anyone looking at it should talk to me first.
This doesn't work:
{code}
/] /subsystem=[undertow,logging]/server=*:read-resource-description
Failed to get the list of the operation properties: "WFLYCTL0030: No resource
definition is registered for address [
("subsystem" => "[undertow,logging]"),
("server" => "*")
]"
{code}
This does though, finding the subsystem=undertow registration:
/subsystem=*/server=*:read-resource-description
read-resource works for segmented multi-target requests as
GlobalOperationHandlers.ModelAddressResolver has specific logic for it in
executeMultiTargetChildren. GlobalOperationHandlers.RegistrationAddressResolver does not.
--
This message was sent by Atlassian JIRA
(v6.4.11#64026)