[jboss-jira] [JBoss JIRA] (WFCORE-167) recursive read-resource doesn't work anymore
Tomaz Cerar (JIRA)
issues at jboss.org
Tue Oct 14 08:21:35 EDT 2014
Tomaz Cerar created WFCORE-167:
----------------------------------
Summary: recursive read-resource doesn't work anymore
Key: WFCORE-167
URL: https://issues.jboss.org/browse/WFCORE-167
Project: WildFly Core
Issue Type: Bug
Components: CLI, Domain Management
Affects Versions: 1.0.0.Alpha9
Reporter: Tomaz Cerar
Assignee: Alexey Loubyansky
Priority: Critical
Fix For: 1.0.0.Alpha10
Executing
{noformat}
/extension=org.jboss.as.logging:read-resource(recursive=true)
{noformat}
results in
{noformat}
{
"outcome" => "success",
"result" => {
"module" => "org.jboss.as.logging",
"subsystem" => undefined
}
}
{noformat}
while there are children defined under subsystem.
for example going to child element it show it
{noformat}
[standalone at localhost:9990 /] cd /extension=org.jboss.as.logging/subsystem=logging
[standalone at localhost:9990 subsystem=logging] ls -l
ATTRIBUTE VALUE
TYPE
management-major-version 3
INT
management-micro-version 0
INT
management-minor-version 0
INT
...
{noformat}
--
This message was sent by Atlassian JIRA
(v6.3.1#6329)
More information about the jboss-jira
mailing list