Uploaded image for project: 'WildFly'
  1. WildFly
  2. WFLY-7513

Unclear description of cache and cache-container attributes of singleton policy in singleton subsystem

    XMLWordPrintable

Details

    • Bug
    • Resolution: Done
    • Major
    • 11.0.0.Alpha1
    • 10.1.0.Final
    • Clustering
    • None

    Description

      Descriptions of cache and cache-container attributes in singleton subsystem should involve dependency between these two attributes. The important information is that if cache attribute is not defined, default-cache of cache-container will be used. Analogically for cache attribute – it sets cache which have to be available in set cache-container.

      Current state:

      "cache" => {
          "type" => STRING,
          "description" => "The cache backing the singleton policy's singleton service",
          "expressions-allowed" => false,
          "nillable" => true,
          "capability-reference" => "org.wildfly.clustering.cache.singleton-service-builder-factory",
          "min-length" => 1L,
          "max-length" => 2147483647L,
          "access-type" => "read-write",
          "storage" => "configuration",
          "restart-required" => "resource-services"
      },
      "cache-container" => {
          "type" => STRING,
          "description" => "The cache container backing the singleton policy's singleton service",
          "expressions-allowed" => false,
          "nillable" => false,
          "capability-reference" => "org.wildfly.clustering.cache.default-singleton-service-builder-factory",
          "min-length" => 1L,
          "max-length" => 2147483647L,
          "access-type" => "read-write",
          "storage" => "configuration",
          "restart-required" => "resource-services"
      }
      

      Attachments

        Issue Links

          Activity

            People

              pferraro@redhat.com Paul Ferraro
              pferraro@redhat.com Paul Ferraro
              Votes:
              0 Vote for this issue
              Watchers:
              2 Start watching this issue

              Dates

                Created:
                Updated:
                Resolved: