upgrade to version 4.4.2 of ecj eclipse compiler as said here https://issues.jboss.org/browse/DROOLS-1165
This commit is contained in:
parent
5e315a9643
commit
4f23db77c8
14 changed files with 15 additions and 19 deletions
|
|
@ -24,8 +24,7 @@ public class KnowledgeSessionHelper {
|
|||
}
|
||||
|
||||
public static KieSession getStatefulKnowledgeSession(KieContainer kieContainer, String sessionName) {
|
||||
System.setProperty("drools.dialect.java.compiler.lnglevel","1.7");
|
||||
KieSession kSession = kieContainer.newKieSession(sessionName);
|
||||
KieSession kSession = kieContainer.newKieSession(sessionName);
|
||||
return kSession;
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
editor.link_modal.header
Reference in a new issue