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

Inconsistent alias treatment

    XMLWordPrintable

Details

    • Bug
    • Resolution: Done
    • Major
    • 2.0.0.Beta2
    • None
    • Management
    • None

    Description

      Another related problem: The alias resources are shown by default in :read-children-types

      [domain@localhost:9990 /] /profile=full/subsystem=infinispan/cache-container=*/invalidation-cache=web:read-children-types
      {
          "outcome" => "success",
          "result" => [
              "binary-keyed-jdbc-store",
              "component",
              "eviction",
              "expiration",
              "file-store",
              "locking",
              "mixed-keyed-jdbc-store",
              "remote-store",
              "store",
              "string-keyed-jdbc-store",
              "transaction"
          ]
      }
      

      but they are excluded from :read-resource-description

      [domain@localhost:9990 /] /profile=full/subsystem=infinispan/cache-container=*/invalidation-cache=web:read-resource-description
       [...]
      
       "children" => {
                      "store" => {
                          "description" => "A persistent store for a cache.",
                          "model-description" => undefined
                      },
                      "component" => {
                          "description" => "A configuration component of a cache.",
                          "model-description" => undefined
                      }
                  }
      
      
      

      Attachments

        Issue Links

          Activity

            People

              kkhan1@redhat.com Kabir Khan
              rhn-support-hbraun Heiko Braun
              Votes:
              0 Vote for this issue
              Watchers:
              3 Start watching this issue

              Dates

                Created:
                Updated:
                Resolved: