]
Gabriele Cardosi updated DROOLS-6030:
-------------------------------------
Summary: Evaluate "KieBase.addPackage" replacement effort from PMML (was:
Evaluate "KieBase.addPackage" removal from PMML)
Evaluate "KieBase.addPackage" replacement effort from PMML
----------------------------------------------------------
Key: DROOLS-6030
URL:
https://issues.redhat.com/browse/DROOLS-6030
Project: Drools
Issue Type: Task
Reporter: Gabriele Cardosi
Assignee: Gabriele Cardosi
Priority: Major
Currently, the method KieBase.addPackage(s) is used inside PMML in two classes
1) PMMLLoaderService.loadPMMLRuleMappers
2) PMMLRuntimeFactoryInternal.getPMMLRuntime(String, String, KieBase)
3) PMMLRuntimeFactoryInternal.createKieBase(KnowledgeBuilderImpl)
In all those cases the needs is to create a "clean" kiebase that contains only
the model-specific packages, to avoid name/session clashing.
Scope of the current ticket is to evaluate an alternative, since the method itself is
going to be deprecated.