[infinispan-issues] [JBoss JIRA] (ISPN-1737) DefaultCacheManager(String, boolean) loses boolean parameter
Manik Surtani (JIRA)
jira-events at lists.jboss.org
Wed Jan 18 00:38:18 EST 2012
[ https://issues.jboss.org/browse/ISPN-1737?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]
Manik Surtani updated ISPN-1737:
--------------------------------
Status: Pull Request Sent (was: Open)
Git Pull Request: https://github.com/infinispan/infinispan/pull/851
Thanks for pointing this out!
> 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