Uploaded image for project: 'WildFly'
  1. WildFly
  2. WFLY-9223

fix comment formatting for "concurrent" cache in *ha.xml profiles

    XMLWordPrintable

Details

    Description

      The current state (taken from standalone-ha.xml):

                  <cache-container name="web" default-cache="dist" module="org.wildfly.clustering.web.infinispan">
      ...
                      <!-- Alternate configuration to reduce lock contention for applications that make use of concurrent access to a web session -->
                      <!-- Web sessions will be locked more frequently, but for shorter periods of time -->
                      <!--
                        ~ distributed-cache name="concurrent">
                        ~                     <file-store/>
                        ~                 </distributed-cache
                        -->
                  </cache-container>
      

      After uncommenting, the resulting text is not a valid xml file.

      Please change it to:

                  <cache-container name="web" default-cache="dist" module="org.wildfly.clustering.web.infinispan">
      ...
                      <!-- Alternate configuration to reduce lock contention for applications that make use of concurrent access to a web session -->
                      <!-- Web sessions will be locked more frequently, but for shorter periods of time -->       
                      <!-- 
                      <distributed-cache name="concurrent">
                          <file-store/>
                      </distributed-cache>
                      -->
                  </cache-container>
      

      Attachments

        Issue Links

          Activity

            People

              pferraro@redhat.com Paul Ferraro
              pferraro@redhat.com Paul Ferraro
              Votes:
              0 Vote for this issue
              Watchers:
              4 Start watching this issue

              Dates

                Created:
                Updated:
                Resolved: