Return-Path: Delivered-To: apmail-activemq-camel-dev-archive@locus.apache.org Received: (qmail 69238 invoked from network); 12 Oct 2008 11:12:43 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.2) by minotaur.apache.org with SMTP; 12 Oct 2008 11:12:43 -0000 Received: (qmail 36261 invoked by uid 500); 12 Oct 2008 11:12:43 -0000 Delivered-To: apmail-activemq-camel-dev-archive@activemq.apache.org Received: (qmail 36240 invoked by uid 500); 12 Oct 2008 11:12:43 -0000 Mailing-List: contact camel-dev-help@activemq.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: camel-dev@activemq.apache.org Delivered-To: mailing list camel-dev@activemq.apache.org Received: (qmail 36229 invoked by uid 99); 12 Oct 2008 11:12:43 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Sun, 12 Oct 2008 04:12:43 -0700 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; Sun, 12 Oct 2008 11:11:45 +0000 Received: from brutus (localhost [127.0.0.1]) by brutus.apache.org (Postfix) with ESMTP id 9FC55234C21C for ; Sun, 12 Oct 2008 04:11:52 -0700 (PDT) Message-ID: <1271197366.1223809912653.JavaMail.jira@brutus> Date: Sun, 12 Oct 2008 04:11:52 -0700 (PDT) From: "Claus Ibsen (JIRA)" To: camel-dev@activemq.apache.org Subject: [jira] Resolved: (CAMEL-979) FileLanguage - to support constant expressions In-Reply-To: <784368700.1223809072569.JavaMail.jira@brutus> MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 7bit X-Virus-Checked: Checked by ClamAV on apache.org [ https://issues.apache.org/activemq/browse/CAMEL-979?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Claus Ibsen resolved CAMEL-979. ------------------------------- Fix Version/s: 1.5.0 Resolution: Fixed Updated wiki as well > FileLanguage - to support constant expressions > ---------------------------------------------- > > Key: CAMEL-979 > URL: https://issues.apache.org/activemq/browse/CAMEL-979 > Project: Apache Camel > Issue Type: Improvement > Components: camel-core > Affects Versions: 1.4.0 > Reporter: Claus Ibsen > Assignee: Claus Ibsen > Fix For: 1.5.0 > > > Currently the simple language does not support constant expressions, that actually is useable in the file component that uses simple language to set file names > So if an end-user want to produce a file with a fixed name, then its not possible > {code} > expression=MyBigFile.txt > {code} > Is not possible. > But this is: > {code} > expression=MyBigFile-${header.foo}.txt > {code} > is as there is a ${} placeholder and then the simple language can evaluate it. > -- This message is automatically generated by JIRA. - You can reply to this email to add a comment to the issue online.