[jboss-jira] [JBoss JIRA] (WFCORE-167) recursive read-resource doesn't work anymore

Tomaz Cerar (JIRA) issues at jboss.org
Tue Oct 14 08:30:35 EDT 2014


     [ https://issues.jboss.org/browse/WFCORE-167?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Tomaz Cerar resolved WFCORE-167.
--------------------------------
    Resolution: Rejected


Semantics of this have changed, as we properly marked this resources as run time, we need to add include-runtime=true to read-resouce.

> 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: Tomaz Cerar
>            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