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

Sanne Grinovero (JIRA) jira-events at lists.jboss.org
Wed Jan 18 06:03:18 EST 2012


     [ https://issues.jboss.org/browse/ISPN-1737?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Sanne Grinovero updated ISPN-1737:
----------------------------------

        Status: Resolved  (was: Pull Request Sent)
    Resolution: Done

    
> 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.CR3, 5.1.0.CR4
>            Reporter: Johann Burkard
>            Assignee: Manik Surtani
>            Priority: Blocker
>             Fix For: 5.1.0.FINAL
>
>
> {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