On Sun, Oct 11, 2009 at 10:54 AM, Ivanhoe Abrahams <ivanhoeabrah...@gmail.com> wrote: > org.osgi.framework.BundleException: Bundle symbolic name and version are not > unique: org.apache.felix.framework:2.0.0
I am not familiar with pax, it looks like you have felix 1.x.x and 2.0.0 loaded at the same time. You may configure pax to using 2.0.0 as OSGi runtime instead of 1.x.x. > I see that Richard has also responded to say that this dependency on 1.5 is > actually a mistake and will be rectified. I will wait for that fix. By the If you don't have production system deployment on felix 1.x.x. It's better to just using felix 2.x.x. It implemented osgi spec 4.2 and where community is active focus on. > java.lang.ClassCastException: org.apache.felix.shell.impl.Activator cannot > be cast to org.osgi.framework.BundleActivatorERROR: Error starting > file:bundles/org.apache.felix.shell_1.4.0.jar (org.osgi.fr > amework.BundleException: Activator start error in bundle > org.apache.felix.shell [125].) > It's expected behaviour with different version loaded at different bundle. org.osgi.framework* are exported as part of the system bundle, you don't need manual load somewhere else unless you know what you are doning. --Guo --------------------------------------------------------------------- To unsubscribe, e-mail: users-unsubscr...@felix.apache.org For additional commands, e-mail: users-h...@felix.apache.org