Jean-Baptiste Onofré created KARAF-2181:
-------------------------------------------
Summary: jpa feature can't be installed "out of the box"
Key: KARAF-2181
URL: https://issues.apache.org/jira/browse/KARAF-2181
Project: Karaf
Issue Type: Bug
Components: karaf-feature
Affects Versions: 3.0.0
Reporter: Jean-Baptiste Onofré
Assignee: Jean-Baptiste Onofré
Fix For: 3.0.0
Installing jpa feature raises:
Error executing command: Could not start bundle
mvn:org.apache.aries.jpa/org.apache.aries.jpa.blueprint.aries/1.0.0 in
feature(s) jpa-1.0.1: Uses constraint violation. Unable to resolve bundle
revision org.apache.aries.jpa.blueprint.aries [86.0] because it is exposed to
package 'org.apache.aries.util.nls' from bundle revisions org.apache.aries.util
[84.0] and org.apache.aries.util [7.0] via two dependency chains.
Chain 1:
org.apache.aries.jpa.blueprint.aries [86.0]
import:
(&(osgi.wiring.package=org.apache.aries.util.nls)(version>=1.0.0)(!(version>=2.0.0)))
|
export: osgi.wiring.package=org.apache.aries.util.nls
org.apache.aries.util [84.0]
Chain 2:
org.apache.aries.jpa.blueprint.aries [86.0]
import:
(&(osgi.wiring.package=org.apache.aries.blueprint)(version>=1.0.0)(!(version>=2.0.0)))
|
export: osgi.wiring.package=org.apache.aries.blueprint;
uses:=org.apache.aries.proxy
org.apache.aries.blueprint.core [20.0]
import:
(&(osgi.wiring.package=org.apache.aries.proxy)(version>=1.0.0)(!(version>=1.1.0)))
|
export: osgi.wiring.package=org.apache.aries.proxy;
uses:=org.apache.aries.util.nls
org.apache.aries.proxy.api [36.0]
import:
(&(osgi.wiring.package=org.apache.aries.util.nls)(version>=1.0.0)(!(version>=2.0.0)))
|
export: osgi.wiring.package=org.apache.aries.util.nls
org.apache.aries.util [7.0]
It's due to some bundles dependencies which are not required (like blueprint or
aries util).
--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira