Return-Path: X-Original-To: apmail-activemq-dev-archive@www.apache.org Delivered-To: apmail-activemq-dev-archive@www.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id 8ACD791AE for ; Wed, 18 Apr 2012 15:31:09 +0000 (UTC) Received: (qmail 57608 invoked by uid 500); 18 Apr 2012 15:31:09 -0000 Delivered-To: apmail-activemq-dev-archive@activemq.apache.org Received: (qmail 57569 invoked by uid 500); 18 Apr 2012 15:31:09 -0000 Mailing-List: contact dev-help@activemq.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@activemq.apache.org Delivered-To: mailing list dev@activemq.apache.org Received: (qmail 57560 invoked by uid 99); 18 Apr 2012 15:31:09 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 18 Apr 2012 15:31:09 +0000 X-ASF-Spam-Status: No, hits=-2000.0 required=5.0 tests=ALL_TRUSTED,T_RP_MATCHES_RCVD X-Spam-Check-By: apache.org Received: from [140.211.11.116] (HELO hel.zones.apache.org) (140.211.11.116) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 18 Apr 2012 15:31:04 +0000 Received: from hel.zones.apache.org (hel.zones.apache.org [140.211.11.116]) by hel.zones.apache.org (Postfix) with ESMTP id D41203A18CD for ; Wed, 18 Apr 2012 15:30:44 +0000 (UTC) Date: Wed, 18 Apr 2012 15:30:44 +0000 (UTC) From: "Gary Tully (Reopened) (JIRA)" To: dev@activemq.apache.org Message-ID: <945227426.1193.1334763044870.JavaMail.tomcat@hel.zones.apache.org> Subject: [jira] [Reopened] (AMQ-2502) activemq-camel is missing an optional Import-Package for org.apache.activemq.pool MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-JIRA-FingerPrint: 30527f35849b9dde25b450d4833f0394 X-Virus-Checked: Checked by ClamAV on apache.org [ https://issues.apache.org/jira/browse/AMQ-2502?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Gary Tully reopened AMQ-2502: ----------------------------- Regression: Regression this seems to have regressed via https://issues.apache.org/jira/browse/AMQ-3463 optional imports are missing again. > activemq-camel is missing an optional Import-Package for org.apache.activemq.pool > --------------------------------------------------------------------------------- > > Key: AMQ-2502 > URL: https://issues.apache.org/jira/browse/AMQ-2502 > Project: ActiveMQ > Issue Type: Bug > Affects Versions: 5.2.0, 5.3.0 > Reporter: Phil Messenger > Assignee: Gary Tully > Fix For: 5.3.1, 5.4.0, 5.6.0 > > > If pooling is used, org.apache.activemq.pool.PooledConnectionFactory is instantiated using reflection. BND does not detect this, so compliant OSGI containers will throw a class not found exception. To fix, the following line should be added to the section of the pom: > org.apache.activemq.pool;resolution:=optional, -- 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