]
Gabriele Cardosi closed DROOLS-2397.
------------------------------------
Resolution: Won't Fix
Invalid with new PMML implementation
PMML modules have classloader issues in OSGi
--------------------------------------------
Key: DROOLS-2397
URL:
https://issues.redhat.com/browse/DROOLS-2397
Project: Drools
Issue Type: Bug
Affects Versions: 7.6.0.Final
Environment: Equinox OSGi container, Java 8
Reporter: Jens Reimann
Assignee: Gabriele Cardosi
Priority: Major
Labels: drools-core
The drools PMML modules (drools-pmml and kie-pmml) both suffer from a few class loader
issues when running inside an OSGi container.
The KieBase built for transforming the PMML model to Drools model selects the wrong class
loader (based on the context class loader). The JAXB instance creator fails with the same
problem.