You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@activemq.apache.org by "Gary Tully (JIRA)" <ji...@apache.org> on 2009/11/19 14:11:54 UTC

[jira] Resolved: (AMQ-2502) activemq-camel is missing an optional Import-Package for org.apache.activemq.pool

     [ https://issues.apache.org/activemq/browse/AMQ-2502?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Gary Tully resolved AMQ-2502.
-----------------------------

       Resolution: Fixed
    Fix Version/s: 5.4.0
                   5.3.1

applied suggestion in r882136, thanks.

> activemq-camel is missing an optional Import-Package for org.apache.activemq.pool
> ---------------------------------------------------------------------------------
>
>                 Key: AMQ-2502
>                 URL: https://issues.apache.org/activemq/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
>
>
> 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 <activemq.osgi.import.pkg /> section of the pom:
> org.apache.activemq.pool;resolution:=optional,

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.