Thank you for the reply.
Adding:
KieSessionConfiguration ksconf =
KieServices.Factory.get().newKieSessionConfiguration();
ksconf.setOption(TimedRuleExectionOption.YES);
KieSession ksession = kieBase.newKieSession(ksconf, null);
as per the docs solved the problem.
--
View this message in context:
http://drools.46999.n3.nabble.com/Drools-6-0-1-Negative-Patterns-in-Strea...
Sent from the Drools: User forum mailing list archive at
Nabble.com.