Return-Path: Delivered-To: apmail-camel-dev-archive@www.apache.org Received: (qmail 8165 invoked from network); 28 Apr 2010 09:09:55 -0000 Received: from unknown (HELO mail.apache.org) (140.211.11.3) by 140.211.11.9 with SMTP; 28 Apr 2010 09:09:55 -0000 Received: (qmail 44388 invoked by uid 500); 28 Apr 2010 09:09:55 -0000 Delivered-To: apmail-camel-dev-archive@camel.apache.org Received: (qmail 44268 invoked by uid 500); 28 Apr 2010 09:09: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 44254 invoked by uid 500); 28 Apr 2010 09:09:52 -0000 Delivered-To: apmail-activemq-camel-dev@activemq.apache.org Received: (qmail 44251 invoked by uid 99); 28 Apr 2010 09:09:52 -0000 Received: from nike.apache.org (HELO nike.apache.org) (192.87.106.230) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 28 Apr 2010 09:09:52 +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.22] (HELO thor.apache.org) (140.211.11.22) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 28 Apr 2010 09:09:50 +0000 Received: from thor (localhost [127.0.0.1]) by thor.apache.org (8.13.8+Sun/8.13.8) with ESMTP id o3S99Sif006444 for ; Wed, 28 Apr 2010 09:09:28 GMT Message-ID: <20590704.6891272445768391.JavaMail.jira@thor> Date: Wed, 28 Apr 2010 05:09:28 -0400 (EDT) From: "Claus Ibsen (JIRA)" To: camel-dev@activemq.apache.org Subject: [jira] Resolved: (CAMEL-2678) Removing entries from FileIdempotentRepository don't get persisted In-Reply-To: <32131833.5831272361046949.JavaMail.jira@thor> MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 7bit X-JIRA-FingerPrint: ae95407df07c98740808b2ef9da0087c X-Virus-Checked: Checked by ClamAV on apache.org [ https://issues.apache.org/activemq/browse/CAMEL-2678?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Claus Ibsen resolved CAMEL-2678. -------------------------------- Fix Version/s: 2.3.0 Resolution: Fixed trunk: 938828. > Removing entries from FileIdempotentRepository don't get persisted > ------------------------------------------------------------------ > > Key: CAMEL-2678 > URL: https://issues.apache.org/activemq/browse/CAMEL-2678 > Project: Apache Camel > Issue Type: Bug > Components: camel-core > Affects Versions: 2.0.0, 2.1.0, 2.2.0 > Environment: JDK 1.5 & 1.6 / JBoss 4.2 / Camel 2.1.0 & 2.2.0 > Reporter: Farhad Dehghani > Assignee: Claus Ibsen > Priority: Minor > Fix For: 2.3.0 > > > Removing an entry (file name) programatically from a file idempotent repository has only effect on the cache and does not get persisted on the file repository. > There are some situations in which one may need to rerun a file through a workflow and it makes neccessary to remove the file from the idempotent repository. A specific problem arises when upon a server restart, the file is not picked up by the workflow because the remove was not persisted/spooled on the disk. -- This message is automatically generated by JIRA. - You can reply to this email to add a comment to the issue online.