[jboss-jira] [JBoss JIRA] (WFLY-7513) Unclear description of cache and cache-container attributes of singleton policy in singleton subsystem
Paul Ferraro (JIRA)
issues at jboss.org
Tue Nov 8 06:41:01 EST 2016
[ https://issues.jboss.org/browse/WFLY-7513?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]
Paul Ferraro updated WFLY-7513:
-------------------------------
Summary: Unclear description of cache and cache-container attributes of singleton policy in singleton subsystem (was: Not clear description of cache and cache-container attributes of singleton policy in singleton subsystem)
> Unclear description of cache and cache-container attributes of singleton policy in singleton subsystem
> ------------------------------------------------------------------------------------------------------
>
> Key: WFLY-7513
> URL: https://issues.jboss.org/browse/WFLY-7513
> Project: WildFly
> Issue Type: Bug
> Components: Clustering
> Affects Versions: 10.1.0.Final
> Reporter: Paul Ferraro
> Assignee: Paul Ferraro
>
> 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:
> {code}
> "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"
> }
> {code}
--
This message was sent by Atlassian JIRA
(v7.2.3#72005)
More information about the jboss-jira
mailing list