Uploaded image for project: 'Application Server 7'
  1. Application Server 7
  2. AS7-2883

Replace <alias> elements in infinispan subsystem with single <aliases> element

    XMLWordPrintable

Details

    • Enhancement
    • Resolution: Done
    • Minor
    • 7.1.0.Final
    • 7.1.0.Beta1
    • Clustering
    • None

    Description

      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>

      Attachments

        Activity

          People

            rachmato@redhat.com Richard Achmatowicz
            pferraro@redhat.com Paul Ferraro
            Votes:
            0 Vote for this issue
            Watchers:
            1 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved: