[jboss-jira] [JBoss JIRA] (WFCORE-2957) read-resource without include-runtime shows runtime-only resources

Michal Petrov (JIRA) issues at jboss.org
Wed Jun 14 11:16:00 EDT 2017


Michal Petrov created WFCORE-2957:
-------------------------------------

             Summary: read-resource without include-runtime shows runtime-only resources
                 Key: WFCORE-2957
                 URL: https://issues.jboss.org/browse/WFCORE-2957
             Project: WildFly Core
          Issue Type: Bug
          Components: Domain Management
            Reporter: Michal Petrov
            Assignee: Brian Stansberry


read-resource without explicitly set include-runtime will show runtime-only resources
{code}
/extension=org.jboss.as.weld:read-resource()
{
    "outcome" => "success",
    "result" => {
        "module" => "org.jboss.as.weld",
        "subsystem" => {"weld" => undefined}
    }
}
{code}
however adding "recursive" will not show the resource at all:
{code}
/extension=org.jboss.as.weld:read-resource(recursive)
{
    "outcome" => "success",
    "result" => {
        "module" => "org.jboss.as.weld",
        "subsystem" => undefined
    }
}
{code}



--
This message was sent by Atlassian JIRA
(v7.2.3#72005)


More information about the jboss-jira mailing list