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

Configuration.getName does not work for programmatically defined caches

XMLWordPrintable

      String aName = "aName";
      Configuration configuration = cacheManager.defineConfiguration(aName, configurationOverride);
      Cache c = cacheManager.getCache(aName);
      assertEquals(c.getConfiguration().getName(), aName); // this fails!!

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

                Created:
                Updated:
                Resolved: