]
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: