[slf4j-dev] Testing with Felix
Ceki Gülcü
listid at qos.ch
Thu Feb 22 21:41:19 CET 2007
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
More information about the slf4j-dev
mailing list