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


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.

Reply via email to