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 15A92200C3F for ; Wed, 22 Mar 2017 16:17:19 +0100 (CET) Received: by cust-asf.ponee.io (Postfix) id 144C7160B86; Wed, 22 Mar 2017 15:17:19 +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 81481160B83 for ; Wed, 22 Mar 2017 16:17:18 +0100 (CET) Received: (qmail 57527 invoked by uid 500); 22 Mar 2017 15:17:17 -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 Received: (qmail 57516 invoked by uid 99); 22 Mar 2017 15:17:17 -0000 Received: from pnap-us-west-generic-nat.apache.org (HELO spamd4-us-west.apache.org) (209.188.14.142) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 22 Mar 2017 15:17:17 +0000 Received: from localhost (localhost [127.0.0.1]) by spamd4-us-west.apache.org (ASF Mail Server at spamd4-us-west.apache.org) with ESMTP id BB8BDC0578 for ; Wed, 22 Mar 2017 15:17:16 +0000 (UTC) X-Virus-Scanned: Debian amavisd-new at spamd4-us-west.apache.org X-Spam-Flag: NO X-Spam-Score: 3.486 X-Spam-Level: *** X-Spam-Status: No, score=3.486 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, URI_HEX=1.313] autolearn=disabled Received: from mx1-lw-us.apache.org ([10.40.0.8]) by localhost (spamd4-us-west.apache.org [10.40.0.11]) (amavisd-new, port 10024) with ESMTP id kdfeN-K9vT_u for ; Wed, 22 Mar 2017 15:17:16 +0000 (UTC) Received: from mbob.nabble.com (mbob.nabble.com [162.253.133.15]) by mx1-lw-us.apache.org (ASF Mail Server at mx1-lw-us.apache.org) with ESMTP id 10D4E5FB98 for ; Wed, 22 Mar 2017 15:17:16 +0000 (UTC) Received: from static.162.255.23.22.macminivault.com (unknown [162.255.23.22]) by mbob.nabble.com (Postfix) with ESMTP id 3C95B3F681C0 for ; Wed, 22 Mar 2017 07:52:15 -0700 (PDT) Date: Wed, 22 Mar 2017 08:17:14 -0700 (MST) From: rafaeltuelho To: users@camel.apache.org Message-ID: <1490195834669-5795865.post@n5.nabble.com> Subject: jsonpath expressions in when() clause MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit archived-at: Wed, 22 Mar 2017 15:17:19 -0000 Hi. How can I negate a Jsonpath expression in when() clause? Actually I need to test if a returned json body has a given array not empty... I coulnd not find a valid JSON expression to do this... I'm using this: -- View this message in context: http://camel.465427.n5.nabble.com/jsonpath-expressions-in-when-clause-tp5795865.html Sent from the Camel - Users mailing list archive at Nabble.com.