Re: Why does activemq-osgi have META-INF services descriptor of the camel compoment?

2017-02-13 Thread Christopher Shannon
activemq-camel is transitive through activemq-web so maybe that's how it's getting pulled in. I would say go ahead and change whatever you think is necessary to get this working (same with your question about DynamicImport-Package) The OSGI support probably hasn't been maintained as well as it sh

Why does activemq-osgi have META-INF services descriptor of the camel compoment?

2017-02-13 Thread Christian Schneider
I found that issue https://issues.apache.org/jira/browse/AMQ-6597 is caused partly by an entry in META-INF services for the activemq camel component that is present in activemq-osgi. This causes camel to try to load the component from this bundle instead of the activemq-camel bundle where the co