[jboss-jira] [JBoss JIRA] (WFLY-2527) It's not possible to query subresourcs of the Infinispan subsystem
Heiko Braun (JIRA)
jira-events at lists.jboss.org
Mon Nov 18 06:45:06 EST 2013
[ https://issues.jboss.org/browse/WFLY-2527?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12924454#comment-12924454 ]
Heiko Braun commented on WFLY-2527:
-----------------------------------
Please add wildciard handlers for all addressable subresources. We cannot go through the hoops of fetching the toplevel resource recursivly and parse the response to get to the data.
> 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 at 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: http://www.atlassian.com/software/jira
More information about the jboss-jira
mailing list