Missing Package Export in HTTP Component
----------------------------------------
Key: CAMEL-2593
URL: https://issues.apache.org/activemq/browse/CAMEL-2593
Project: Apache Camel
Issue Type: Bug
Affects Versions: 1.6.2
Reporter: Fernando Ribeiro
The org.apache.camel.component.http.helper package is not exported.
**pom.xml**
<properties>
<camel.osgi.export.pkg>org.apache.camel.component.http.*</camel.osgi.export.pkg>
</properties>
**servicemix.log**
Could not find class
'org/apache/camel/component/http/helper/LoadingByteArrayOutputStream.class' in
any classloaders
Could not find class 'org/apache/camel/component/http/helper/GZIPHelper.class'
in any classloaders
Note that I didn't verify in 2.2.0.
--
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.