Return-Path: Delivered-To: apmail-camel-dev-archive@www.apache.org Received: (qmail 1963 invoked from network); 14 Jun 2010 03:36:16 -0000 Received: from unknown (HELO mail.apache.org) (140.211.11.3) by 140.211.11.9 with SMTP; 14 Jun 2010 03:36:16 -0000 Received: (qmail 238 invoked by uid 500); 14 Jun 2010 03:36:16 -0000 Delivered-To: apmail-camel-dev-archive@camel.apache.org Received: (qmail 114 invoked by uid 500); 14 Jun 2010 03:36: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 106 invoked by uid 500); 14 Jun 2010 03:36:13 -0000 Delivered-To: apmail-activemq-camel-dev@activemq.apache.org Received: (qmail 103 invoked by uid 99); 14 Jun 2010 03:36:12 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 14 Jun 2010 03:36:12 +0000 X-ASF-Spam-Status: No, hits=-1517.6 required=10.0 tests=ALL_TRUSTED,AWL X-Spam-Check-By: apache.org Received: from [140.211.11.22] (HELO thor.apache.org) (140.211.11.22) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 14 Jun 2010 03:36:12 +0000 Received: from thor (localhost [127.0.0.1]) by thor.apache.org (8.13.8+Sun/8.13.8) with ESMTP id o5E3Zpiq021026 for ; Mon, 14 Jun 2010 03:35:52 GMT Message-ID: <15730156.14021276486551811.JavaMail.jira@thor> Date: Sun, 13 Jun 2010 23:35:51 -0400 (EDT) From: "Willem Jiang (JIRA)" To: camel-dev@activemq.apache.org Subject: [jira] Created: (CAMEL-2809) OsgiFactoryFinder should be able to go through the bundle entry to check the META-INF of the Factory MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 7bit X-JIRA-FingerPrint: ae95407df07c98740808b2ef9da0087c OsgiFactoryFinder should be able to go through the bundle entry to check the META-INF of the Factory ---------------------------------------------------------------------------------------------------- Key: CAMEL-2809 URL: https://issues.apache.org/activemq/browse/CAMEL-2809 Project: Apache Camel Issue Type: Bug Reporter: Willem Jiang Assignee: Willem Jiang Fix For: 2.4.0 The refactor of OSGi CAMEL-2693 let the OSGiFactoryFinder just find the factory information based on the camel application context. As camel core doesn't exports the its META-INF/... package, we'd better to revert the change, and let OSGiFactoryFinder be able to find the factory class as usual. -- This message is automatically generated by JIRA. - You can reply to this email to add a comment to the issue online.