Return-Path: X-Original-To: archive-asf-public-internal@cust-asf2.ponee.io Delivered-To: archive-asf-public-internal@cust-asf2.ponee.io Received: from cust-asf.ponee.io (cust-asf.ponee.io [163.172.22.183]) by cust-asf2.ponee.io (Postfix) with ESMTP id 309CF200C00 for ; Wed, 18 Jan 2017 09:36:37 +0100 (CET) Received: by cust-asf.ponee.io (Postfix) id 2F1CA160B53; Wed, 18 Jan 2017 08:36:37 +0000 (UTC) Delivered-To: archive-asf-public@cust-asf.ponee.io Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by cust-asf.ponee.io (Postfix) with SMTP id 79414160B3A for ; Wed, 18 Jan 2017 09:36:36 +0100 (CET) Received: (qmail 12404 invoked by uid 500); 18 Jan 2017 08:36:35 -0000 Mailing-List: contact users-help@camel.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: users@camel.apache.org Delivered-To: mailing list users@camel.apache.org Delivered-To: moderator for users@camel.apache.org Received: (qmail 11347 invoked by uid 99); 18 Jan 2017 08:34:56 -0000 X-Virus-Scanned: Debian amavisd-new at spamd4-us-west.apache.org X-Spam-Flag: NO X-Spam-Score: 3.487 X-Spam-Level: *** X-Spam-Status: No, score=3.487 tagged_above=-999 required=6.31 tests=[DKIM_ADSP_CUSTOM_MED=0.001, NML_ADSP_CUSTOM_MED=1.2, RCVD_IN_DNSWL_NONE=-0.0001, SPF_SOFTFAIL=0.972, URIBL_BLOCKED=0.001, URI_HEX=1.313] autolearn=disabled Date: Wed, 18 Jan 2017 01:34:44 -0700 (MST) From: Scisci To: users@camel.apache.org Message-ID: <1484728484500-5792714.post@n5.nabble.com> In-Reply-To: <1484585339161-5792581.post@n5.nabble.com> References: <1484585339161-5792581.post@n5.nabble.com> Subject: Re: Infinispan Idempotent - EAP Cluster mod MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit archived-at: Wed, 18 Jan 2017 08:36:37 -0000 Hi, after some try, I think I've found the error. It seems that the idempotentkey on file endpoint doesn't work as expected. With this route the key is never found ${file:name} ${file:onlyname.noext} CamelInfinispanOperationGet Idempotent_Emir ${header.CamelInfinispanOperationResult} != null ... Put the idempotent out of file endpoint it work ... ${file:onlyname.noext} .... Bye Mirko -- View this message in context: http://camel.465427.n5.nabble.com/Infinispan-Idempotent-EAP-Cluster-mod-tp5792581p5792714.html Sent from the Camel - Users mailing list archive at Nabble.com.