-
Bug
-
Resolution: Done
-
Major
-
7.1.0.DR7
-
None
-
User Experience
-
-
-
-
-
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" }
- is cloned by
-
WFLY-7513 Unclear description of cache and cache-container attributes of singleton policy in singleton subsystem
- Closed