Return-Path: Delivered-To: apmail-activemq-camel-dev-archive@locus.apache.org Received: (qmail 35305 invoked from network); 15 Oct 2007 16:14:44 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.2) by minotaur.apache.org with SMTP; 15 Oct 2007 16:14:44 -0000 Received: (qmail 70432 invoked by uid 500); 15 Oct 2007 16:14:32 -0000 Delivered-To: apmail-activemq-camel-dev-archive@activemq.apache.org Received: (qmail 70419 invoked by uid 500); 15 Oct 2007 16:14:32 -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 70409 invoked by uid 99); 15 Oct 2007 16:14:32 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 15 Oct 2007 09:14:32 -0700 X-ASF-Spam-Status: No, hits=-100.0 required=10.0 tests=ALL_TRUSTED X-Spam-Check-By: apache.org Received: from [140.211.11.4] (HELO brutus.apache.org) (140.211.11.4) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 15 Oct 2007 16:14:44 +0000 Received: from brutus (localhost [127.0.0.1]) by brutus.apache.org (Postfix) with ESMTP id 3D0B471422E for ; Mon, 15 Oct 2007 09:14:24 -0700 (PDT) Message-ID: <7539136.1192464864244.JavaMail.jira@brutus> Date: Mon, 15 Oct 2007 09:14:24 -0700 (PDT) From: "James Strachan (JIRA)" To: camel-dev@activemq.apache.org Subject: [jira] Resolved: (CAMEL-181) improve the smart completion of expressions in the DSL via filter(). or when(). to return an ExpressionClause capable of holding all the valid expressions In-Reply-To: <31861100.1192440383057.JavaMail.jira@brutus> MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit X-Virus-Checked: Checked by ClamAV on apache.org [ https://issues.apache.org/activemq/browse/CAMEL-181?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] James Strachan resolved CAMEL-181. ---------------------------------- Resolution: Fixed You can now do things like {code} from("activemq:foo.bar").filter(). {code} then smart completion will find things like * el() * groovy() * ognl() * xpath() * xquery() etc > improve the smart completion of expressions in the DSL via filter(). or when(). to return an ExpressionClause capable of holding all the valid expressions > ---------------------------------------------------------------------------------------------------------------------------------------------------------- > > Key: CAMEL-181 > URL: https://issues.apache.org/activemq/browse/CAMEL-181 > Project: Apache Camel > Issue Type: Improvement > Components: camel-core > Reporter: James Strachan > Fix For: 1.3.0 > > -- This message is automatically generated by JIRA. - You can reply to this email to add a comment to the issue online.