http://bugzilla.slf4j.org/show_bug.cgi?id=75
Ceki Gulcu <[email protected]> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |[email protected] --- Comment #7 from Ceki Gulcu <[email protected]> 2009-04-17 21:23:16 --- Hello Marcel, I have started looking into this problem more carefully. When I try to load slf4j.api and slf4j.nop bundles, things seem to work fine. Here is an example of what I have done. > java -jar > /java/eclipse-ganymede/plugins/org.eclipse.osgi_3.4.3.R34x_v20081215-1030.jar > -console osgi> install file:/C:/tmp/slf4j-api-1.5.6.jar Bundle id is 5 osgi> install file:/C:/tmp/slf4j-nop-1.5.6.jar Bundle id is 6 osgi> start 5 osgi> start 6 org.osgi.framework.BundleException: A fragment bundle cannot be started: file:/C:/tmp/slf4j-nop-1.5.6.jar [6] at org.eclipse.osgi.framework.internal.core.BundleFragment.startWorker(BundleFragment.java:224) at org.eclipse.osgi.framework.internal.core.AbstractBundle.start(AbstractBundle.java:265) at [other stack elements edited out for brevity] osgi> enableBundle slf4j.api osgi> enableBundle slf4j.nop osgi> status Framework is launched. id Bundle Location State Bundle File Name 0 System Bundle ACTIVE org.eclipse.osgi_3.4.3.R34x_v20081215-1030 5 file:/C:/tmp/slf4j-api-1.5.6.jar ACTIVE slf4j.api_1.5.6 6 file:/C:/tmp/slf4j-nop-1.5.6.jar RESOLVED slf4j.nop_1.5.6 Registered Services [edited out for brevity] The above seems to work. What am I missing here? -- Configure bugmail: http://bugzilla.slf4j.org/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are the assignee for the bug. _______________________________________________ dev mailing list [email protected] http://www.slf4j.org/mailman/listinfo/dev
