I am using karaf version 3.0.4 and i am trying to use pax-logging-logback. In startup.properties I added the pax logging logback mvn\:org.ops4j.pax.logging/pax-logging-logback/1.8.3 = 8 and commented out the line #mvn\:org.ops4j.pax.logging/pax-logging-service/1.8.3 = 8
Karaf is starting properly but the bundle is still in installed state and not in resolved state. It is missing the package sun.reflect. I tried adding the package sun.reflect to karaf.bootdelegation list but it did not fix the issue. karaf@root()> bundle:diag 4 OPS4J Pax Logging - Logback Service (4) --------------------------------------- Status: Installed Unsatisfied Requirements: [4.0] osgi.wiring.package; (osgi.wiring.package=sun.reflect) -- View this message in context: http://karaf.922171.n3.nabble.com/Error-starting-bundle-Pax-Logging-Logback-in-karaf-tp4042975.html Sent from the Karaf - User mailing list archive at Nabble.com.
