Return-Path: X-Original-To: apmail-camel-issues-archive@minotaur.apache.org Delivered-To: apmail-camel-issues-archive@minotaur.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id 12A579230 for ; Wed, 23 May 2012 15:56:46 +0000 (UTC) Received: (qmail 46515 invoked by uid 500); 23 May 2012 15:56:41 -0000 Delivered-To: apmail-camel-issues-archive@camel.apache.org Received: (qmail 46314 invoked by uid 500); 23 May 2012 15:56:41 -0000 Mailing-List: contact issues-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 issues@camel.apache.org Received: (qmail 46031 invoked by uid 99); 23 May 2012 15:56:41 -0000 Received: from issues-vm.apache.org (HELO issues-vm) (140.211.11.160) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 23 May 2012 15:56:41 +0000 Received: from isssues-vm.apache.org (localhost [127.0.0.1]) by issues-vm (Postfix) with ESMTP id 47D77141822 for ; Wed, 23 May 2012 15:56:41 +0000 (UTC) Date: Wed, 23 May 2012 15:56:41 +0000 (UTC) From: "Claus Ibsen (JIRA)" To: issues@camel.apache.org Message-ID: <1945595959.12030.1337788601297.JavaMail.jiratomcat@issues-vm> In-Reply-To: <865909347.8950.1337710301647.JavaMail.jiratomcat@issues-vm> Subject: [jira] [Resolved] (CAMEL-5299) EventNotifiers don't work under Blueprint MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-JIRA-FingerPrint: 30527f35849b9dde25b450d4833f0394 [ https://issues.apache.org/jira/browse/CAMEL-5299?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Claus Ibsen resolved CAMEL-5299. -------------------------------- Resolution: Fixed > EventNotifiers don't work under Blueprint > ----------------------------------------- > > Key: CAMEL-5299 > URL: https://issues.apache.org/jira/browse/CAMEL-5299 > Project: Camel > Issue Type: Bug > Components: camel-blueprint, camel-core > Affects Versions: 2.9.2 > Reporter: Raul Kripalani > Assignee: Claus Ibsen > Labels: blueprint, events > Fix For: 2.9.3, 2.10.0 > > Attachments: blueprint-eventnotifier-bug.xml > > > EventNotifiers don't work with Blueprint Camel Contexts. Testing on latest 2.10-SNAPSHOT, updated on 22 May 16:45 GMT. > After some debugging, it looks like the bean lookup performed on line 202 of {{AbstractCamelContextFactoryBean.afterPropertiesSet()}} triggers the initialization of the CamelContext as part of the lookup. > As part of the init, all services are started, including the ManagementContext and its EventNotifiers (which we were just looking up). > EventNotifiers are then added but never started because they came in late. -- This message is automatically generated by JIRA. If you think it was sent incorrectly, please contact your JIRA administrators: https://issues.apache.org/jira/secure/ContactAdministrators!default.jspa For more information on JIRA, see: http://www.atlassian.com/software/jira