Return-Path: X-Original-To: apmail-camel-dev-archive@www.apache.org Delivered-To: apmail-camel-dev-archive@www.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id 6E57024C for ; Fri, 22 Apr 2011 17:32:46 +0000 (UTC) Received: (qmail 20379 invoked by uid 500); 22 Apr 2011 17:32:46 -0000 Delivered-To: apmail-camel-dev-archive@camel.apache.org Received: (qmail 20334 invoked by uid 500); 22 Apr 2011 17:32:46 -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 20326 invoked by uid 99); 22 Apr 2011 17:32:46 -0000 Received: from nike.apache.org (HELO nike.apache.org) (192.87.106.230) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 22 Apr 2011 17:32:46 +0000 X-ASF-Spam-Status: No, hits=-2000.0 required=5.0 tests=ALL_TRUSTED,T_RP_MATCHES_RCVD X-Spam-Check-By: apache.org Received: from [140.211.11.116] (HELO hel.zones.apache.org) (140.211.11.116) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 22 Apr 2011 17:32:44 +0000 Received: from hel.zones.apache.org (hel.zones.apache.org [140.211.11.116]) by hel.zones.apache.org (Postfix) with ESMTP id C7AC8AEF8A for ; Fri, 22 Apr 2011 17:32:05 +0000 (UTC) Date: Fri, 22 Apr 2011 17:32:05 +0000 (UTC) From: "David Valeri (JIRA)" To: dev@camel.apache.org Message-ID: <1657906966.76798.1303493525800.JavaMail.tomcat@hel.zones.apache.org> Subject: [jira] [Created] (CAMEL-3893) Support OGNL in simple expression language for exchange properties MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-JIRA-FingerPrint: 30527f35849b9dde25b450d4833f0394 X-Virus-Checked: Checked by ClamAV on apache.org Support OGNL in simple expression language for exchange properties ------------------------------------------------------------------ Key: CAMEL-3893 URL: https://issues.apache.org/jira/browse/CAMEL-3893 Project: Camel Issue Type: Improvement Components: camel-core Reporter: David Valeri Attachments: CAMEL-3893.patch The log DSL is convenient for user-facing logging; however, it only supports the simple expression language. There are cases where it is desirable to log the results of a method invocation on an exchange property. The simple expression language currently supports OGNL on message headers but not on exchange properties. The OGNL support for message headers should also be available for exchange properties. For example: ${property.wicket[cool]} should be allowable in addition to the currently supported simple expression capabilities. -- This message is automatically generated by JIRA. For more information on JIRA, see: http://www.atlassian.com/software/jira