Return-Path: Delivered-To: apmail-activemq-camel-dev-archive@locus.apache.org Received: (qmail 71550 invoked from network); 16 Aug 2007 08:17:44 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.2) by minotaur.apache.org with SMTP; 16 Aug 2007 08:17:44 -0000 Received: (qmail 45112 invoked by uid 500); 16 Aug 2007 08:17:42 -0000 Delivered-To: apmail-activemq-camel-dev-archive@activemq.apache.org Received: (qmail 45091 invoked by uid 500); 16 Aug 2007 08:17:42 -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 45082 invoked by uid 99); 16 Aug 2007 08:17:42 -0000 Received: from nike.apache.org (HELO nike.apache.org) (192.87.106.230) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 16 Aug 2007 01:17:42 -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; Thu, 16 Aug 2007 08:18:02 +0000 Received: from brutus (localhost [127.0.0.1]) by brutus.apache.org (Postfix) with ESMTP id 38CC37141E2 for ; Thu, 16 Aug 2007 01:17:22 -0700 (PDT) Message-ID: <14149658.1187252242195.JavaMail.jira@brutus> Date: Thu, 16 Aug 2007 01:17:22 -0700 (PDT) From: "James Strachan (JIRA)" To: camel-dev@activemq.apache.org Subject: [jira] Created: (CAMEL-108) allow the @EndpointInject to not require any arguments and defaulting the name (reference name) to be the name of the field or property 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 allow the @EndpointInject to not require any arguments and defaulting the name (reference name) to be the name of the field or property --------------------------------------------------------------------------------------------------------------------------------------- Key: CAMEL-108 URL: https://issues.apache.org/activemq/browse/CAMEL-108 Project: Apache Camel Issue Type: Improvement Reporter: James Strachan Assignee: James Strachan Fix For: 1.2.0 So that {code} class Cheese { @EndpointInject ProducerTemplate fooEndpoint; } {code} would look up in the registry (such as Spring AppContext) to find "fooEndpoint" -- This message is automatically generated by JIRA. - You can reply to this email to add a comment to the issue online.