-
Bug
-
Resolution: Done
-
Major
-
7.1.1.GA
When kjar is attached to spring boot application as maven dependency it is found when creating class path kie container but its resources (classes, processes, rules) are not found. This results in empty kbase which is not the expected behaviour
The root cause of it is nested jar handling logic when dealing with ZipKieModule which does not recognise nested jars.
- clones
-
JBPM-8107 Kjar added as dependency of spring boot application is not properly found when creating class path kie container
- Resolved