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
Reporter: Mircea Markus
Assignee: Mircea Markus
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:
http://www.atlassian.com/software/jira