[ https://issues.apache.org/activemq/browse/CAMEL-2420?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]
Claus Ibsen resolved CAMEL-2420. -------------------------------- Resolution: Fixed Fix Version/s: 2.2.0 Assignee: Claus Ibsen Thanks now I can see the problem :) trunk: 904430. > In camel-cache CacheConfiguration "diskExpiryThreadIntervalSeconds" not set > correctly > ------------------------------------------------------------------------------------- > > Key: CAMEL-2420 > URL: https://issues.apache.org/activemq/browse/CAMEL-2420 > Project: Apache Camel > Issue Type: Bug > Affects Versions: 2.1.0 > Reporter: skydjol > Assignee: Claus Ibsen > Fix For: 2.2.0 > > > See CacheConfiguration.java > {code:title=CacheConfiguration.java|borderStyle=solid} > if (cacheSettings.containsKey("diskExpiryThreadIntervalSeconds")) { > setTimeToLiveSeconds(Long.valueOf((String) > cacheSettings.get("diskExpiryThreadIntervalSeconds")).longValue()); > } > {code} -- This message is automatically generated by JIRA. - You can reply to this email to add a comment to the issue online.