-
Bug
-
Resolution: Done
-
Major
-
7.5.0.Final
-
None
-
2018 Week 05-06, 2018 Week 07-08, 2018 Week 09-10, 2018 Week 11-12, 2018 Week 13-14, 2018 Week 15-16, 2018 Week 17-18, 2018 Week 19-22, 2018 Week 23-24, 2018 Week 25-26, 2018 Week 27-29, 2019 Week 20-22
-
5
-
NEW
-
NEW
am using the Drools 7.5.0-final in the spring Boot project.
I am working on a multi-module Gradle project. Rules and kmodule.xml is present in the sub-module project. This module is packaged as a Jar inside a fat spring boot Jar file.
I am building the container from the classpath.
KieContainer kContainer = kieService.newKieClasspathContainer();
on server start-up (java -jar) it loads the Kmodule.xml and prints all the kbase and sessionName.
But when I fire rules it returns zero rules fired.
It works fine when I run as spring boot app from Eclipse. Please help.
- is related to
-
DROOLS-1540 Drools does not work with spring-boot-devtools
- Closed