[jboss-jira] [JBoss JIRA] (DROOLS-2294) Missing dependency in kie-api OSGi MANIFEST

Iacopo Colonnelli (JIRA) issues at jboss.org
Mon Feb 5 02:05:00 EST 2018


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

Iacopo Colonnelli updated DROOLS-2294:
--------------------------------------
    Description: 
kie-api KieService contains method newKieModuleModel(), that tries to instantiate a new KieModuleModelImpl() object. Since KieModuleModelImpl class is included in package "org.drools.compiler.kproject.models", which is exported by drools-compiler module but NOT IMPORTED by kie-api module, calling newKieModuleModel() method results in a ClassDefNotFoundException.

Please add "org.drools.compiler.kproject.models" to kie-api's imported package

  was:
kie-api KieService contains method newKieModukeModel(), that tries to instantiate a new KieModuleModelImpl() object. Since KieModuleModelImpl class is included in package "org.drools.compiler.kproject.models", which is exported by drools-compiler module but NOT IMPORTED by kie-api module, calling newKieModuleModel() method results in a ClassDefNotFoundException.

Please add "org.drools.compiler.kproject.models" to kie-api's imported package



> Missing dependency in kie-api OSGi MANIFEST
> -------------------------------------------
>
>                 Key: DROOLS-2294
>                 URL: https://issues.jboss.org/browse/DROOLS-2294
>             Project: Drools
>          Issue Type: Bug
>          Components: build
>    Affects Versions: 7.5.0.Final
>         Environment: OSGi
>            Reporter: Iacopo Colonnelli
>            Assignee: Petr Široký
>
> kie-api KieService contains method newKieModuleModel(), that tries to instantiate a new KieModuleModelImpl() object. Since KieModuleModelImpl class is included in package "org.drools.compiler.kproject.models", which is exported by drools-compiler module but NOT IMPORTED by kie-api module, calling newKieModuleModel() method results in a ClassDefNotFoundException.
> Please add "org.drools.compiler.kproject.models" to kie-api's imported package



--
This message was sent by Atlassian JIRA
(v7.5.0#75005)



More information about the jboss-jira mailing list