Return-Path: Delivered-To: apmail-activemq-camel-dev-archive@locus.apache.org Received: (qmail 15357 invoked from network); 1 Dec 2008 16:51:04 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.2) by minotaur.apache.org with SMTP; 1 Dec 2008 16:51:04 -0000 Received: (qmail 88242 invoked by uid 500); 1 Dec 2008 16:51:16 -0000 Delivered-To: apmail-activemq-camel-dev-archive@activemq.apache.org Received: (qmail 88227 invoked by uid 500); 1 Dec 2008 16:51:16 -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 88215 invoked by uid 99); 1 Dec 2008 16:51:16 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 01 Dec 2008 08:51:16 -0800 X-ASF-Spam-Status: No, hits=-0.0 required=10.0 tests=SPF_PASS X-Spam-Check-By: apache.org Received-SPF: pass (athena.apache.org: domain of james.strachan@gmail.com designates 74.125.46.152 as permitted sender) Received: from [74.125.46.152] (HELO yw-out-1718.google.com) (74.125.46.152) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 01 Dec 2008 16:49:45 +0000 Received: by yw-out-1718.google.com with SMTP id 6so865369ywa.86 for ; Mon, 01 Dec 2008 08:50:32 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:received:received:message-id:date:from:to :subject:mime-version:content-type:content-transfer-encoding :content-disposition; bh=JfSpYhu5+VzhPqZOfcDfLhxkmPCLFBePWRV5sHUytF0=; b=fAkX23bw17MQL4QLSB0Oe2fI7FcQ9aEugIPwk7cc1EZUu5tFfwoiAJrxtkOiSuAcQF 4LVZ9NjoIQ3GH+nPtEa3SnjASmHrcv4tSzQt7t3C8ISvg57eDaYmXXcDZOX0842FKwhy LKN443E+otH/KVIiS/HBKeNTHJqvk5y6rlZp0= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=message-id:date:from:to:subject:mime-version:content-type :content-transfer-encoding:content-disposition; b=eJ4XNCB5bJ/aTNvw1RhWOe8eg6kcgThH9QgrA/eqbWblGjuUyGVNcAd8JNj3ZQ0Guz 56bRLuMZ4I+k0k9s2Y7cQxwftV0DqSZpbQv2l9SK4JHhBPV7BbEZZ77KIVqv9KPYmS4r tTFOscPaCvtHW3a1Sys748ValhXUeBJAyVwRY= Received: by 10.150.198.14 with SMTP id v14mr13002298ybf.145.1228150232271; Mon, 01 Dec 2008 08:50:32 -0800 (PST) Received: by 10.151.47.13 with HTTP; Mon, 1 Dec 2008 08:50:32 -0800 (PST) Message-ID: Date: Mon, 1 Dec 2008 16:50:32 +0000 From: "James Strachan" To: camel-dev@activemq.apache.org Subject: [2.0] simplifying annotations, DSL and XML to remove uri + ref? MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Content-Disposition: inline X-Virus-Checked: Checked by ClamAV on apache.org Many places in Camel take a uri or a ref. e.g. @EndpointInject(uri="foo") or @EndpointInject(ref="bar") I wonder if given we've a ref component so we can use a uri of "ref:bar" for a reference; should we do away with the difference between them in the annotations/DSL/APIs for 2.0? -- James ------- http://macstrac.blogspot.com/ Open Source Integration http://fusesource.com/