[
https://issues.apache.org/jira/browse/CAMEL-8764?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14537198#comment-14537198
]
Andrea Cosentino edited comment on CAMEL-8764 at 5/10/15 2:36 PM:
------------------------------------------------------------------
Related commit on master:
http://git-wip-us.apache.org/repos/asf/camel/commit/ecad8a1e
Cherry-pick on camel-2.15.x:
http://git-wip-us.apache.org/repos/asf/camel/commit/b5a30b10
was (Author: ancosen):
Related commit:
http://git-wip-us.apache.org/repos/asf/camel/commit/ecad8a1e
> Camel-Spring-Redis: Jedis bundle require commons-pool2
> -------------------------------------------------------
>
> Key: CAMEL-8764
> URL: https://issues.apache.org/jira/browse/CAMEL-8764
> Project: Camel
> Issue Type: Bug
> Components: camel-spring-redis
> Reporter: Andrea Cosentino
> Assignee: Andrea Cosentino
> Priority: Minor
> Labels: Redis
> Fix For: 2.16.0, 2.15.3
>
>
> Actually when you run CamelSpringRedisTest Karaf Integration test you get the
> following error:
> {code}
> ERROR: Bundle org.apache.servicemix.bundles.jedis [90] Error starting
> mvn:org.apache.servicemix.bundles/org.apache.servicemix.bundles.jedis/2.6.2_1
> (org.osgi.framework.BundleException: Unresolved constraint in bundle
> org.apache.servicemix.bundles.jedis [90]: Unable to resolve 90.0: missing
> requirement [90.0] osgi.wiring.package;
> (osgi.wiring.package=org.apache.commons.pool2))
> org.osgi.framework.BundleException: Unresolved constraint in bundle
> org.apache.servicemix.bundles.jedis [90]: Unable to resolve 90.0: missing
> requirement [90.0] osgi.wiring.package;
> (osgi.wiring.package=org.apache.commons.pool2)
> at
> org.apache.felix.framework.Felix.resolveBundleRevision(Felix.java:4002)
> at org.apache.felix.framework.Felix.startBundle(Felix.java:2045)
> at org.apache.felix.framework.Felix.setActiveStartLevel(Felix.java:1299)
> at
> org.apache.felix.framework.FrameworkStartLevelImpl.run(FrameworkStartLevelImpl.java:304)
> at java.lang.Thread.run(Thread.java:745)
> ERROR: Bundle org.apache.servicemix.bundles.jedis [90] Error
> starting/stopping bundle. (org.osgi.framework.BundleException: Unresolved
> constraint in bundle org.apache.servicemix.bundles.jedis [90]: Unable to
> resolve 90.0: missing requirement [90.0] osgi.wiring.package;
> (osgi.wiring.package=org.apache.commons.pool2))
> org.osgi.framework.BundleException: Unresolved constraint in bundle
> org.apache.servicemix.bundles.jedis [90]: Unable to resolve 90.0: missing
> requirement [90.0] osgi.wiring.package;
> (osgi.wiring.package=org.apache.commons.pool2)
> at
> org.apache.felix.framework.Felix.resolveBundleRevision(Felix.java:4002)
> at org.apache.felix.framework.Felix.startBundle(Felix.java:2045)
> at org.apache.felix.framework.Felix.setBundleStartLevel(Felix.java:1491)
> at
> org.apache.felix.framework.FrameworkStartLevelImpl.run(FrameworkStartLevelImpl.java:334)
> at java.lang.Thread.run(Thread.java:745)
> [org.ops4j.pax.exam.rbc.client.RemoteBundleContextClient] : Remote bundle
> context found after 5495 millis
> {code}
> The test passes, but we need to avoid these kind of errors.
> We need to add a dependency inside features.xml file with
> org.apache.commons/commons-pool2 package.
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)