]
Kris Verlaenen moved JBIDE-24644 to DROOLS-1648:
------------------------------------------------
Project: Drools (was: Tools (JBoss Tools))
Key: DROOLS-1648 (was: JBIDE-24644)
Docs QE Status: NEW
Component/s: core engine
(was: drools)
Affects Version/s: (was: LATER)
QE Status: NEW
Maven dependency resolution through "LATEST" and
"RELEASE" version labels using "KieServices.newKieContainer(ReleaseId
releaseId)" method fails
-----------------------------------------------------------------------------------------------------------------------------------------------
Key: DROOLS-1648
URL:
https://issues.jboss.org/browse/DROOLS-1648
Project: Drools
Issue Type: Bug
Components: core engine
Environment: OS: macOS Sierra (10.12.5)
Hardware: MacBook Pro (13-inch, 2017)
Reporter: Pyit Phyo Aung
Assignee: Kris Verlaenen
Priority: Minor
I tried to use KieScanner for automatic business rule deployment through kjar modules
setup in private maven repository. For that, I tried to specify getting latest kjar
modules using "LATEST" and "RELEASE" version labels. They failed for
three drools versions I tried (6.5.0.Final, 7.0.0.Final and 7.1.0.Beta3). However, when I
tried open-ended version label, solution works. So, I believe that there is issue in
dependency resolution related to KieContainer through
KieServices.newKieContainer(ReleaseId releaseId) method.