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

cache.entrySet does not work correctly within a transaction

XMLWordPrintable

    • Icon: Bug Bug
    • Resolution: Done
    • Icon: Major Major
    • 4.2.0.ALPHA4, 4.2.0.Final
    • 4.1.0.Final
    • None
    • None

      cache.put(k,v);
      tm.begin();
      cache.clear();
      assert cache.entrySet().size() == 0 : "This fails and it shouldn't"

            trustin_jira Trustin Lee (Inactive)
            mircea.markus Mircea Markus (Inactive)
            Votes:
            0 Vote for this issue
            Watchers:
            0 Start watching this issue

              Created:
              Updated:
              Resolved: