Hi, I think I already replied on the Karaf mailing list.
I will check the spring-data SMX bundles and eventually create spring-data feature to simplify the installation. Regards JB On Tue, Aug 30, 2022 at 6:36 PM z8...@yahoo.com.ar.INVALID <z8...@yahoo.com.ar.invalid> wrote: > > Hi, I'm trying to install the camel-spring-redis module, but it's throwing a > dependency error: > karaf@root()> feature:install camel-spring-redis > > Error executing command: Unable to resolve root: missing requirement [root] > osgi.identity; osgi.identity=camel-spring-redis; type=karaf.feature; > version="[2.24.2,2.24.2]"; > filter:="(&(osgi.identity=camel-spring-redis)(type=karaf.feature)(version>=2.24.2)(version<=2.24.2))" > [caused by: Unable to resolve camel-spring-redis/2.24.2: missing requirement > [camel-spring-redis/2.24.2] osgi.identity; > osgi.identity=org.apache.camel.camel-spring-redis; type=osgi.bundle; > version="[2.24.2,2.24.2]"; resolution:=mandatory [caused by: Unable to > resolve org.apache.camel.camel-spring-redis/2.24.2: missing requirement > [org.apache.camel.camel-spring-redis/2.24.2] osgi.wiring.package; > filter:="(&(osgi.wiring.package=org.springframework.data.geo)(version>=1.0.0)(!(version>=2.0.0)))"]] > > I've already installed almost all spring features, but nothing seems to > export org.springframework.data.geo. I'm using camel 2.24.2. > Could anybody install camel-spring-redis on karaf?Thanks in advanced