You cannot install arbitrary JAR files into OSGi, they must be bundles.
Is the codec JAR a bundle that exports the needed package? If not, you
need to convert it into a bundle, for starters.
-> richard
v2cg4ss wrote:
I am getting the following error when installing the codec 1.3 jar in a Felix
environment:
org.osgi.framework.BundleException: Unresolved constraint in bundle 7:
package; (package=org.apache.commons.codec.binary)
My bundle depends on the codec jar and I was under the impression I just had
to install any 3rd party jar to refernce the packages.
What do I need to do in order to reference the codec packages from my bundle
at runtime?
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]