[jboss-jira] [JBoss JIRA] (DROOLS-1442) ServiceRegistry references non existent classes

Mario Fusco (JIRA) issues at jboss.org
Fri Feb 17 05:12:02 EST 2017


     [ https://issues.jboss.org/browse/DROOLS-1442?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Mario Fusco resolved DROOLS-1442.
---------------------------------
    Fix Version/s: 7.0.0.CR1
       Resolution: Done


Fixed by https://github.com/droolsjbpm/droolsjbpm-knowledge/commit/a988de4491074f48df16c92147d2072b70a13431 and https://github.com/droolsjbpm/drools/commit/df070474e8fbeef838f9be303d5badd57386b874

> ServiceRegistry references non existent classes
> -----------------------------------------------
>
>                 Key: DROOLS-1442
>                 URL: https://issues.jboss.org/browse/DROOLS-1442
>             Project: Drools
>          Issue Type: Bug
>            Reporter: Anton Giertli
>            Assignee: Mario Fusco
>             Fix For: 7.0.0.CR1
>
>
> This code
> {code:java}
>         SystemEventListener listener =  SystemEventListenerFactory.getSystemEventListener();
> {code}
> Fails with:
> Caused by: java.lang.ClassNotFoundException: org.drools.core.impl.SystemEventListenerServiceImpl
> Because ServiceRegistryImpl 
> https://github.com/droolsjbpm/droolsjbpm-knowledge/blob/master/kie-internal/src/main/java/org/kie/internal/utils/ServiceRegistryImpl.java#L189
> references class SystemEventListenerServiceImpl which does not exist anymore in drools-core.
> The interface SystemEventListenerService still exists in kie-internal but there is no implementation whatsoever in drools.
> First impression is that both SystemEventListenerService + SystemEventListenerServiceImpl are "dead" code and should probably be removed.



--
This message was sent by Atlassian JIRA
(v7.2.3#72005)


More information about the jboss-jira mailing list