]
Brian Stansberry commented on WFLY-2527:
----------------------------------------
Hmm; ignore the last comment for now; I may be totally off base.
It's not possible to query subresourcs of the Infinispan
subsystem
-------------------------------------------------------------------
Key: WFLY-2527
URL:
https://issues.jboss.org/browse/WFLY-2527
Project: WildFly
Issue Type: Bug
Security Level: Public(Everyone can see)
Components: Domain Management
Reporter: Heiko Braun
Assignee: Brian Stansberry
the infinispan cache description are not provided for wildcards. Hence it's not
possible to query rrd() _before_ adding a resource:
{code}
[domain@localhost:9990 /]
/profile=default/subsystem=infinispan/cache-container=web/local-cache=local-web/eviction=*:read-resource-description()
{
"outcome" => "failed",
"failure-description" => "JBAS014883: No resource definition is
registered for address [
(\"profile\" => \"default\"),
(\"subsystem\" => \"infinispan\"),
(\"cache-container\" => \"web\"),
(\"local-cache\" => \"local-web\"),
(\"eviction\" => \"*\")
]",
"rolled-back" => true
}
{code}
Same for the other cache subresources. Please add the wildcard handlers.
--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: