[ https://issues.apache.org/jira/browse/CONNECTORS-1589?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]
Karl Wright resolved CONNECTORS-1589. ------------------------------------- Resolution: Fixed r1854702 > lrusize always null > ------------------- > > Key: CONNECTORS-1589 > URL: https://issues.apache.org/jira/browse/CONNECTORS-1589 > Project: ManifoldCF > Issue Type: Bug > Components: Framework core > Affects Versions: ManifoldCF 2.12 > Reporter: Cihad Guzel > Assignee: Karl Wright > Priority: Major > Fix For: ManifoldCF 2.13 > > > {code:java} > public abstract class BaseDescription implements ICacheDescription { > ... > public int getMaxLRUCount() > ... > String x = null; // > JSKW.getProperty("cache."+objectClassName+".lrusize"); > if (x == null) > ... > {code} > Change this condition so that it does not always evaluate to "true" -- This message was sent by Atlassian JIRA (v7.6.3#76005)