Hello John et al., Trying to do very basic installation of various SLF4J bundles (based on revision 749) with Apache Felix, the following could be observed:
-> install ... (various packages) -> ps START LEVEL 1 ID State Level Name [ 0] [Active ] [ 0] System Bundle (0.8.0.incubator) [ 1] [Active ] [ 1] Apache Felix Shell Service (0.8.0.incubator) [ 2] [Active ] [ 1] Apache Felix Shell TUI (0.8.0.incubator) [ 3] [Active ] [ 1] Apache Felix Bundle Repository (0.8.0.incubator) [ 5] [Active ] [ 1] slf4j-api (1.3.0.SNAPSHOT) [ 7] [Active ] [ 1] slf4j-simple (1.3.0.SNAPSHOT) [ 8] [Installed ] [ 1] OSGi LogService Implemented Over SLF4J (1.3.0.SNAPSHOT) -> start 8 org.osgi.framework.BundleException: Unresolved package in bundle 8: org.osgi.service.log As can be seen from the above, slf4j-api and slf4j-simple can both be installed and started. However, while osgi-over-slf4j can be installed, it cannot be started. Any ideas? -- Ceki Gülcü Logback: The reliable, generic, fast and flexible logging framework for Java. http://logback.qos.ch _______________________________________________ dev mailing list dev@slf4j.org http://www.slf4j.org/mailman/listinfo/dev