[jboss-jira] [JBoss JIRA] (AS7-3835) Allowed index attribute on caches need to be all caps

Stan Silvert (JIRA) jira-events at lists.jboss.org
Mon Feb 20 20:33:36 EST 2012


Stan Silvert created AS7-3835:
---------------------------------

             Summary: Allowed index attribute on caches need to be all caps
                 Key: AS7-3835
                 URL: https://issues.jboss.org/browse/AS7-3835
             Project: Application Server 7
          Issue Type: Bug
          Components: Domain Management
    Affects Versions: 7.1.0.Final
            Reporter: Stan Silvert
            Assignee: Richard Achmatowicz


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)

{noformat}
"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"
                },
{noformat}

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators: https://issues.jboss.org/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira

        


More information about the jboss-jira mailing list