Details
-
Bug
-
Status: Closed
-
Major
-
Resolution: Fixed
-
None
-
None
Description
I'm trying to perform the upgrade and getting following exception when trying to install the activiti feature with refresh disabled (-r). It is not possible to install with refresh due to SM-2287
Error executing command: Could not start bundle mvn:org.apache.servicemix.activiti/org.apache.servicemix.activiti.config/5.1.0-SNAPSHOT in feature(s) activiti-5.15.1: Uses constraint violation. Unable to resolve bundle revision org.activiti.engine [171.0] because it is exposed to package 'org.joda.time.format' from bundle revisions org.apache.servicemix.bundles.joda-time [167.0] and joda-time [101.0] via two dependency chains. Chain 1: org.activiti.engine [171.0] import: (&(osgi.wiring.package=org.joda.time.format)(version>=2.1.0)(!(version>=3.0.0))) | export: osgi.wiring.package=org.joda.time.format org.apache.servicemix.bundles.joda-time [167.0] Chain 2: org.activiti.engine [171.0] import: (&(osgi.wiring.package=org.drools.runtime)(version>=5.5.0)(!(version>=6.0.0))) | export: osgi.wiring.package=org.drools.runtime; uses:=com.thoughtworks.xstream.annotations org.apache.servicemix.bundles.drools [164.0] import: (osgi.wiring.package=com.thoughtworks.xstream.annotations) | export: osgi.wiring.package=com.thoughtworks.xstream.annotations; uses:=org.joda.time.format org.apache.servicemix.bundles.xstream [93.0] import: (&(osgi.wiring.package=org.joda.time.format)(version>=1.6.0)(!(version>=3.0.0))) | export: osgi.wiring.package=org.joda.time.format joda-time [101.0]
The same problem occurs in Activiti example itests.
Attachments
Issue Links
- relates to
-
SM-2358 Problem installing activiti using featuresBoot
- Closed