You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@camel.apache.org by "Christian Müller (JIRA)" <ji...@apache.org> on 2014/09/15 16:45:34 UTC

[jira] [Created] (CAMEL-7823) Feature camel-spring-redis is failing

Christian Müller created CAMEL-7823:
---------------------------------------

             Summary: Feature camel-spring-redis is failing
                 Key: CAMEL-7823
                 URL: https://issues.apache.org/jira/browse/CAMEL-7823
             Project: Camel
          Issue Type: Bug
          Components: camel-spring-redis
    Affects Versions: 2.14.0
            Reporter: Christian Müller
             Fix For: 2.14.1, 2.15.0


Installing feature camel-spring-redis is failing:
{noformat}
features:install camel-spring-redis
Error executing command: Could not start bundle mvn:org.springframework.data/spring-data-redis/1.3.4.RELEASE in feature(s) camel-spring-redis-2.14.0: Unresolved constraint in bundle org.springframework.data.redis [171]: Unable to resolve 171.0: missing requirement [171.0] osgi.wiring.package; (&(osgi.wiring.package=org.springframework.aop.framework)(version>=3.2.9)(!(version>=4.0.5)))
{noformat}

Spring AOP is in the spring-aspects feature. However, the import range is [3.2.4,4.0.5) and will not be satisfied in Karaf 2.3.7:
{noformat}
karaf@root> features:list | grep spring-aspects
[uninstalled] [3.0.7.RELEASE  ] spring-aspects                          karaf-2.3.7             Spring 3.0.x AOP support
[uninstalled] [3.1.4.RELEASE  ] spring-aspects                          karaf-2.3.7             Spring 3.1.x AOP support
[uninstalled] [3.2.4.RELEASE  ] spring-aspects                          karaf-2.3.7             Spring 3.2.x AOP support
[uninstalled] [4.0.5.RELEASE_1] spring-aspects                          karaf-2.3.7             Spring 4.0.x AOP support
{noformat}



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)