You are viewing a plain text version of this content. The canonical link for it is here.
Posted to users@felix.apache.org by Benson Margulies <be...@basistech.com> on 2014/11/16 21:05:51 UTC

Embedded item not found in test

Felix framework 4.0.3.

pax-exam 4.3.0, their 'native' container.

Many things work.

A jar of Jackson YAML is embedded. It's on the Bundle-Classpath in the
MANIFEST, but when I run a test, it's not found. The package isn't
declared in the instructions anywhere.




onceOver(com.basistech.rosette.osgi.bl.BlTest)  Time elapsed: 0.008
sec  <<< ERROR!
java.lang.ClassNotFoundException:
com.fasterxml.jackson.dataformat.yaml.YAMLFactory not found by
PAXEXAM-PROBE-eb5712c7-a936-4a4c-ad5b-67b82601c196 [27]
        at org.apache.felix.framework.BundleWiringImpl.findClassOrResourceByDelegation(BundleWiringImpl.java:1460)
        at org.apache.felix.framework.BundleWiringImpl.access$400(BundleWiringImpl.java:72)
        at org.apache.felix.framework.BundleWiringImpl$BundleClassLoader.loadClass(BundleWiringImpl.java:1843)

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@felix.apache.org
For additional commands, e-mail: users-help@felix.apache.org