[jboss-jira] [JBoss JIRA] (WFLY-869) Cache Store descriptor specifies that properties max-occurs = 1
Radoslav Husar (JIRA)
issues at jboss.org
Mon Feb 29 07:33:00 EST 2016
[ https://issues.jboss.org/browse/WFLY-869?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]
Radoslav Husar closed WFLY-869.
-------------------------------
Resolution: Out of Date
This is very out of date.
# there is no such thing as min/max-occurs (I am not even sure if it made it to public EAP release as this was dropped early on)
# the attribute to control properties is:
{code}[standalone at localhost:9990 /] /subsystem=infinispan/cache-container=web/distributed-cache=dist/store=file/:write-attribute(name=properties,value=[a=b]{code}
> Cache Store descriptor specifies that properties max-occurs = 1
> ---------------------------------------------------------------
>
> Key: WFLY-869
> URL: https://issues.jboss.org/browse/WFLY-869
> Project: WildFly
> Issue Type: Bug
> Components: Clustering
> Reporter: NadirX
> Assignee: Radoslav Husar
> Priority: Minor
>
> Querying the descriptor for the Infinispan subsystem reveals that the <property> sub-element of the <store> element has been specified at max-occurs = 1, while it should be unlimited
> property" => {
> "description" => "A cache store property with name and value.",
> "min-occurs" => 0,
> "max-occurs" => 1,
> "model-description" => {"*" => {
--
This message was sent by Atlassian JIRA
(v6.4.11#64026)
More information about the jboss-jira
mailing list