Quantcast

Help: unresolved constraint org.osgi.util.tracker

classic Classic list List threaded Threaded
2 messages Options
Reply | Threaded
Open this post in threaded view
|  
Report Content as Inappropriate
star

Help: unresolved constraint org.osgi.util.tracker

apadki
This post has NOT been accepted by the mailing list yet.
I developed a really small servlet plugin project (to deploy a simple servlet) using eclipse, when I deploy this bundle in karaf (felix) I get the error
(org.osgi.framework.BundleException: Unresolved constraint in bundle test1 [85]: Unable to resol
5.0: missing requirement [85.0] package; (&(package=org.osgi.util.tracker)(version>=1.5.0)))

What am I missing ? Which bundle do I need to deploy to get this working?
I also have deployed osgi-4.2.cmpn whoch shows this package exported?
Am at my wit's end.
Can some one help please?
- Anu
Reply | Threaded
Open this post in threaded view
|  
Report Content as Inappropriate
star

Re: Help: unresolved constraint org.osgi.util.tracker

apadki
This post has NOT been accepted by the mailing list yet.
Found it, the version numbers for the bundles were not matching in equinox and felix.
Works now
Loading...