[rules-users] Drools 6.0.1 Negative Patterns in Stream Mode not working

RichardAmbridge richard.ambridge at gmail.com
Thu May 8 03:23:50 EDT 2014


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-Stream-Mode-not-working-tp4029463p4029478.html
Sent from the Drools: User forum mailing list archive at Nabble.com.


More information about the rules-users mailing list