Iacopo Colonnelli created DROOLS-2294:
-----------------------------------------
Summary: Missing dependency in kie-api OSGi MANIFEST
Key: DROOLS-2294
URL:
https://issues.jboss.org/browse/DROOLS-2294
Project: Drools
Issue Type: Feature Request
Components: build
Affects Versions: 7.5.0.Final
Environment: OSGi
Reporter: Iacopo Colonnelli
Assignee: Petr Široký
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
--
This message was sent by Atlassian JIRA
(v7.5.0#75005)