Uploaded image for project: 'Infinispan'
  1. Infinispan
  2. ISPN-5915

Displaying caches in management console doesn't detect non-TX cache correctly

This issue belongs to an archived project. You can view it, but you can't modify it. Learn more

XMLWordPrintable

    • Icon: Bug Bug
    • Resolution: Done
    • Icon: Major Major
    • 8.2.0.Beta1, 8.2.0.Final
    • 8.1.0.Alpha2
    • Console
    • None

      Page "Caches" tab -> click on certain cache container: list of caches in that container is shown.

      Having cache configured e.g. like this:

      <local-cache name="localCache" start="EAGER">
          <transaction mode="NONE"/>
      </local-cache>
      

      However, in the UI, the cache is still marked as transactional. There is the "transactional" icon in the cache card and also when I click to the filter to show only TX caches, the cache is still displayed.
      It seems to me that the code only checks for presence of <transaction> element, but not it's "mode" attribute. If I set the cache without the <transaction> element, it's correctly recognized as non-TX cache.

              vblagoje Vladimir Blagojevic (Inactive)
              jholusa Jiří Holuša (Inactive)
              Archiver:
              rhn-support-adongare Amol Dongare

                Created:
                Updated:
                Resolved:
                Archived: