[infinispan-issues] [JBoss JIRA] Issue Comment Edited: (ISPN-1075) Configuration.getName does not work for programmatically defined caches

Mircea Markus (JIRA) jira-events at lists.jboss.org
Thu Apr 28 07:03:19 EDT 2011


    [ https://issues.jboss.org/browse/ISPN-1075?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12598697#comment-12598697 ] 

Mircea Markus edited comment on ISPN-1075 at 4/28/11 7:03 AM:
--------------------------------------------------------------

I've added an Configuration.equalsIgnoreName to be used when one wants a more "functional" equality.

      was (Author: mircea.markus):
    I've added an Configuration.equalsIgnoreName to be used when one wants an functional equality.
  
> 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
>
>
> 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


More information about the infinispan-issues mailing list