-
Bug
-
Resolution: Done
-
Major
-
3.0.0.Alpha12
To reproduce, invoke:
/subsystem=undertow/server=*/http-listener=*:read-resource-description
{
"outcome" => "failed",
"result" => [],
"failure-description" => "WFLYCTL0030: No resource definition is registered for address [
(\"subsystem\" => \"undertow\"),
(\"server\" => \"*\")
]",
"rolled-back" => true
}
The address is valid but the operation fails at org.jboss.as.controller.operations.global.GlobalOperationHandlers.RegistrationAddressResolver#executeMultiTargetChildren when checking the condition:
if (path.getKey().equals(RUNNING_SERVER) && path.isWildcard() && newRemaining.size() > 0)
The check was added for WFCORE-948 but makes any multi target operation with a server resource fails (such as Undertow server or messaging-activemq server resources).
- is related to
-
WFCORE-948 Multiprocess wildcard read-resource-description does not work
-
- Resolved
-