[jboss-jira] [JBoss JIRA] (WFLY-2527) It's not possible to query Infinispan subsystem

Heiko Braun (JIRA) jira-events at lists.jboss.org
Mon Nov 18 06:43:06 EST 2013


Heiko Braun created WFLY-2527:
---------------------------------

             Summary: It's not possible to query 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