Classpath is not checked for Kie Module ReleaseId
-------------------------------------------------
Key: DROOLS-1335
URL:
https://issues.jboss.org/browse/DROOLS-1335
Project: Drools
Issue Type: Bug
Components: kie server
Affects Versions: 6.4.0.Final, 6.5.0.CR2, 7.0.0.Beta2
Reporter: Chadi El Masri
Assignee: Mario Fusco
Fix For: 7.0.0.Beta3
Attachments: 0001-Implement-the-method-to-read-the-KieModule-from-clas.patch
Injecting a ksession annotated with a particular @KReleaseId is not able to read the
passed release id from the classpath (the part that does that is not implemented).
The bug is here:
https://github.com/droolsjbpm/drools/blob/6.4.0.Final/drools-compiler/src...
Patch attached.