[rules-users] Sessions both Stateful n Stateless giving issues

lhorton LHorton at ABCLegal.com
Fri Oct 7 15:58:32 EDT 2011


you are invoking fireAllRules() separately before your commands are executed,
so your rules fire before any objects are inserted.

instead of 
demographicStatefulKSession.fireAllRules(); 

add command:
demoCmds.add(CommandFactory.newFireAllRules()); 

--
View this message in context: http://drools.46999.n3.nabble.com/Sessions-both-Stateful-n-Stateless-giving-issues-tp3402876p3403937.html
Sent from the Drools: User forum mailing list archive at Nabble.com.



More information about the rules-users mailing list