Return-Path: Delivered-To: apmail-camel-dev-archive@www.apache.org Received: (qmail 14985 invoked from network); 31 May 2009 10:58:00 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.3) by minotaur.apache.org with SMTP; 31 May 2009 10:58:00 -0000 Received: (qmail 87952 invoked by uid 500); 31 May 2009 10:58:13 -0000 Delivered-To: apmail-camel-dev-archive@camel.apache.org Received: (qmail 87909 invoked by uid 500); 31 May 2009 10:58:13 -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 87899 invoked by uid 500); 31 May 2009 10:58:13 -0000 Delivered-To: apmail-activemq-camel-dev@activemq.apache.org Received: (qmail 87896 invoked by uid 99); 31 May 2009 10:58:13 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Sun, 31 May 2009 10:58:13 +0000 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; Sun, 31 May 2009 10:58:10 +0000 Received: from brutus (localhost [127.0.0.1]) by brutus.apache.org (Postfix) with ESMTP id 96FC6234C004 for ; Sun, 31 May 2009 03:57:50 -0700 (PDT) Message-ID: <254271693.1243767470604.JavaMail.jira@brutus> Date: Sun, 31 May 2009 03:57:50 -0700 (PDT) From: "Martin Gilday (JIRA)" To: camel-dev@activemq.apache.org Subject: [jira] Updated: (CAMEL-1663) Spring BeanPostProcessors do not work on beans which are used in Camel route builders In-Reply-To: <1425255383.1243767230583.JavaMail.jira@brutus> MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 7bit X-JIRA-FingerPrint: ae95407df07c98740808b2ef9da0087c X-Virus-Checked: Checked by ClamAV on apache.org [ https://issues.apache.org/activemq/browse/CAMEL-1663?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Martin Gilday updated CAMEL-1663: --------------------------------- Attachment: camel-1663.zip Test case is written for 1.6.0 which is the version I am using. I have run the tests against 2.0-M1 and get the same result. I have left the code in the POM and tests so the two can be toggled. > Spring BeanPostProcessors do not work on beans which are used in Camel route builders > -------------------------------------------------------------------------------------- > > Key: CAMEL-1663 > URL: https://issues.apache.org/activemq/browse/CAMEL-1663 > Project: Apache Camel > Issue Type: Bug > Components: camel-spring > Affects Versions: 1.6.0, 2.0-M1 > Reporter: Martin Gilday > Attachments: camel-1663.zip > > > Spring PostProcessors stop working for beans which are injected into Camel route builders. See attached test cases showing processor breaks as soon as injected into a route builder. -- This message is automatically generated by JIRA. - You can reply to this email to add a comment to the issue online.