[ 
https://issues.apache.org/jira/browse/SMX4-1147?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13284856#comment-13284856
 ] 

Claus Ibsen commented on SMX4-1147:
-----------------------------------

Okay the issue is the bundle using hadoop, need to use dynamic import, eg


{code:xml}
      <!-- to generate the MANIFEST-FILE of the bundle -->
      <plugin>
        <groupId>org.apache.felix</groupId>
        <artifactId>maven-bundle-plugin</artifactId>
        <version>2.3.4</version>
        <extensions>true</extensions>
        <configuration>
          <instructions>
            <Bundle-SymbolicName>test-hadoop_incoming</Bundle-SymbolicName>
            <Import-Package>*</Import-Package>
            <DynamicImport-Package>*</DynamicImport-Package>
          </instructions>
        </configuration>
      </plugin>
{code}
                
> Hadoop 1.0.3 osgi bundle
> ------------------------
>
>                 Key: SMX4-1147
>                 URL: https://issues.apache.org/jira/browse/SMX4-1147
>             Project: ServiceMix 4
>          Issue Type: Task
>          Components: Bundles
>            Reporter: Claus Ibsen
>            Assignee: Freeman Fang
>
> Hadoop 1.0.3 has been released.
> It would be nice with an osgi bundle for that
> http://search.maven.org/#artifactdetails%7Corg.apache.hadoop%7Chadoop-core%7C1.0.3%7Cjar
> We currently have in progress a 1.0.0 osgi bundle

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators: 
https://issues.apache.org/jira/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

Reply via email to