[jboss-jira] [JBoss JIRA] (DROOLS-4300) Karaf KIE features contains special maven keywords RELEASE
Daniel Brownell (Jira)
issues at jboss.org
Mon Jul 8 08:14:00 EDT 2019
Daniel Brownell created DROOLS-4300:
---------------------------------------
Summary: Karaf KIE features contains special maven keywords RELEASE
Key: DROOLS-4300
URL: https://issues.jboss.org/browse/DROOLS-4300
Project: Drools
Issue Type: Bug
Components: integration
Affects Versions: 7.11.0.Final
Environment: JBoss Fuse 7.3 on Centos 7 (inside Docker 18.09.7), openjdk version "1.8.0_212"
Reporter: Daniel Brownell
Assignee: Mario Fusco
In order to install KIE in Fuse,
one needs to run:
features:install kie
This requires adding a URL first:
features:addurl mvn:org.kie/kie-karaf-features/7.11.0.Final/xml/features
This however adds:
mvn:org.apache.camel.karaf/apache-camel/RELEASE/xml/features
and
mvn:org.apache.cxf.karaf/apache-cxf/3.2.7.fuse-sb2-740011/xml/features
to my feature:repo-list
These are Red Hat Fuse 7.4 features, because the maven special word, RELEASE, grabs the latest versions available. I'm using Fuse 7.3 though, and it crashes a bunch of our applications, and spews errors.
For example, it automatically tries to update all of the installed features to use the latest, and then gets into a loop of
"Error resolving artifact org.apache.cxf.xjc-utils:cxf-xjc-runtime:jar:3.2.4.fuse-740013" for whatever reason.
How does one work around this? What is a safe way to use KIE in Fuse?
--
This message was sent by Atlassian Jira
(v7.12.1#712002)
More information about the jboss-jira
mailing list