Return-Path: Delivered-To: apmail-camel-dev-archive@www.apache.org Received: (qmail 80980 invoked from network); 21 Oct 2010 08:37:05 -0000 Received: from unknown (HELO mail.apache.org) (140.211.11.3) by 140.211.11.9 with SMTP; 21 Oct 2010 08:37:05 -0000 Received: (qmail 55614 invoked by uid 500); 21 Oct 2010 08:37:05 -0000 Delivered-To: apmail-camel-dev-archive@camel.apache.org Received: (qmail 55591 invoked by uid 500); 21 Oct 2010 08:37:05 -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 55573 invoked by uid 500); 21 Oct 2010 08:37:04 -0000 Delivered-To: apmail-activemq-camel-dev@activemq.apache.org Received: (qmail 55436 invoked by uid 99); 21 Oct 2010 08:37:04 -0000 Received: from nike.apache.org (HELO nike.apache.org) (192.87.106.230) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 21 Oct 2010 08:37:04 +0000 X-ASF-Spam-Status: No, hits=-1998.7 required=10.0 tests=ALL_TRUSTED,URI_HEX X-Spam-Check-By: apache.org Received: from [140.211.11.22] (HELO thor.apache.org) (140.211.11.22) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 21 Oct 2010 08:37:02 +0000 Received: from thor (localhost [127.0.0.1]) by thor.apache.org (8.13.8+Sun/8.13.8) with ESMTP id o9L8aeV8014752 for ; Thu, 21 Oct 2010 08:36:40 GMT Message-ID: <32121915.62441287650200396.JavaMail.jira@thor> Date: Thu, 21 Oct 2010 04:36:40 -0400 (EDT) From: "Olivier Roger (JIRA)" To: camel-dev@activemq.apache.org Subject: [jira] Created: (CAMEL-3263) Camel-exec - ease usage with Spring DSL 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 Camel-exec - ease usage with Spring DSL --------------------------------------- Key: CAMEL-3263 URL: https://issues.apache.org/activemq/browse/CAMEL-3263 Project: Apache Camel Issue Type: Improvement Affects Versions: 2.4.0 Reporter: Olivier Roger It would be more user friendly if it a String could be also be given instead of a Java List object. In that case a separator would be necessary but I guess a blank space could be the default value. Sample of usage : {code} , arg1,arg2,arg3 {code} For more details, please see [The mailling list discution on that topic|http://camel.465427.n5.nabble.com/Camel-exec-dynamic-parameters-in-Spring-DSL-td3230040.html#a3230040] -- This message is automatically generated by JIRA. - You can reply to this email to add a comment to the issue online.