Return-Path: Delivered-To: apmail-camel-dev-archive@www.apache.org Received: (qmail 81025 invoked from network); 21 Jan 2009 05:47:20 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.2) by minotaur.apache.org with SMTP; 21 Jan 2009 05:47:20 -0000 Received: (qmail 13457 invoked by uid 500); 21 Jan 2009 05:47:20 -0000 Delivered-To: apmail-camel-dev-archive@camel.apache.org Received: (qmail 13448 invoked by uid 500); 21 Jan 2009 05:47:20 -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 13437 invoked by uid 500); 21 Jan 2009 05:47:20 -0000 Delivered-To: apmail-activemq-camel-dev@activemq.apache.org Received: (qmail 13434 invoked by uid 99); 21 Jan 2009 05:47:20 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 20 Jan 2009 21:47:20 -0800 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; Wed, 21 Jan 2009 05:47:19 +0000 Received: from brutus (localhost [127.0.0.1]) by brutus.apache.org (Postfix) with ESMTP id 58CBE234C48B for ; Tue, 20 Jan 2009 21:46:59 -0800 (PST) Message-ID: <1349134861.1232516819348.JavaMail.jira@brutus> Date: Tue, 20 Jan 2009 21:46:59 -0800 (PST) From: "Willem Jiang (JIRA)" To: camel-dev@activemq.apache.org Subject: [jira] Updated: (CAMEL-1279) The IntrospectionSupport should put the Setter which's parameterType is Object to be last candidate In-Reply-To: <1391472223.1232516340103.JavaMail.jira@brutus> MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 7bit X-Virus-Checked: Checked by ClamAV on apache.org [ https://issues.apache.org/activemq/browse/CAMEL-1279?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Willem Jiang updated CAMEL-1279: -------------------------------- Description: Since Object.class.isInstance all the objects, we need to take this setter method as the last candidate. Affects Version/s: (was: 1.5.0) (was: 1.4.0) Summary: The IntrospectionSupport should put the Setter which's parameterType is Object to be last candidate (was: The IntrospectionSupport should put the Setter which's parameterType is Object to be last cadidate) > The IntrospectionSupport should put the Setter which's parameterType is Object to be last candidate > --------------------------------------------------------------------------------------------------- > > Key: CAMEL-1279 > URL: https://issues.apache.org/activemq/browse/CAMEL-1279 > Project: Apache Camel > Issue Type: Improvement > Components: camel-core > Reporter: Willem Jiang > Assignee: Willem Jiang > Fix For: 1.5.1, 2.0.0 > > > Since Object.class.isInstance all the objects, we need to take this setter method as the last candidate. -- This message is automatically generated by JIRA. - You can reply to this email to add a comment to the issue online.