I am having some trouble with those "Unsatisfied version constraint" errors when using OSGI bundles
from the Spring resource site.
When for example I add the package org.h2.jdbcx (but only that package) of the bundle
com.springsource.org.h2 as dependency then I get an unsatified version constraint on
org.eclipse.core.runtime (but not when adding the package org.h2.jdbc of the same h2 bundle).
I am not very familiar with OSGI (and the dependeny stuff), but perhaps someone could shortly
explain that behavior to me (or provide a nice link) and how to solve it.