[jboss-jira] [JBoss JIRA] (DROOLS-2345) It is not possible to define parent and child service in the same kie.conf
Tibor Zimányi (JIRA)
issues at jboss.org
Thu Feb 22 07:35:00 EST 2018
Tibor Zimányi created DROOLS-2345:
-------------------------------------
Summary: It is not possible to define parent and child service in the same kie.conf
Key: DROOLS-2345
URL: https://issues.jboss.org/browse/DROOLS-2345
Project: Drools
Issue Type: Bug
Components: core engine
Affects Versions: 7.6.0.Final
Reporter: Tibor Zimányi
Assignee: Tibor Zimányi
Priority: Minor
Fix For: 7.7.0.Final
When using just one kie.conf file for all services, it is not possible to define parent and child service in the same file. This is mainly the case when having an uberjar with all kie dependencies bundled in. In such case such kie.conf file is needed for service registry to work.
E.g. a user wants to add DMNAssemblerService to kie.conf,
org.kie.api.internal.assembler.KieAssemblers = +org.kie.dmn.core.assembler.DMNAssemblerService
In such case service discovery fails with an exception
java.lang.RuntimeException: Child services [org.kie.api.internal.assembler.KieAssemblers] have no parent
I have a proposed fix ready. Will create a PR with it and a reproducer.
--
This message was sent by Atlassian JIRA
(v7.5.0#75005)
More information about the jboss-jira
mailing list