On 2/9/11 23:08, samsmarty wrote:
Thanks you are right.Does this mean that i cannot use the regular jar file
into my bundle. Is there a way to do it. I have seen couple of manifest
files in eclipse which uses Bundle-Classpath to add external jars.
any idea ?
You can do it, but if the JAR file has dependencies on other packages,
you have three options:
1. Install other bundles that provide the packages.
2. Also embed those packages into your bundle.
3. Do not have your bundle import the package if you know it isn't
really needed.
-> richard
Thanks,
Sadashiv
justinedelson wrote:
'
Is a bundle exporting this package installed in the framework? I'm
guessing no and that's your problem.
Justin
On Feb 9, 2011, at 5:46 PM, samsmarty<[email protected]> wrote:
Hi All,
Iam getting following error while starting the bundle.
org.osgi.framework.BundleException: Unresolved constraint in bundle
OSGIBndTutorial.bundledirectorymanager [21]: Unable to resolve 21.12:
missing requirement [21.12] package;
(package=org.apache.commons.io.filefilter)
Iam using commons-io-1.3.2.jar in my bundle for some processing. Can you
please let me know how to get around the error. I read some forms which
talked about adding the bundle classpath or by using
org.osgi.framework.system.packages.extra:
org.apache.commons.io.filefilter
but nothing worked. Iam using felix and bnd tools from the following link
http://www.aqute.biz/Code/Bnd bnd
Below is my bundle header configuration
OSGIBndTutorial.bundledirectorymanager (21)
-------------------------------------------
Bnd-LastModified = 1297289848595
Bundle-Activator = org.osgi.tutorial.BundleDirectoryManager
Bundle-ManifestVersion = 2
Bundle-Name = OSGIBndTutorial.bundledirectorymanager
Bundle-SymbolicName = OSGIBndTutorial.bundledirectorymanager
Bundle-Version = 0
Created-By = 1.6.0_13 (Sun Microsystems Inc.)
Import-Package = org.apache.commons.io.filefilter,org.osgi.framework
Manifest-Version = 1.0
Private-Package = org.osgi.tutorial
Tool = Bnd-1.31.0
Iam using MyEclipse with felix and bnd tools for executing the program.
Any help would be appreciated.
--
View this message in context:
http://old.nabble.com/Getting-error-while-starting-a-bundle-tp30887791p30887791.html
Sent from the Apache Felix - Users mailing list archive at Nabble.com.
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]