Issues with Drools project deployment in JBoss Fuse
Issue
- To deploy the drools into fuse container, we are using
drools-karaf-features 6.0.0.Final
by adding those feature. - But following bundles defined in feature.xml file of drools-karaf-features are not available on Fuse repository, causing exceptions.
- Some of the feature jar specified in feature.xml are not available on Fuse repositories
<bundle>mvn:org.kie.commons/kie-nio2-model/6.0.0.Final</bundle>
<bundle>mvn:org.kie.commons/kie-commons-cdi/6.0.0.Final</bundle>
<bundle>mvn:org.kie.commons/kie-commons-validation/6.0.0.Final</bundle>
<bundle>mvn:org.kie.commons/kie-commons-data/6.0.0.Final</bundle>
<bundle>mvn:org.kie.commons/kie-commons-io/6.0.0.Final</bundle>
-
The link, http://repository.jboss.org/nexus/content/groups/public/org/kie/commons/kie-commons-cdi/is missing the 6.0.0 Final version that is shipped with JBoss Fuse 6.1.0 release.
-
Without its present, while installing the 6.0.0 Final, the logs provide this exception below,
Caused by: java.io.IOException: URL [mvn:org.kie.commons/kie-commons-cdi/6.0.0.Final] could not be resolved.
Environment
- Red Hat JBoss Fuse
- 6.x
- Drools
- Maven Repository
Subscriber exclusive content
A Red Hat subscription provides unlimited access to our knowledgebase, tools, and much more.