Uploaded image for project: 'WildFly Core'
  1. WildFly Core
  2. WFCORE-2957

read-resource without include-runtime shows runtime-only resources

XMLWordPrintable

      read-resource without explicitly set include-runtime will show runtime-only resources

      /extension=org.jboss.as.weld:read-resource()
      {
          "outcome" => "success",
          "result" => {
              "module" => "org.jboss.as.weld",
              "subsystem" => {"weld" => undefined}
          }
      }
      

      however adding "recursive" will not show the resource at all:

      /extension=org.jboss.as.weld:read-resource(recursive)
      {
          "outcome" => "success",
          "result" => {
              "module" => "org.jboss.as.weld",
              "subsystem" => undefined
          }
      }
      

            pberan@redhat.com Petr Beran
            mpetrov@redhat.com Michal Petrov
            Votes:
            0 Vote for this issue
            Watchers:
            1 Start watching this issue

              Created:
              Updated:
              Resolved: