Uploaded image for project: 'Application Server 7'
  1. Application Server 7
  2. AS7-4656

Operation read-resource with include-runtime=true leads to no result

XMLWordPrintable

      Following operation

      {
          "address" : {
              "host" : "master",
              "server" : "server-1"
          },
          "operation" : "read-resource",
          "recursive" : true,
          "proxies" : true,
          "include-defaults" : true,
          "include-runtime" : true
      }
      

      leads to

      {
          "outcome" : "success",
          "result" : null,
          "failure-description" : null
      }
      

      but the result is null and there is a huge stacktrace in log beginning with java.lang.UnsupportedOperationException.

      When combination of recursive=true and include-runtime=true is not allowed, the operation should fail.

              emuckenhuber_jira Emanuel Muckenhuber (Inactive)
              michael.voegele@cloudops Michael Voegele (Inactive)
              Votes:
              0 Vote for this issue
              Watchers:
              2 Start watching this issue

                Created:
                Updated:
                Resolved: