You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@camel.apache.org by "Fernando Ribeiro (JIRA)" <ji...@apache.org> on 2010/03/29 13:23:08 UTC

[jira] Issue Comment Edited: (CAMEL-2593) Missing Package Export in HTTP Component

    [ https://issues.apache.org/activemq/browse/CAMEL-2593?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=58530#action_58530 ] 

Fernando Ribeiro edited comment on CAMEL-2593 at 3/29/10 11:23 AM:
-------------------------------------------------------------------

I've verified that it is really in the Camel bundle, but not in my application bundle, to which it needs to be added manually. Thanks!

      was (Author: fribeiro):
    I've verified that it is really in the component bundle, but not in the application bundle, to which it needs to be added manually. Thanks!
  
> Missing Package Export in HTTP Component
> ----------------------------------------
>
>                 Key: CAMEL-2593
>                 URL: https://issues.apache.org/activemq/browse/CAMEL-2593
>             Project: Apache Camel
>          Issue Type: Bug
>          Components: camel-http
>    Affects Versions: 1.6.2
>            Reporter: Fernando Ribeiro
>            Assignee: Willem Jiang
>
> 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.