Return-Path: Delivered-To: apmail-camel-dev-archive@www.apache.org Received: (qmail 67899 invoked from network); 12 May 2009 14:24:22 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.3) by minotaur.apache.org with SMTP; 12 May 2009 14:24:22 -0000 Received: (qmail 64296 invoked by uid 500); 12 May 2009 14:05:17 -0000 Delivered-To: apmail-camel-dev-archive@camel.apache.org Received: (qmail 64284 invoked by uid 500); 12 May 2009 14:05:16 -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 64273 invoked by uid 500); 12 May 2009 14:05:16 -0000 Delivered-To: apmail-activemq-camel-dev@activemq.apache.org Received: (qmail 64262 invoked by uid 99); 12 May 2009 14:05:13 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 12 May 2009 14:05:13 +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.140] (HELO brutus.apache.org) (140.211.11.140) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 12 May 2009 14:05:11 +0000 Received: from brutus (localhost [127.0.0.1]) by brutus.apache.org (Postfix) with ESMTP id C51CA234C004 for ; Tue, 12 May 2009 07:04:50 -0700 (PDT) Message-ID: <37249400.1242137090801.JavaMail.jira@brutus> Date: Tue, 12 May 2009 07:04:50 -0700 (PDT) From: "Claus Ibsen (JIRA)" To: camel-dev@activemq.apache.org Subject: [jira] Created: (CAMEL-1607) FileLanguage - name.ext is missing in Camel 1.x 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 FileLanguage - name.ext is missing in Camel 1.x ----------------------------------------------- Key: CAMEL-1607 URL: https://issues.apache.org/activemq/browse/CAMEL-1607 Project: Apache Camel Issue Type: Bug Components: camel-core Affects Versions: 1.6.0 Reporter: Claus Ibsen Assignee: Claus Ibsen Priority: Minor Fix For: 1.6.1 [15:19] cibsen: I actually had a look specifically at the documentation regarding that. [15:19] It says clearly there that for camel 1.5+ file:name.ext is supported. [15:19] So, thats why I was unsure if it should work or not. [15:19] :) [15:20] * mrhoden (~mrhoden@cerberus.franklinamerican.com) has joined #camel [15:21] cibsen: As you can see, ${file:name} works, but ${file.name.ext} does not. [15:21] 's/${file.name.ext}/${file:name.ext} [15:22] Strange. [15:45] * Disconnected (). [15:59] * Now talking on #camel [16:00] * gtully (~gtully@86-46-32-207-dynamic.b-ras3.mvw.galway.eircom.net) has joined #camel [16:00] jacovt let me see in the code [16:01] in 1.x the code is: [16:01] } else if (ObjectHelper.equal(remainder, "name.noext")) { [16:01] return FileExpressionBuilder.fileNameNoExtensionExpression(); [16:02] jacovt I will be dammed file:name.ext does not exist in 1.x codebase -- This message is automatically generated by JIRA. - You can reply to this email to add a comment to the issue online.