[jboss-jira] [JBoss JIRA] (WFCORE-2957) read-resource without include-runtime shows runtime-only resources
Brian Stansberry (JIRA)
issues at jboss.org
Mon May 7 14:21:01 EDT 2018
[ https://issues.jboss.org/browse/WFCORE-2957?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]
Brian Stansberry reassigned WFCORE-2957:
----------------------------------------
Assignee: (was: Brian Stansberry)
> 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: Management
> Reporter: Michal Petrov
>
> 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.5.0#75005)
More information about the jboss-jira
mailing list