]
Mircea Markus updated ISPN-1075:
--------------------------------
Fix Version/s: 5.0.0.CR2
Configuration.getName does not work for programmatically defined
caches
-----------------------------------------------------------------------
Key: ISPN-1075
URL:
https://issues.jboss.org/browse/ISPN-1075
Project: Infinispan
Issue Type: Feature Request
Components: Configuration
Affects Versions: 4.2.1.FINAL
Reporter: Mircea Markus
Assignee: Mircea Markus
Fix For: 4.2.2.BETA1, 4.2.2.FINAL, 5.0.0.CR1, 5.0.0.CR2, 5.0.0.FINAL
String aName = "aName";
Configuration configuration = cacheManager.defineConfiguration(aName,
configurationOverride);
Cache c = cacheManager.getCache(aName);
assertEquals(c.getConfiguration().getName(), aName); // this fails!!
--
This message is automatically generated by JIRA.
For more information on JIRA, see: