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

Allowed index attribute on caches need to be all caps

    XMLWordPrintable

Details

    • Bug
    • Resolution: Done
    • Major
    • 7.1.1.Final
    • 7.1.0.Final
    • Domain Management
    • None

    Description

      Allowed attributes are usually all caps. I think this is probably causing a problem in console where I present a dropdown with all-caps values for selection.

      /profile=default/subsystem=infinispan/cache-container=aaaa/local-cache=*/:read-resource-description(operations=false,inherited=false,recursive=false,proxies=false)

      "indexing" => {
                          "type" => STRING,
                          "description" => "If enabled, entries will be indexed when they are added to the cache. Indexes will be updated as entries change or are removed.",
                          "expressions-allowed" => false,
                          "nillable" => true,
                          "default" => "NONE",
                          "allowed" => [
                              "none",
                              "local",
                              "all"
                          ],
                          "access-type" => "read-write",
                          "storage" => "configuration",
                          "restart-required" => "all-services"
                      },
      

      Attachments

        Activity

          People

            rachmato@redhat.com Richard Achmatowicz
            ssilvert@redhat.com Stan Silvert
            Votes:
            0 Vote for this issue
            Watchers:
            0 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved: