Sandra Parsick created AMQ-6816:
-----------------------------------
Summary: [OSGi] Client and broker bundles export same package
"org.apache.activemq.broker"
Key: AMQ-6816
URL: https://issues.apache.org/jira/browse/AMQ-6816
Project: ActiveMQ
Issue Type: Bug
Components: Broker, JMS client
Affects Versions: 5.15.0
Environment: Equinox 4.5.0
Reporter: Sandra Parsick
Priority: Minor
If the bundles client and broker are used together in an OSGi framework like
Equinox, you can't use the Import-Package statement for
"org.apache.activemq.broker", because both bundles export this package. So you
are forced to use Required-Bundle for importing the classes to our own bundle.
Furthermore, it isn't OSGi best practice that various bundles export the same
package.
--
This message was sent by Atlassian JIRA
(v6.4.14#64029)