[infinispan-issues] [JBoss JIRA] (ISPN-1737) DefaultCacheManager(String, boolean) loses boolean parameter

Johann Burkard (JIRA) jira-events at lists.jboss.org
Mon Jan 16 16:44:18 EST 2012


Johann Burkard created ISPN-1737:
------------------------------------

             Summary: DefaultCacheManager(String, boolean) loses boolean parameter
                 Key: ISPN-1737
                 URL: https://issues.jboss.org/browse/ISPN-1737
             Project: Infinispan
          Issue Type: Bug
          Components: Core API
    Affects Versions: 5.1.0.CR4, 5.1.0.CR3
            Reporter: Johann Burkard
            Assignee: Manik Surtani


{code}
   public DefaultCacheManager(String configurationFile, boolean start) throws IOException {
      this(FileLookupFactory.newInstance().lookupFile(configurationFile, Thread.currentThread().getContextClassLoader()));
   }
{code}

Look what happens to the start parameter ;)

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators: https://issues.jboss.org/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira

        


More information about the infinispan-issues mailing list