Return-Path: Delivered-To: apmail-camel-dev-archive@www.apache.org Received: (qmail 1141 invoked from network); 29 Jan 2010 08:52:54 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.3) by minotaur.apache.org with SMTP; 29 Jan 2010 08:52:54 -0000 Received: (qmail 32298 invoked by uid 500); 29 Jan 2010 08:52:53 -0000 Delivered-To: apmail-camel-dev-archive@camel.apache.org Received: (qmail 32244 invoked by uid 500); 29 Jan 2010 08:52:53 -0000 Mailing-List: contact dev-help@camel.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@camel.apache.org Delivered-To: mailing list dev@camel.apache.org Received: (qmail 32234 invoked by uid 500); 29 Jan 2010 08:52:53 -0000 Delivered-To: apmail-activemq-camel-dev@activemq.apache.org Received: (qmail 32231 invoked by uid 99); 29 Jan 2010 08:52:53 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 29 Jan 2010 08:52:53 +0000 X-ASF-Spam-Status: No, hits=-2000.0 required=10.0 tests=ALL_TRUSTED X-Spam-Check-By: apache.org Received: from [140.211.11.140] (HELO brutus.apache.org) (140.211.11.140) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 29 Jan 2010 08:52:52 +0000 Received: from brutus.apache.org (localhost [127.0.0.1]) by brutus.apache.org (Postfix) with ESMTP id 9C333234C045 for ; Fri, 29 Jan 2010 00:52:32 -0800 (PST) Message-ID: <1377832329.5381264755152634.JavaMail.jira@brutus.apache.org> Date: Fri, 29 Jan 2010 08:52:32 +0000 (UTC) From: "skydjol (JIRA)" To: camel-dev@activemq.apache.org Subject: [jira] Commented: (CAMEL-2420) In camel-cache CacheConfiguration "diskExpiryThreadIntervalSeconds" not set correctly In-Reply-To: <1629255388.4561264697072644.JavaMail.jira@brutus.apache.org> MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 7bit X-JIRA-FingerPrint: ae95407df07c98740808b2ef9da0087c [ https://issues.apache.org/activemq/browse/CAMEL-2420?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=57236#action_57236 ] skydjol commented on CAMEL-2420: -------------------------------- You have made a call to "setTimeToLiveSeconds" method instead of "setDiskExpiryThreadIntervalSeconds" method. > 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.