]
Edson Tirelli reassigned DROOLS-2397:
-------------------------------------
Assignee: Lance Leverich (was: Edson Tirelli)
PMML modules have classloader issues in OSGi
--------------------------------------------
Key: DROOLS-2397
URL:
https://issues.jboss.org/browse/DROOLS-2397
Project: Drools
Issue Type: Bug
Affects Versions: 7.6.0.Final
Environment: Equinox OSGi container, Java 8
Reporter: Jens Reimann
Assignee: Lance Leverich
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.