Return-Path: Delivered-To: apmail-activemq-camel-dev-archive@locus.apache.org Received: (qmail 37664 invoked from network); 30 Jun 2008 07:20:51 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.2) by minotaur.apache.org with SMTP; 30 Jun 2008 07:20:51 -0000 Received: (qmail 77632 invoked by uid 500); 30 Jun 2008 07:20:52 -0000 Delivered-To: apmail-activemq-camel-dev-archive@activemq.apache.org Received: (qmail 77616 invoked by uid 500); 30 Jun 2008 07:20:52 -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 77605 invoked by uid 99); 30 Jun 2008 07:20:52 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 30 Jun 2008 00:20:52 -0700 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; Mon, 30 Jun 2008 07:20:10 +0000 Received: from brutus (localhost [127.0.0.1]) by brutus.apache.org (Postfix) with ESMTP id 47E6F234C148 for ; Mon, 30 Jun 2008 00:20:00 -0700 (PDT) Message-ID: <6630342.1214810400279.JavaMail.jira@brutus> Date: Mon, 30 Jun 2008 00:20:00 -0700 (PDT) From: "Claus Ibsen (JIRA)" To: camel-dev@activemq.apache.org Subject: [jira] Updated: (CAMEL-651) BeanProcessor more intelligent choosing of correct method (AOP proxies problems) In-Reply-To: <256239129.1214808960261.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-651?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Claus Ibsen updated CAMEL-651: ------------------------------ Fix Version/s: 1.4.0 (was: 1.5.0) Okay got a better matching now considering the MEP pattern. Will now skip void methods for out capable exchanges. > BeanProcessor more intelligent choosing of correct method (AOP proxies problems) > -------------------------------------------------------------------------------- > > Key: CAMEL-651 > URL: https://issues.apache.org/activemq/browse/CAMEL-651 > Project: Apache Camel > Issue Type: Bug > Components: camel-core > Affects Versions: 1.4.0 > Reporter: Claus Ibsen > Assignee: Claus Ibsen > Fix For: 1.4.0 > > > The example: example-spring-jms using AOP proxies as a part of the enhancer server demonstration to do somekind of audit tracking using aspectj and spring. > However Camel now have trouble picking the correct method (broken in later 1.4-SNAPSHOT) or as the AOP proxied object now has an removeAdvisor(int) method that Camel think it can invoke also. > However the BeanInfo#chooseMethodWithMatchingBody method doens't consider the MEP pattern (InOut etc). So when there is an Out pattern the method should not be void. -- This message is automatically generated by JIRA. - You can reply to this email to add a comment to the issue online.