I think there was a(n admitted) error in the documentation (Mark, correct me if I'm wrong)....
 
Sequential can only be used with stateless.


From: rules-users-bounces@lists.jboss.org [mailto:rules-users-bounces@lists.jboss.org] On Behalf Of Markus Helbig
Sent: 05 October 2007 15:03
To: rules-users@lists.jboss.org
Subject: [rules-users] Sequentiel Mode

from drools documentation:

Sequential mode can only be used with a StatefulSession and is off by default. To turn on either set the RuleBaseConfiguration.setSequentail to true or set the rulebase.conf property drools.sequential to true.

 when you use it:
 
java.lang.RuntimeException
: Cannot have a stateful rule session, with sequential configuration set to true
 
somebody there who can solve this mytery?
 
Cheers
 
Markus