[jboss-jira] [JBoss JIRA] (AS7-2883) Replace <alias> elements in infinispan subsystem with single <aliases> element

Richard Achmatowicz (JIRA) jira-events at lists.jboss.org
Sun Jan 15 11:48:18 EST 2012


    [ https://issues.jboss.org/browse/AS7-2883?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12659424#comment-12659424 ] 

Richard Achmatowicz commented on AS7-2883:
------------------------------------------

{noformat}
> Hi Brian
>
> With respect to the JIRA https://issues.jboss.org/browse/AS7-2883, was
> the preferred format for the inclusion of cache container aliases:
> * as a single <aliases/> element containing a space separated list of
> aliases, or
> * a <cache-container/> element attribute aliases="space separated list
> of aliases"
>
> i.e.
> <cache-container ...>
> <aliases>a1 a2 a3</aliases>
> ...
> </cache-container>
>
> or
>
> <cache-container aliases="a1 a2 a3" ..>

This ^^^

> ..
> </cache-container>
>
> Paul wasn't 100% sure of what was agreed. And is there any preference of
> space separated versus comma separated?
{noformat}
                
> Replace <alias> elements in infinispan subsystem with single <aliases> element
> ------------------------------------------------------------------------------
>
>                 Key: AS7-2883
>                 URL: https://issues.jboss.org/browse/AS7-2883
>             Project: Application Server 7
>          Issue Type: Enhancement
>          Components: Clustering
>    Affects Versions: 7.1.0.Beta1
>            Reporter: Paul Ferraro
>            Assignee: Paul Ferraro
>            Priority: Minor
>             Fix For: 7.1.0.Final
>
>
> To be consistent with domain configuration conventions, replace the sequence of string elements:
> <cache-container ...>
>   <alias>alias1</alias>
>   <alias>alias2</alias>
> </cache-container>
> with a list element:
> <cache-container ...>
>   <aliases>alias1 alias2</aliases>
> </cache-container>

--
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