You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@zookeeper.apache.org by "Patrick Hunt (JIRA)" <ji...@apache.org> on 2013/10/09 08:34:43 UTC

[jira] [Commented] (ZOOKEEPER-1656) OSGI - Missing import package - ClassNotFoundException

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

Patrick Hunt commented on ZOOKEEPER-1656:
-----------------------------------------

Florian is this an issue any longer or should we close it?

> OSGI - Missing import package - ClassNotFoundException
> ------------------------------------------------------
>
>                 Key: ZOOKEEPER-1656
>                 URL: https://issues.apache.org/jira/browse/ZOOKEEPER-1656
>             Project: ZooKeeper
>          Issue Type: Bug
>    Affects Versions: 3.4.5
>         Environment: OSGi
>            Reporter: Florian Pirchner
>
> "Import package" are missing for bundle org.apache.hadoop.zookeeper.
> I am getting an exception running the Zookeeper server in an OSGi environment.
> ZookeeperServerMain uses
> import org.slf4j.Logger;
> import org.slf4j.LoggerFactory;
> But there is no import in MANIFEST.mf:
> Import-Package: javax.management,org.apache.log4j,org.osgi.framework;v
>  ersion="[1.4,2.0)",org.osgi.util.tracker;version="[1.1,2.0)"
> I am sure that another missing package would be the subpackage of org.apache.log4j like org.apache.log4j.jmx.
> Best, Florian



--
This message was sent by Atlassian JIRA
(v6.1#6144)