The shell dependency was actually a mistake. We will release a new version of it that has a lower dependency, since it doesn't really require 1.5.

However, I think the latest OSGi JARs are in the central Maven repo:

    org.osgi
    org.osgi.core
    4.2.0

-> richard

On 10/10/09 17:12, Ivanhoe Abrahams wrote:
Hi Everybody

After about 2 months of not playing with OSGI, I finally have some time
again.
In the mean time I see Felix has moved on to version 2

I use pax provision to run felix. But now I encounter a problem starting up
the system.
It seem as if felix shell now has a dependency on a different  version of
the core osgi bundle. But I cant find the correct maven repository to get
this version from.

Can someone please tell me what my maven dependency should look like to
satisfy the below "Unresolved constraint" that I encounter ...below is the
Error message....Thank you in advance



Welcome to Felix
================

org.osgi.framework.BundleException: Unresolved constraint in bundle
org.apache.felix.shell [124]: package;
(&(package=org.osgi.framework)(version>=1.5.0))
         at
org.apache.felix.framework.Felix.resolveBundle(Felix.java:3268)ERROR: Error
starting file:bundles/org.apache.felix.shell_1.4.0.jar
(org.osgi.framework.BundleException: Unresolved constraint
  in bundle org.apache.felix.shell [124]: package;
(&(package=org.osgi.framework)(version>=1.5.0)))

         at org.apache.felix.framework.Felix.startBundle(Felix.java:1596)
         at
org.apache.felix.framework.Felix.setActiveStartLevel(Felix.java:1076)
         at
org.apache.felix.framework.StartLevelImpl.run(StartLevelImpl.java:264)
         at java.lang.Thread.run(Thread.java:619)
ERROR: Error starting file:bundles/org.apache.felix.shell.tui_1.4.0.jar
(org.osgi.framework.BundleException: Unresolved constraint in bundle
org.apache.felix.shell [124]: package; (&(package=org.osgi.
framework)(version>=1.5.0)))
org.osgi.framework.BundleException: Unresolved constraint in bundle
org.apache.felix.shell [124]: package;
(&(package=org.osgi.framework)(version>=1.5.0))
         at org.apache.felix.framework.Felix.resolveBundle(Felix.java:3268)
         at org.apache.felix.framework.Felix.startBundle(Felix.java:1596)
         at
org.apache.felix.framework.Felix.setActiveStartLevel(Felix.java:1076)
         at
org.apache.felix.framework.StartLevelImpl.run(StartLevelImpl.java:264)
         at java.lang.Thread.run(Thread.java:619)



Thanks

Ivanhoe


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to