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 4D986C17B for ; Wed, 26 Nov 2014 09:18:13 +0000 (UTC) Received: (qmail 3726 invoked by uid 500); 26 Nov 2014 09:18:12 -0000 Delivered-To: apmail-camel-issues-archive@camel.apache.org Received: (qmail 3576 invoked by uid 500); 26 Nov 2014 09:18:12 -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 3408 invoked by uid 99); 26 Nov 2014 09:18:12 -0000 Received: from arcas.apache.org (HELO arcas.apache.org) (140.211.11.28) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 26 Nov 2014 09:18:12 +0000 Date: Wed, 26 Nov 2014 09:18:12 +0000 (UTC) From: "ASF GitHub Bot (JIRA)" To: issues@camel.apache.org Message-ID: In-Reply-To: References: Subject: [jira] [Commented] (CAMEL-8000) Add global notion of CamelContextRegistry 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-8000?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14225942#comment-14225942 ] ASF GitHub Bot commented on CAMEL-8000: --------------------------------------- Github user tdiesler closed the pull request at: https://github.com/apache/camel/pull/322 > Add global notion of CamelContextRegistry > ----------------------------------------- > > Key: CAMEL-8000 > URL: https://issues.apache.org/jira/browse/CAMEL-8000 > Project: Camel > Issue Type: Improvement > Affects Versions: 2.14.0 > Reporter: Thomas Diesler > Assignee: Claus Ibsen > > There are a number of issues with the Container API that make it unusable in WildFly > # Concept of unsynchronised singleton > # Call to 3rd party code with partially constructed objects > # Unsynchronised access to a shared resource > Currently there are at least two components that compete for the Container singleton. The Camel Subsystem and Insight Camel. > I suspect that the Container API cannot be fixed in a compatible way. > Instead the notion of a CamelContextRegistry that fixes the issues with Container may need to get added. -- This message was sent by Atlassian JIRA (v6.3.4#6332)